create_project(**kwargs)¶Creates a new Amazon Rekognition Custom Labels project. A project is a group of resources (datasets, model versions) that you use to create and manage Amazon Rekognition Custom Labels models.
This operation requires permissions to perform the rekognition:CreateProject action.
See also: AWS API Documentation
Request Syntax
response = client.create_project(
ProjectName='string'
)
[REQUIRED]
The name of the project to create.
{
'ProjectArn': 'string'
}
Response Structure
The Amazon Resource Name (ARN) of the new project. You can use the ARN to configure IAM access to the project.
Exceptions
Rekognition.Client.exceptions.ResourceInUseExceptionRekognition.Client.exceptions.LimitExceededExceptionRekognition.Client.exceptions.InvalidParameterExceptionRekognition.Client.exceptions.AccessDeniedExceptionRekognition.Client.exceptions.InternalServerErrorRekognition.Client.exceptions.ThrottlingExceptionRekognition.Client.exceptions.ProvisionedThroughputExceededException