From 00129b908079f9a9743bd8a1f065905355656bdf Mon Sep 17 00:00:00 2001
From: awsmobilesdk
* GetMediaAnalysisJob
+ *
+ * IndexFaces
*
* ListMediaAnalysisJob
+ *
+ * ListFaces
*
+ * StartMediaAnalysisJob + *
+ *
* Amazon Rekognition Custom Labels
@@ -764,6 +785,11 @@ CompareFacesResult compareFaces(CompareFacesRequest compareFacesRequest)
throws AmazonClientException, AmazonServiceException;
/**
+ *
+ * This operation applies only to Amazon Rekognition Custom Labels.
+ *
* Copies a version of an Amazon Rekognition Custom Labels model from a * source project to a destination project. The source and destination @@ -788,6 +814,9 @@ CompareFacesResult compareFaces(CompareFacesRequest compareFacesRequest) *
*+ * Copying project versions is supported only for Custom Labels models. + *
+ ** To copy a model, the destination project, source project, and source * model version must already exist. *
@@ -877,6 +906,11 @@ CreateCollectionResult createCollection(CreateCollectionRequest createCollection throws AmazonClientException, AmazonServiceException; /** + *+ * This operation applies only to Amazon Rekognition Custom Labels. + *
+ ** Creates a new Amazon Rekognition Custom Labels dataset. You can create a * dataset by using an Amazon Sagemaker format manifest file or by copying @@ -981,12 +1015,13 @@ CreateFaceLivenessSessionResult createFaceLivenessSession( /** *
- * 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
+ * Creates a new Amazon Rekognition project. A project is a group of
+ * resources (datasets, model versions) that you use to create and manage a
+ * Amazon Rekognition Custom Labels Model or custom adapter. You can specify
+ * a feature to create the project with, if no feature is specified then
+ * Custom Labels is used by default. For adapters, you can also choose
+ * whether or not to have the project auto update by using the AutoUpdate
+ * argument. This operation requires permissions to perform the
* rekognition:CreateProject
action.
*
- * Creates a new version of a model and begins training. Models are managed
- * as part of an Amazon Rekognition Custom Labels project. The response from
+ * Creates a new version of Amazon Rekognition project (like a Custom Labels
+ * model or a custom adapter) and begins training. Models and adapters are
+ * managed as part of a Rekognition project. The response from
* CreateProjectVersion
is an Amazon Resource Name (ARN) for
- * the version of the model.
+ * the project version.
*
- * Training uses the training and test datasets associated with the project.
- * For more information, see Creating training and test dataset in the
- * Amazon Rekognition Custom Labels Developer Guide.
+ * The FeatureConfig operation argument allows you to configure specific
+ * model or adapter settings. You can provide a description to the project
+ * version by using the VersionDescription argment. Training can take a
+ * while to complete. You can get the current status by calling
+ * DescribeProjectVersions. Training completed successfully if the
+ * value of the Status
field is TRAINING_COMPLETED
+ * . Once training has successfully completed, call
+ * DescribeProjectVersions to get the training results and evaluate
+ * the model.
+ *
+ * This operation requires permissions to perform the
+ * rekognition:CreateProjectVersion
action.
*
+ * The following applies only to projects with Amazon Rekognition Custom + * Labels as the chosen feature: + *
+ *
* You can train a model in a project that doesn't have associated datasets
* by specifying manifest files in the TrainingData
and
* TestingData
fields.
@@ -1041,31 +1091,7 @@ CreateProjectResult createProject(CreateProjectRequest createProjectRequest)
* datasets for the project.
*
- * Training takes a while to complete. You can get the current status by
- * calling DescribeProjectVersions. Training completed successfully
- * if the value of the Status
field is
- * TRAINING_COMPLETED
.
- *
- * If training fails, see Debugging a failed model training in the Amazon - * Rekognition Custom Labels developer guide. - *
- *- * Once training has successfully completed, call - * DescribeProjectVersions to get the training results and evaluate - * the model. For more information, see Improving a trained Amazon - * Rekognition Custom Labels model in the Amazon Rekognition Custom - * Labels developers guide. - *
- *- * After evaluating the model, you start the model by calling - * StartProjectVersion. - *
- *
- * This operation requires permissions to perform the
- * rekognition:CreateProjectVersion
action.
- *
+ * This operation applies only to Amazon Rekognition Custom Labels. + *
+ ** Deletes an existing Amazon Rekognition Custom Labels dataset. Deleting a * dataset might take while. Use DescribeDataset to check the current @@ -1313,9 +1344,9 @@ DeleteFacesResult deleteFaces(DeleteFacesRequest deleteFacesRequest) /** *
- * Deletes an Amazon Rekognition Custom Labels project. To delete a project - * you must first delete all models associated with the project. To delete a - * model, see DeleteProjectVersion. + * Deletes a Amazon Rekognition project. To delete a project you must first + * delete all models or adapters associated with the project. To delete a + * model or adapter, see DeleteProjectVersion. *
*
*
+ * This operation applies only to Amazon Rekognition Custom Labels.
+ * DeleteProject
is an asynchronous operation. To check if the
@@ -1351,6 +1382,11 @@ DeleteProjectResult deleteProject(DeleteProjectRequest deleteProjectRequest)
throws AmazonClientException, AmazonServiceException;
/**
+ *
* Deletes an existing project policy. *
@@ -1389,14 +1425,15 @@ DeleteProjectPolicyResult deleteProjectPolicy( /** *- * Deletes an Amazon Rekognition Custom Labels model. + * Deletes a Rekognition project model or project version, like a Amazon + * Rekognition Custom Labels model or a custom adapter. *
*
- * You can't delete a model if it is running or if it is training. To check
- * the status of a model, use the Status
field returned from
- * DescribeProjectVersions. To stop a running model call
- * StopProjectVersion. If the model is training, wait until it
- * finishes.
+ * You can't delete a project version if it is running or if it is training.
+ * To check the status of a project version, use the Status field returned
+ * from DescribeProjectVersions. To stop a project version call
+ * StopProjectVersion. If the project version is training, wait until
+ * it finishes.
*
* This operation requires permissions to perform the
@@ -1523,6 +1560,11 @@ DescribeCollectionResult describeCollection(DescribeCollectionRequest describeCo
throws AmazonClientException, AmazonServiceException;
/**
+ *
+ * This operation applies only to Amazon Rekognition Custom Labels.
+ *
* Describes an Amazon Rekognition Custom Labels dataset. You can get * information such as the current status of a dataset and statistics about @@ -1555,10 +1597,10 @@ DescribeDatasetResult describeDataset(DescribeDatasetRequest describeDatasetRequ /** *
- * Lists and describes the versions of a model in an Amazon Rekognition
- * Custom Labels project. You can specify up to 10 model versions in
+ * Lists and describes the versions of an Amazon Rekognition project. You
+ * can specify up to 10 model or adapter versions in
* ProjectVersionArns
. If you don't specify a value,
- * descriptions for all model versions in the project are returned.
+ * descriptions for all model/adapter versions in the project are returned.
*
* This operation requires permissions to perform the @@ -1590,7 +1632,7 @@ DescribeProjectVersionsResult describeProjectVersions( /** *
- * Gets information about your Amazon Rekognition Custom Labels projects. + * Gets information about your Rekognition projects. *
*
* This operation requires permissions to perform the
@@ -1648,6 +1690,11 @@ DescribeStreamProcessorResult describeStreamProcessor(
throws AmazonClientException, AmazonServiceException;
/**
+ *
+ * This operation applies only to Amazon Rekognition Custom Labels.
+ *
* Detects custom labels in a supplied image by using an Amazon Rekognition
* Custom Labels model.
@@ -1669,7 +1716,9 @@ DescribeStreamProcessorResult describeStreamProcessor(
* the label name (Name
), the level of confidence that the
* image contains the object (Confidence
), and object location
* information, if it exists, for the label on the image (
- * Geometry
).
+ * Geometry
). Note that for the
+ * DetectCustomLabelsLabels
operation, Polygons
+ * are not returned in the Geometry
section of the response.
*
* To filter labels that are returned, specify a value for @@ -2004,6 +2053,11 @@ DetectLabelsResult detectLabels(DetectLabelsRequest detectLabelsRequest) * call Amazon Rekognition operations, passing image bytes is not supported. * The image must be either a PNG or JPEG formatted file. *
+ *
+ * You can specify an adapter to use when retrieving label predictions by
+ * providing a ProjectVersionArn
to the
+ * ProjectVersion
argument.
+ *
+ * This operation applies only to Amazon Rekognition Custom Labels. + *
+ *
* Distributes the entries (images) in a training dataset across the
* training dataset and the test dataset for a project.
@@ -2768,6 +2829,11 @@ GetFaceSearchResult getFaceSearch(GetFaceSearchRequest getFaceSearchRequest)
* request parameter with the token value returned from the previous call to
* GetLabelDetection
.
*
+ * If you are retrieving results while using the Amazon Simple Notification + * Service, note that you will receive an "ERROR" notification if the job + * encounters an issue. + *
* * @param getLabelDetectionRequest * @return getLabelDetectionResult The response from the GetLabelDetection @@ -2790,6 +2856,34 @@ GetFaceSearchResult getFaceSearch(GetFaceSearchRequest getFaceSearchRequest) GetLabelDetectionResult getLabelDetection(GetLabelDetectionRequest getLabelDetectionRequest) throws AmazonClientException, AmazonServiceException; + /** + *
+ * Retrieves the results for a given media analysis job. Takes a
+ * JobId
returned by StartMediaAnalysisJob.
+ *
* Gets the path tracking results of a Amazon Rekognition Video analysis
@@ -3222,6 +3316,11 @@ ListCollectionsResult listCollections(ListCollectionsRequest listCollectionsRequ
throws AmazonClientException, AmazonServiceException;
/**
+ *
+ * This operation applies only to Amazon Rekognition Custom Labels.
+ *
* Lists the entries (images) within a dataset. An entry is a JSON Line that
* contains the information for a single image, including the image
@@ -3270,6 +3369,11 @@ ListDatasetEntriesResult listDatasetEntries(ListDatasetEntriesRequest listDatase
throws AmazonClientException, AmazonServiceException;
/**
+ *
+ * This operation applies only to Amazon Rekognition Custom Labels.
+ *
* Lists the labels in a dataset. Amazon Rekognition Custom Labels uses
* labels to describe images. For more information, see
+ * Returns a list of media analysis jobs. Results are sorted by
+ * CreationTimestamp
in descending order.
+ *
+ * This operation applies only to Amazon Rekognition Custom Labels. + *
+ ** Gets a list of the project policies attached to a project. *
@@ -3466,12 +3603,18 @@ ListUsersResult listUsers(ListUsersRequest listUsersRequest) throws AmazonClient AmazonServiceException; /** + *+ * This operation applies only to Amazon Rekognition Custom Labels. + *
+ ** Attaches a project policy to a Amazon Rekognition Custom Labels project * in a trusting AWS account. A project policy specifies that a trusted AWS * account can copy a model version from a trusting AWS account to a project * in the trusted AWS account. To copy a model version you use the - * CopyProjectVersion operation. + * CopyProjectVersion operation. Only applies to Custom Labels + * projects. *
** For more information about the format of a project policy document, see @@ -4067,6 +4210,40 @@ StartLabelDetectionResult startLabelDetection( StartLabelDetectionRequest startLabelDetectionRequest) throws AmazonClientException, AmazonServiceException; + /** + *
+ * Initiates a new media analysis job. Accepts a manifest file in an Amazon + * S3 bucket. The output is a manifest file and a summary of the manifest + * stored in the Amazon S3 bucket. + *
+ * + * @param startMediaAnalysisJobRequest + * @return startMediaAnalysisJobResult The response from the + * StartMediaAnalysisJob service method, as returned by Amazon + * Rekognition. + * @throws InternalServerErrorException + * @throws AccessDeniedException + * @throws InvalidParameterException + * @throws InvalidManifestException + * @throws InvalidS3ObjectException + * @throws ResourceNotFoundException + * @throws ResourceNotReadyException + * @throws ProvisionedThroughputExceededException + * @throws LimitExceededException + * @throws ThrottlingException + * @throws IdempotentParameterMismatchException + * @throws AmazonClientException If any internal errors are encountered + * inside the client while attempting to make the request or + * handle the response. For example if a network connection is + * not available. + * @throws AmazonServiceException If an error response is returned by Amazon + * Rekognition indicating either a problem with the data in the + * request, or a server side issue. + */ + StartMediaAnalysisJobResult startMediaAnalysisJob( + StartMediaAnalysisJobRequest startMediaAnalysisJobRequest) + throws AmazonClientException, AmazonServiceException; + /** *
* Starts the asynchronous tracking of a person's path in a stored video.
@@ -4114,6 +4291,11 @@ StartPersonTrackingResult startPersonTracking(
AmazonServiceException;
/**
+ *
+ * This operation applies only to Amazon Rekognition Custom Labels.
+ *
* Starts the running of the version of a model. Starting a model takes a * while to complete. To check the current state of the model, use @@ -4130,10 +4312,6 @@ StartPersonTrackingResult startPersonTracking( *
*- * For more information, see Running a trained Amazon Rekognition Custom - * Labels model in the Amazon Rekognition Custom Labels Guide. - *
- *
* This operation requires permissions to perform the
* rekognition:StartProjectVersion
action.
*
+ * This operation applies only to Amazon Rekognition Custom Labels. + *
+ ** Stops a running model. The operation might take a while to complete. To - * check the current status, call DescribeProjectVersions. + * check the current status, call DescribeProjectVersions. Only + * applies to Custom Labels projects. *
*
* This operation requires permissions to perform the
@@ -4427,6 +4611,11 @@ UntagResourceResult untagResource(UntagResourceRequest untagResourceRequest)
throws AmazonClientException, AmazonServiceException;
/**
+ *
+ * This operation applies only to Amazon Rekognition Custom Labels.
+ *
* Adds or updates one or more entries (images) in a dataset. An entry is a * JSON Line which contains the information for a single image, including diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/AmazonRekognitionClient.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/AmazonRekognitionClient.java index 3b2d55a02a..1716b0c3cf 100644 --- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/AmazonRekognitionClient.java +++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/AmazonRekognitionClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -158,6 +158,13 @@ *
* GetMediaAnalysisJob + *
+ *+ * IndexFaces *
@@ -172,6 +179,13 @@ ** ListMediaAnalysisJob + *
+ *+ * ListFaces *
@@ -218,6 +232,13 @@ * >SearchUsersByImage * *+ * StartMediaAnalysisJob + *
+ *
* Amazon Rekognition Custom Labels
@@ -829,6 +850,7 @@ private void init() {
jsonErrorUnmarshallers.add(new ImageTooLargeExceptionUnmarshaller());
jsonErrorUnmarshallers.add(new InternalServerErrorExceptionUnmarshaller());
jsonErrorUnmarshallers.add(new InvalidImageFormatExceptionUnmarshaller());
+ jsonErrorUnmarshallers.add(new InvalidManifestExceptionUnmarshaller());
jsonErrorUnmarshallers.add(new InvalidPaginationTokenExceptionUnmarshaller());
jsonErrorUnmarshallers.add(new InvalidParameterExceptionUnmarshaller());
jsonErrorUnmarshallers.add(new InvalidPolicyRevisionIdExceptionUnmarshaller());
@@ -1096,6 +1118,11 @@ public CompareFacesResult compareFaces(CompareFacesRequest compareFacesRequest)
}
/**
+ *
+ * This operation applies only to Amazon Rekognition Custom Labels.
+ *
* Copies a version of an Amazon Rekognition Custom Labels model from a * source project to a destination project. The source and destination @@ -1120,6 +1147,9 @@ public CompareFacesResult compareFaces(CompareFacesRequest compareFacesRequest) *
*+ * Copying project versions is supported only for Custom Labels models. + *
+ ** To copy a model, the destination project, source project, and source * model version must already exist. *
@@ -1263,6 +1293,11 @@ public CreateCollectionResult createCollection(CreateCollectionRequest createCol } /** + *+ * This operation applies only to Amazon Rekognition Custom Labels. + *
+ ** Creates a new Amazon Rekognition Custom Labels dataset. You can create a * dataset by using an Amazon Sagemaker format manifest file or by copying @@ -1420,12 +1455,13 @@ public CreateFaceLivenessSessionResult createFaceLivenessSession( /** *
- * 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
+ * Creates a new Amazon Rekognition project. A project is a group of
+ * resources (datasets, model versions) that you use to create and manage a
+ * Amazon Rekognition Custom Labels Model or custom adapter. You can specify
+ * a feature to create the project with, if no feature is specified then
+ * Custom Labels is used by default. For adapters, you can also choose
+ * whether or not to have the project auto update by using the AutoUpdate
+ * argument. This operation requires permissions to perform the
* rekognition:CreateProject
action.
*
- * Creates a new version of a model and begins training. Models are managed
- * as part of an Amazon Rekognition Custom Labels project. The response from
+ * Creates a new version of Amazon Rekognition project (like a Custom Labels
+ * model or a custom adapter) and begins training. Models and adapters are
+ * managed as part of a Rekognition project. The response from
* CreateProjectVersion
is an Amazon Resource Name (ARN) for
- * the version of the model.
+ * the project version.
+ *
+ * The FeatureConfig operation argument allows you to configure specific
+ * model or adapter settings. You can provide a description to the project
+ * version by using the VersionDescription argment. Training can take a
+ * while to complete. You can get the current status by calling
+ * DescribeProjectVersions. Training completed successfully if the
+ * value of the Status
field is TRAINING_COMPLETED
+ * . Once training has successfully completed, call
+ * DescribeProjectVersions to get the training results and evaluate
+ * the model.
*
- * Training uses the training and test datasets associated with the project.
- * For more information, see Creating training and test dataset in the
- * Amazon Rekognition Custom Labels Developer Guide.
+ * This operation requires permissions to perform the
+ * rekognition:CreateProjectVersion
action.
*
+ * The following applies only to projects with Amazon Rekognition Custom + * Labels as the chosen feature: + *
+ *
* You can train a model in a project that doesn't have associated datasets
* by specifying manifest files in the TrainingData
and
* TestingData
fields.
@@ -1506,31 +1557,7 @@ public CreateProjectResult createProject(CreateProjectRequest createProjectReque
* datasets for the project.
*
- * Training takes a while to complete. You can get the current status by
- * calling DescribeProjectVersions. Training completed successfully
- * if the value of the Status
field is
- * TRAINING_COMPLETED
.
- *
- * If training fails, see Debugging a failed model training in the Amazon - * Rekognition Custom Labels developer guide. - *
- *- * Once training has successfully completed, call - * DescribeProjectVersions to get the training results and evaluate - * the model. For more information, see Improving a trained Amazon - * Rekognition Custom Labels model in the Amazon Rekognition Custom - * Labels developers guide. - *
- *- * After evaluating the model, you start the model by calling - * StartProjectVersion. - *
- *
- * This operation requires permissions to perform the
- * rekognition:CreateProjectVersion
action.
- *
+ * This operation applies only to Amazon Rekognition Custom Labels. + *
+ ** Deletes an existing Amazon Rekognition Custom Labels dataset. Deleting a * dataset might take while. Use DescribeDataset to check the current @@ -1936,9 +1968,9 @@ public DeleteFacesResult deleteFaces(DeleteFacesRequest deleteFacesRequest) /** *
- * Deletes an Amazon Rekognition Custom Labels project. To delete a project - * you must first delete all models associated with the project. To delete a - * model, see DeleteProjectVersion. + * Deletes a Amazon Rekognition project. To delete a project you must first + * delete all models or adapters associated with the project. To delete a + * model or adapter, see DeleteProjectVersion. *
*
*
+ * This operation applies only to Amazon Rekognition Custom Labels.
+ * DeleteProject
is an asynchronous operation. To check if the
@@ -2000,6 +2032,11 @@ public DeleteProjectResult deleteProject(DeleteProjectRequest deleteProjectReque
}
/**
+ *
* Deletes an existing project policy. *
@@ -2065,14 +2102,15 @@ public DeleteProjectPolicyResult deleteProjectPolicy( /** *- * Deletes an Amazon Rekognition Custom Labels model. + * Deletes a Rekognition project model or project version, like a Amazon + * Rekognition Custom Labels model or a custom adapter. *
*
- * You can't delete a model if it is running or if it is training. To check
- * the status of a model, use the Status
field returned from
- * DescribeProjectVersions. To stop a running model call
- * StopProjectVersion. If the model is training, wait until it
- * finishes.
+ * You can't delete a project version if it is running or if it is training.
+ * To check the status of a project version, use the Status field returned
+ * from DescribeProjectVersions. To stop a project version call
+ * StopProjectVersion. If the project version is training, wait until
+ * it finishes.
*
* This operation requires permissions to perform the
@@ -2307,6 +2345,11 @@ public DescribeCollectionResult describeCollection(
}
/**
+ *
+ * This operation applies only to Amazon Rekognition Custom Labels.
+ *
* Describes an Amazon Rekognition Custom Labels dataset. You can get * information such as the current status of a dataset and statistics about @@ -2365,10 +2408,10 @@ public DescribeDatasetResult describeDataset(DescribeDatasetRequest describeData /** *
- * Lists and describes the versions of a model in an Amazon Rekognition
- * Custom Labels project. You can specify up to 10 model versions in
+ * Lists and describes the versions of an Amazon Rekognition project. You
+ * can specify up to 10 model or adapter versions in
* ProjectVersionArns
. If you don't specify a value,
- * descriptions for all model versions in the project are returned.
+ * descriptions for all model/adapter versions in the project are returned.
*
* This operation requires permissions to perform the @@ -2427,7 +2470,7 @@ public DescribeProjectVersionsResult describeProjectVersions( /** *
- * Gets information about your Amazon Rekognition Custom Labels projects. + * Gets information about your Rekognition projects. *
*
* This operation requires permissions to perform the
@@ -2538,6 +2581,11 @@ public DescribeStreamProcessorResult describeStreamProcessor(
}
/**
+ *
+ * This operation applies only to Amazon Rekognition Custom Labels.
+ *
* Detects custom labels in a supplied image by using an Amazon Rekognition
* Custom Labels model.
@@ -2559,7 +2607,9 @@ public DescribeStreamProcessorResult describeStreamProcessor(
* the label name (Name
), the level of confidence that the
* image contains the object (Confidence
), and object location
* information, if it exists, for the label on the image (
- * Geometry
).
+ * Geometry
). Note that for the
+ * DetectCustomLabelsLabels
operation, Polygons
+ * are not returned in the Geometry
section of the response.
*
* To filter labels that are returned, specify a value for @@ -2974,6 +3024,11 @@ public DetectLabelsResult detectLabels(DetectLabelsRequest detectLabelsRequest) * call Amazon Rekognition operations, passing image bytes is not supported. * The image must be either a PNG or JPEG formatted file. *
+ *
+ * You can specify an adapter to use when retrieving label predictions by
+ * providing a ProjectVersionArn
to the
+ * ProjectVersion
argument.
+ *
+ * This operation applies only to Amazon Rekognition Custom Labels. + *
+ *
* Distributes the entries (images) in a training dataset across the
* training dataset and the test dataset for a project.
@@ -4032,6 +4094,11 @@ public GetFaceSearchResult getFaceSearch(GetFaceSearchRequest getFaceSearchReque
* request parameter with the token value returned from the previous call to
* GetLabelDetection
.
*
+ * If you are retrieving results while using the Amazon Simple Notification + * Service, note that you will receive an "ERROR" notification if the job + * encounters an issue. + *
* * @param getLabelDetectionRequest * @return getLabelDetectionResult The response from the GetLabelDetection @@ -4082,6 +4149,61 @@ public GetLabelDetectionResult getLabelDetection( } } + /** + *
+ * Retrieves the results for a given media analysis job. Takes a
+ * JobId
returned by StartMediaAnalysisJob.
+ *
* Gets the path tracking results of a Amazon Rekognition Video analysis
@@ -4647,6 +4769,11 @@ public ListCollectionsResult listCollections(ListCollectionsRequest listCollecti
}
/**
+ *
+ * This operation applies only to Amazon Rekognition Custom Labels.
+ *
* Lists the entries (images) within a dataset. An entry is a JSON Line that
* contains the information for a single image, including the image
@@ -4723,6 +4850,11 @@ public ListDatasetEntriesResult listDatasetEntries(
}
/**
+ *
+ * This operation applies only to Amazon Rekognition Custom Labels.
+ *
* Lists the labels in a dataset. Amazon Rekognition Custom Labels uses
* labels to describe images. For more information, see
+ * Returns a list of media analysis jobs. Results are sorted by
+ * CreationTimestamp
in descending order.
+ *
+ * This operation applies only to Amazon Rekognition Custom Labels. + *
+ ** Gets a list of the project policies attached to a project. *
@@ -5080,12 +5272,18 @@ public ListUsersResult listUsers(ListUsersRequest listUsersRequest) } /** + *+ * This operation applies only to Amazon Rekognition Custom Labels. + *
+ ** Attaches a project policy to a Amazon Rekognition Custom Labels project * in a trusting AWS account. A project policy specifies that a trusted AWS * account can copy a model version from a trusting AWS account to a project * in the trusted AWS account. To copy a model version you use the - * CopyProjectVersion operation. + * CopyProjectVersion operation. Only applies to Custom Labels + * projects. *
** For more information about the format of a project policy document, see @@ -5977,6 +6175,67 @@ public StartLabelDetectionResult startLabelDetection( } } + /** + *
+ * Initiates a new media analysis job. Accepts a manifest file in an Amazon + * S3 bucket. The output is a manifest file and a summary of the manifest + * stored in the Amazon S3 bucket. + *
+ * + * @param startMediaAnalysisJobRequest + * @return startMediaAnalysisJobResult The response from the + * StartMediaAnalysisJob service method, as returned by Amazon + * Rekognition. + * @throws InternalServerErrorException + * @throws AccessDeniedException + * @throws InvalidParameterException + * @throws InvalidManifestException + * @throws InvalidS3ObjectException + * @throws ResourceNotFoundException + * @throws ResourceNotReadyException + * @throws ProvisionedThroughputExceededException + * @throws LimitExceededException + * @throws ThrottlingException + * @throws IdempotentParameterMismatchException + * @throws AmazonClientException If any internal errors are encountered + * inside the client while attempting to make the request or + * handle the response. For example if a network connection is + * not available. + * @throws AmazonServiceException If an error response is returned by Amazon + * Rekognition indicating either a problem with the data in the + * request, or a server side issue. + */ + public StartMediaAnalysisJobResult startMediaAnalysisJob( + StartMediaAnalysisJobRequest startMediaAnalysisJobRequest) + throws AmazonServiceException, AmazonClientException { + ExecutionContext executionContext = createExecutionContext(startMediaAnalysisJobRequest); + AWSRequestMetrics awsRequestMetrics = executionContext.getAwsRequestMetrics(); + awsRequestMetrics.startEvent(Field.ClientExecuteTime); + Request
* Starts the asynchronous tracking of a person's path in a stored video.
@@ -6051,6 +6310,11 @@ public StartPersonTrackingResult startPersonTracking(
}
/**
+ *
+ * This operation applies only to Amazon Rekognition Custom Labels.
+ *
* Starts the running of the version of a model. Starting a model takes a * while to complete. To check the current state of the model, use @@ -6067,10 +6331,6 @@ public StartPersonTrackingResult startPersonTracking( *
*- * For more information, see Running a trained Amazon Rekognition Custom - * Labels model in the Amazon Rekognition Custom Labels Guide. - *
- *
* This operation requires permissions to perform the
* rekognition:StartProjectVersion
action.
*
+ * This operation applies only to Amazon Rekognition Custom Labels. + *
+ ** Stops a running model. The operation might take a while to complete. To - * check the current status, call DescribeProjectVersions. + * check the current status, call DescribeProjectVersions. Only + * applies to Custom Labels projects. *
*
* This operation requires permissions to perform the
@@ -6580,6 +6846,11 @@ public UntagResourceResult untagResource(UntagResourceRequest untagResourceReque
}
/**
+ *
+ * This operation applies only to Amazon Rekognition Custom Labels.
+ *
* Adds or updates one or more entries (images) in a dataset. An entry is a * JSON Line which contains the information for a single image, including diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/AccessDeniedException.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/AccessDeniedException.java index c7ade69457..5495b0d33b 100644 --- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/AccessDeniedException.java +++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/AccessDeniedException.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/AgeRange.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/AgeRange.java index bbc0a33789..48da9d3565 100644 --- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/AgeRange.java +++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/AgeRange.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/Asset.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/Asset.java index 05de3a2036..f05dac8460 100644 --- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/Asset.java +++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/Asset.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/AssociateFacesRequest.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/AssociateFacesRequest.java index ed8cf344d1..e59ef3501d 100644 --- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/AssociateFacesRequest.java +++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/AssociateFacesRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/AssociateFacesResult.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/AssociateFacesResult.java index f57f5802a8..05911cb10b 100644 --- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/AssociateFacesResult.java +++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/AssociateFacesResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -20,9 +20,9 @@ public class AssociateFacesResult implements Serializable { /** *
- * An array of AssociatedFace objects containing FaceIDs that are - * successfully associated with the UserID is returned. Returned if the - * AssociateFaces action is successful. + * An array of AssociatedFace objects containing FaceIDs that have been + * successfully associated with the UserID. Returned if the AssociateFaces + * action is successful. *
*/ private java.util.List- * An array of AssociatedFace objects containing FaceIDs that are - * successfully associated with the UserID is returned. Returned if the - * AssociateFaces action is successful. + * An array of AssociatedFace objects containing FaceIDs that have been + * successfully associated with the UserID. Returned if the AssociateFaces + * action is successful. *
* * @return- * An array of AssociatedFace objects containing FaceIDs that are - * successfully associated with the UserID is returned. Returned if - * the AssociateFaces action is successful. + * An array of AssociatedFace objects containing FaceIDs that have + * been successfully associated with the UserID. Returned if the + * AssociateFaces action is successful. *
*/ public java.util.List- * An array of AssociatedFace objects containing FaceIDs that are - * successfully associated with the UserID is returned. Returned if the - * AssociateFaces action is successful. + * An array of AssociatedFace objects containing FaceIDs that have been + * successfully associated with the UserID. Returned if the AssociateFaces + * action is successful. *
* * @param associatedFaces- * An array of AssociatedFace objects containing FaceIDs that are - * successfully associated with the UserID is returned. Returned - * if the AssociateFaces action is successful. + * An array of AssociatedFace objects containing FaceIDs that + * have been successfully associated with the UserID. Returned if + * the AssociateFaces action is successful. *
*/ public void setAssociatedFaces(java.util.Collection- * An array of AssociatedFace objects containing FaceIDs that are - * successfully associated with the UserID is returned. Returned if the - * AssociateFaces action is successful. + * An array of AssociatedFace objects containing FaceIDs that have been + * successfully associated with the UserID. Returned if the AssociateFaces + * action is successful. *
** Returns a reference to this object so that method calls can be chained * together. * * @param associatedFaces
- * An array of AssociatedFace objects containing FaceIDs that are - * successfully associated with the UserID is returned. Returned - * if the AssociateFaces action is successful. + * An array of AssociatedFace objects containing FaceIDs that + * have been successfully associated with the UserID. Returned if + * the AssociateFaces action is successful. *
* @return A reference to this updated object so that method calls can be * chained together. @@ -116,18 +116,18 @@ public AssociateFacesResult withAssociatedFaces(AssociatedFace... associatedFace /** *- * An array of AssociatedFace objects containing FaceIDs that are - * successfully associated with the UserID is returned. Returned if the - * AssociateFaces action is successful. + * An array of AssociatedFace objects containing FaceIDs that have been + * successfully associated with the UserID. Returned if the AssociateFaces + * action is successful. *
** Returns a reference to this object so that method calls can be chained * together. * * @param associatedFaces
- * An array of AssociatedFace objects containing FaceIDs that are - * successfully associated with the UserID is returned. Returned - * if the AssociateFaces action is successful. + * An array of AssociatedFace objects containing FaceIDs that + * have been successfully associated with the UserID. Returned if + * the AssociateFaces action is successful. *
* @return A reference to this updated object so that method calls can be * chained together. diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/AssociatedFace.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/AssociatedFace.java index b9bd9c5478..c8d82be3ee 100644 --- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/AssociatedFace.java +++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/AssociatedFace.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/Attribute.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/Attribute.java index 4973b894f0..e88a5dfaa3 100644 --- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/Attribute.java +++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/Attribute.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/AudioMetadata.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/AudioMetadata.java index 9023abcc76..07001c54d8 100644 --- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/AudioMetadata.java +++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/AudioMetadata.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/AuditImage.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/AuditImage.java index 03ba790a0b..774b289f6e 100644 --- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/AuditImage.java +++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/AuditImage.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/Beard.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/Beard.java index 1d05c1c5dc..4405d4975c 100644 --- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/Beard.java +++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/Beard.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/BlackFrame.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/BlackFrame.java index c26fa1138a..cf66afd50f 100644 --- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/BlackFrame.java +++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/BlackFrame.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/BodyPart.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/BodyPart.java index 34e1948d9f..35f4511fcb 100644 --- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/BodyPart.java +++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/BodyPart.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/BoundingBox.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/BoundingBox.java index 17ceb6f864..619fcce411 100644 --- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/BoundingBox.java +++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/BoundingBox.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/Celebrity.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/Celebrity.java index a6912a7350..26e6b2649f 100644 --- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/Celebrity.java +++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/Celebrity.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/CelebrityDetail.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/CelebrityDetail.java index 8e33b80e5e..83c804724c 100644 --- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/CelebrityDetail.java +++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/CelebrityDetail.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/CelebrityRecognition.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/CelebrityRecognition.java index e92252fc77..cf50ab62d4 100644 --- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/CelebrityRecognition.java +++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/CelebrityRecognition.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/CelebrityRecognitionSortBy.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/CelebrityRecognitionSortBy.java index 2364e1189a..159de4f046 100644 --- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/CelebrityRecognitionSortBy.java +++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/CelebrityRecognitionSortBy.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/CompareFacesMatch.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/CompareFacesMatch.java index 2b835c3dbc..3f7972ec1a 100644 --- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/CompareFacesMatch.java +++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/CompareFacesMatch.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/CompareFacesRequest.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/CompareFacesRequest.java index be7597bb7e..bbd39635c6 100644 --- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/CompareFacesRequest.java +++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/CompareFacesRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/CompareFacesResult.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/CompareFacesResult.java index 9b4d22ff46..da79dcea73 100644 --- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/CompareFacesResult.java +++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/CompareFacesResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/ComparedFace.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/ComparedFace.java index a38199c747..35b83f132f 100644 --- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/ComparedFace.java +++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/ComparedFace.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/ComparedSourceImageFace.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/ComparedSourceImageFace.java index 94db2b2c61..620e873604 100644 --- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/ComparedSourceImageFace.java +++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/ComparedSourceImageFace.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/ConflictException.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/ConflictException.java index 959c1cdc30..c75352d00a 100644 --- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/ConflictException.java +++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/ConflictException.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/ConnectedHomeSettings.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/ConnectedHomeSettings.java index 3bceeb2cfe..0a2057ae41 100644 --- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/ConnectedHomeSettings.java +++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/ConnectedHomeSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/ConnectedHomeSettingsForUpdate.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/ConnectedHomeSettingsForUpdate.java index 595b4219ba..bb440802ad 100644 --- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/ConnectedHomeSettingsForUpdate.java +++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/ConnectedHomeSettingsForUpdate.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/ContentClassifier.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/ContentClassifier.java index 5288588f17..5286618cb8 100644 --- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/ContentClassifier.java +++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/ContentClassifier.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/ContentModerationAggregateBy.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/ContentModerationAggregateBy.java index a5e71b6b64..87cbc74b39 100644 --- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/ContentModerationAggregateBy.java +++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/ContentModerationAggregateBy.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/ContentModerationDetection.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/ContentModerationDetection.java index adb9699e79..3bfc1a31cd 100644 --- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/ContentModerationDetection.java +++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/ContentModerationDetection.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -74,6 +74,15 @@ public class ContentModerationDetection implements Serializable { */ private Long durationMillis; + /** + *+ * A list of predicted results for the type of content an image contains. + * For example, the image content might be from animation, sports, or a + * video game. + *
+ */ + private java.util.List* Time, in milliseconds from the beginning of the video, that the content @@ -362,6 +371,97 @@ public ContentModerationDetection withDurationMillis(Long durationMillis) { return this; } + /** + *
+ * A list of predicted results for the type of content an image contains. + * For example, the image content might be from animation, sports, or a + * video game. + *
+ * + * @return+ * A list of predicted results for the type of content an image + * contains. For example, the image content might be from animation, + * sports, or a video game. + *
+ */ + public java.util.List+ * A list of predicted results for the type of content an image contains. + * For example, the image content might be from animation, sports, or a + * video game. + *
+ * + * @param contentTypes+ * A list of predicted results for the type of content an image + * contains. For example, the image content might be from + * animation, sports, or a video game. + *
+ */ + public void setContentTypes(java.util.Collection+ * A list of predicted results for the type of content an image contains. + * For example, the image content might be from animation, sports, or a + * video game. + *
+ *+ * Returns a reference to this object so that method calls can be chained + * together. + * + * @param contentTypes
+ * A list of predicted results for the type of content an image + * contains. For example, the image content might be from + * animation, sports, or a video game. + *
+ * @return A reference to this updated object so that method calls can be + * chained together. + */ + public ContentModerationDetection withContentTypes(ContentType... contentTypes) { + if (getContentTypes() == null) { + this.contentTypes = new java.util.ArrayList+ * A list of predicted results for the type of content an image contains. + * For example, the image content might be from animation, sports, or a + * video game. + *
+ *+ * Returns a reference to this object so that method calls can be chained + * together. + * + * @param contentTypes
+ * A list of predicted results for the type of content an image + * contains. For example, the image content might be from + * animation, sports, or a video game. + *
+ * @return A reference to this updated object so that method calls can be + * chained together. + */ + public ContentModerationDetection withContentTypes( + java.util.Collection+ * Contains information regarding the confidence and name of a detected content + * type. + *
+ */ +public class ContentType implements Serializable { + /** + *+ * The confidence level of the label given + *
+ *
+ * Constraints:
+ * Length: 0.0 - 100.0
+ */
+ private Float confidence;
+
+ /**
+ *
+ * The name of the label + *
+ */ + private String name; + + /** + *+ * The confidence level of the label given + *
+ *
+ * Constraints:
+ * Length: 0.0 - 100.0
+ *
+ * @return
+ * The confidence level of the label given + *
+ */ + public Float getConfidence() { + return confidence; + } + + /** + *+ * The confidence level of the label given + *
+ *
+ * Constraints:
+ * Length: 0.0 - 100.0
+ *
+ * @param confidence
+ * The confidence level of the label given + *
+ */ + public void setConfidence(Float confidence) { + this.confidence = confidence; + } + + /** + *+ * The confidence level of the label given + *
+ *+ * Returns a reference to this object so that method calls can be chained + * together. + *
+ * Constraints:
+ * Length: 0.0 - 100.0
+ *
+ * @param confidence
+ * The confidence level of the label given + *
+ * @return A reference to this updated object so that method calls can be + * chained together. + */ + public ContentType withConfidence(Float confidence) { + this.confidence = confidence; + return this; + } + + /** + *+ * The name of the label + *
+ * + * @return+ * The name of the label + *
+ */ + public String getName() { + return name; + } + + /** + *+ * The name of the label + *
+ * + * @param name+ * The name of the label + *
+ */ + public void setName(String name) { + this.name = name; + } + + /** + *+ * The name of the label + *
+ *+ * Returns a reference to this object so that method calls can be chained + * together. + * + * @param name
+ * The name of the label + *
+ * @return A reference to this updated object so that method calls can be + * chained together. + */ + public ContentType withName(String name) { + this.name = name; + return this; + } + + /** + * Returns a string representation of this object; useful for testing and + * debugging. + * + * @return A string representation of this object. + * @see java.lang.Object#toString() + */ + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("{"); + if (getConfidence() != null) + sb.append("Confidence: " + getConfidence() + ","); + if (getName() != null) + sb.append("Name: " + getName()); + sb.append("}"); + return sb.toString(); + } + + @Override + public int hashCode() { + final int prime = 31; + int hashCode = 1; + + hashCode = prime * hashCode + ((getConfidence() == null) ? 0 : getConfidence().hashCode()); + hashCode = prime * hashCode + ((getName() == null) ? 0 : getName().hashCode()); + return hashCode; + } + + @Override + public boolean equals(Object obj) { + if (this == obj) + return true; + if (obj == null) + return false; + + if (obj instanceof ContentType == false) + return false; + ContentType other = (ContentType) obj; + + if (other.getConfidence() == null ^ this.getConfidence() == null) + return false; + if (other.getConfidence() != null + && other.getConfidence().equals(this.getConfidence()) == false) + return false; + if (other.getName() == null ^ this.getName() == null) + return false; + if (other.getName() != null && other.getName().equals(this.getName()) == false) + return false; + return true; + } +} diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/CopyProjectVersionRequest.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/CopyProjectVersionRequest.java index ca975ab136..d3ff30bb44 100644 --- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/CopyProjectVersionRequest.java +++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/CopyProjectVersionRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -20,6 +20,11 @@ import com.amazonaws.AmazonWebServiceRequest; /** + *+ * This operation applies only to Amazon Rekognition Custom Labels. + *
+ ** Copies a version of an Amazon Rekognition Custom Labels model from a source * project to a destination project. The source and destination projects can be @@ -44,6 +49,9 @@ *
*+ * Copying project versions is supported only for Custom Labels models. + *
+ ** To copy a model, the destination project, source project, and source model * version must already exist. *
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/CopyProjectVersionResult.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/CopyProjectVersionResult.java index 3f53dffade..e3dbfd909f 100644 --- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/CopyProjectVersionResult.java +++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/CopyProjectVersionResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/CoversBodyPart.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/CoversBodyPart.java index 39eae26118..2e81b6f640 100644 --- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/CoversBodyPart.java +++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/CoversBodyPart.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/CreateCollectionRequest.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/CreateCollectionRequest.java index 37ba4078a3..0a63d8063c 100644 --- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/CreateCollectionRequest.java +++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/CreateCollectionRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/CreateCollectionResult.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/CreateCollectionResult.java index 2f9a6126d5..7260b80113 100644 --- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/CreateCollectionResult.java +++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/CreateCollectionResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/CreateDatasetRequest.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/CreateDatasetRequest.java index 24a316961d..7e8814d027 100644 --- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/CreateDatasetRequest.java +++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/CreateDatasetRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -20,6 +20,11 @@ import com.amazonaws.AmazonWebServiceRequest; /** + *+ * This operation applies only to Amazon Rekognition Custom Labels. + *
+ ** Creates a new Amazon Rekognition Custom Labels dataset. You can create a * dataset by using an Amazon Sagemaker format manifest file or by copying an @@ -94,6 +99,13 @@ public class CreateDatasetRequest extends AmazonWebServiceRequest implements Ser */ private String projectArn; + /** + *
+ * A set of tags (key-value pairs) that you want to attach to the dataset. + *
+ */ + private java.util.Map* The source files for the dataset. You can specify the ARN of an existing @@ -347,6 +359,89 @@ public CreateDatasetRequest withProjectArn(String projectArn) { return this; } + /** + *
+ * A set of tags (key-value pairs) that you want to attach to the dataset. + *
+ * + * @return+ * A set of tags (key-value pairs) that you want to attach to the + * dataset. + *
+ */ + public java.util.Map+ * A set of tags (key-value pairs) that you want to attach to the dataset. + *
+ * + * @param tags+ * A set of tags (key-value pairs) that you want to attach to the + * dataset. + *
+ */ + public void setTags(java.util.Map+ * A set of tags (key-value pairs) that you want to attach to the dataset. + *
+ *+ * Returns a reference to this object so that method calls can be chained + * together. + * + * @param tags
+ * A set of tags (key-value pairs) that you want to attach to the + * dataset. + *
+ * @return A reference to this updated object so that method calls can be + * chained together. + */ + public CreateDatasetRequest withTags(java.util.Map+ * A set of tags (key-value pairs) that you want to attach to the dataset. + *
+ *
+ * The method adds a new key-value pair into Tags parameter, and returns a
+ * reference to this object so that method calls can be chained together.
+ *
+ * @param key The key of the entry to be added into Tags.
+ * @param value The corresponding value of the entry to be added into Tags.
+ * @return A reference to this updated object so that method calls can be
+ * chained together.
+ */
+ public CreateDatasetRequest addTagsEntry(String key, String value) {
+ if (null == this.tags) {
+ this.tags = new java.util.HashMap
+ * Returns a reference to this object so that method calls can be chained
+ * together.
+ */
+ public CreateDatasetRequest clearTagsEntries() {
+ this.tags = null;
+ return this;
+ }
+
/**
* Returns a string representation of this object; useful for testing and
* debugging.
@@ -363,7 +458,9 @@ public String toString() {
if (getDatasetType() != null)
sb.append("DatasetType: " + getDatasetType() + ",");
if (getProjectArn() != null)
- sb.append("ProjectArn: " + getProjectArn());
+ sb.append("ProjectArn: " + getProjectArn() + ",");
+ if (getTags() != null)
+ sb.append("Tags: " + getTags());
sb.append("}");
return sb.toString();
}
@@ -378,6 +475,7 @@ public int hashCode() {
hashCode = prime * hashCode
+ ((getDatasetType() == null) ? 0 : getDatasetType().hashCode());
hashCode = prime * hashCode + ((getProjectArn() == null) ? 0 : getProjectArn().hashCode());
+ hashCode = prime * hashCode + ((getTags() == null) ? 0 : getTags().hashCode());
return hashCode;
}
@@ -407,6 +505,10 @@ public boolean equals(Object obj) {
if (other.getProjectArn() != null
&& other.getProjectArn().equals(this.getProjectArn()) == false)
return false;
+ if (other.getTags() == null ^ this.getTags() == null)
+ return false;
+ if (other.getTags() != null && other.getTags().equals(this.getTags()) == false)
+ return false;
return true;
}
}
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/CreateDatasetResult.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/CreateDatasetResult.java
index aa16b11548..330cdea45f 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/CreateDatasetResult.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/CreateDatasetResult.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/CreateFaceLivenessSessionRequest.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/CreateFaceLivenessSessionRequest.java
index 8c8a1cd938..95207d4808 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/CreateFaceLivenessSessionRequest.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/CreateFaceLivenessSessionRequest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/CreateFaceLivenessSessionRequestSettings.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/CreateFaceLivenessSessionRequestSettings.java
index 7d8467fee5..f1cfe56b0b 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/CreateFaceLivenessSessionRequestSettings.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/CreateFaceLivenessSessionRequestSettings.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/CreateFaceLivenessSessionResult.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/CreateFaceLivenessSessionResult.java
index 2ab24af71e..c378a48b79 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/CreateFaceLivenessSessionResult.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/CreateFaceLivenessSessionResult.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
@@ -20,7 +20,12 @@
public class CreateFaceLivenessSessionResult implements Serializable {
/**
*
- * A unique 128-bit UUID identifying a Face Liveness session.
+ * A unique 128-bit UUID identifying a Face Liveness session. A new
+ * sessionID must be used for every Face Liveness check. If a given
+ * sessionID is used for subsequent Face Liveness checks, the checks will
+ * fail. Additionally, a SessionId expires 3 minutes after it's sent, making
+ * all Liveness data associated with the session (e.g., sessionID, reference
+ * image, audit images, etc.) unavailable.
*
* Constraints:
- * A unique 128-bit UUID identifying a Face Liveness session.
+ * A unique 128-bit UUID identifying a Face Liveness session. A new
+ * sessionID must be used for every Face Liveness check. If a given
+ * sessionID is used for subsequent Face Liveness checks, the checks will
+ * fail. Additionally, a SessionId expires 3 minutes after it's sent, making
+ * all Liveness data associated with the session (e.g., sessionID, reference
+ * image, audit images, etc.) unavailable.
*
* Constraints:
- * A unique 128-bit UUID identifying a Face Liveness session.
+ * A unique 128-bit UUID identifying a Face Liveness session. A new
+ * sessionID must be used for every Face Liveness check. If a given
+ * sessionID is used for subsequent Face Liveness checks, the checks
+ * will fail. Additionally, a SessionId expires 3 minutes after it's
+ * sent, making all Liveness data associated with the session (e.g.,
+ * sessionID, reference image, audit images, etc.) unavailable.
*
- * A unique 128-bit UUID identifying a Face Liveness session.
+ * A unique 128-bit UUID identifying a Face Liveness session. A new
+ * sessionID must be used for every Face Liveness check. If a given
+ * sessionID is used for subsequent Face Liveness checks, the checks will
+ * fail. Additionally, a SessionId expires 3 minutes after it's sent, making
+ * all Liveness data associated with the session (e.g., sessionID, reference
+ * image, audit images, etc.) unavailable.
*
* Constraints:
- * A unique 128-bit UUID identifying a Face Liveness session.
+ * A unique 128-bit UUID identifying a Face Liveness session. A
+ * new sessionID must be used for every Face Liveness check. If a
+ * given sessionID is used for subsequent Face Liveness checks,
+ * the checks will fail. Additionally, a SessionId expires 3
+ * minutes after it's sent, making all Liveness data associated
+ * with the session (e.g., sessionID, reference image, audit
+ * images, etc.) unavailable.
*
- * A unique 128-bit UUID identifying a Face Liveness session.
+ * A unique 128-bit UUID identifying a Face Liveness session. A new
+ * sessionID must be used for every Face Liveness check. If a given
+ * sessionID is used for subsequent Face Liveness checks, the checks will
+ * fail. Additionally, a SessionId expires 3 minutes after it's sent, making
+ * all Liveness data associated with the session (e.g., sessionID, reference
+ * image, audit images, etc.) unavailable.
*
* Returns a reference to this object so that method calls can be chained
@@ -80,7 +111,13 @@ public void setSessionId(String sessionId) {
* [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
- * A unique 128-bit UUID identifying a Face Liveness session.
+ * A unique 128-bit UUID identifying a Face Liveness session. A
+ * new sessionID must be used for every Face Liveness check. If a
+ * given sessionID is used for subsequent Face Liveness checks,
+ * the checks will fail. Additionally, a SessionId expires 3
+ * minutes after it's sent, making all Liveness data associated
+ * with the session (e.g., sessionID, reference image, audit
+ * images, etc.) unavailable.
*
- * 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
- *
+ * Specifies feature that is being customized. If no value is provided
+ * CUSTOM_LABELS is used as a default.
+ *
+ * Constraints:
+ * Specifies whether automatic retraining should be attempted for the
+ * versions of the project. Automatic retraining is done as a best effort.
+ * Required argument for Content Moderation. Applicable only to adapters.
+ *
+ * Constraints:
+ * A set of tags (key-value pairs) that you want to attach to the project.
+ *
* The name of the project to create.
@@ -99,6 +129,318 @@ public CreateProjectRequest withProjectName(String projectName) {
return this;
}
+ /**
+ *
+ * Specifies feature that is being customized. If no value is provided
+ * CUSTOM_LABELS is used as a default.
+ *
+ * Constraints:
+ * Specifies feature that is being customized. If no value is
+ * provided CUSTOM_LABELS is used as a default.
+ *
+ * Specifies feature that is being customized. If no value is provided
+ * CUSTOM_LABELS is used as a default.
+ *
+ * Constraints:
+ * Specifies feature that is being customized. If no value is
+ * provided CUSTOM_LABELS is used as a default.
+ *
+ * Specifies feature that is being customized. If no value is provided
+ * CUSTOM_LABELS is used as a default.
+ *
+ * Returns a reference to this object so that method calls can be chained
+ * together.
+ *
+ * Constraints:
+ * Specifies feature that is being customized. If no value is
+ * provided CUSTOM_LABELS is used as a default.
+ *
+ * Specifies feature that is being customized. If no value is provided
+ * CUSTOM_LABELS is used as a default.
+ *
+ * Constraints:
+ * Specifies feature that is being customized. If no value is
+ * provided CUSTOM_LABELS is used as a default.
+ *
+ * Specifies feature that is being customized. If no value is provided
+ * CUSTOM_LABELS is used as a default.
+ *
+ * Returns a reference to this object so that method calls can be chained
+ * together.
+ *
+ * Constraints:
+ * Specifies feature that is being customized. If no value is
+ * provided CUSTOM_LABELS is used as a default.
+ *
+ * Specifies whether automatic retraining should be attempted for the
+ * versions of the project. Automatic retraining is done as a best effort.
+ * Required argument for Content Moderation. Applicable only to adapters.
+ *
+ * Constraints:
+ * Specifies whether automatic retraining should be attempted for
+ * the versions of the project. Automatic retraining is done as a
+ * best effort. Required argument for Content Moderation. Applicable
+ * only to adapters.
+ *
+ * Specifies whether automatic retraining should be attempted for the
+ * versions of the project. Automatic retraining is done as a best effort.
+ * Required argument for Content Moderation. Applicable only to adapters.
+ *
+ * Constraints:
+ * Specifies whether automatic retraining should be attempted for
+ * the versions of the project. Automatic retraining is done as a
+ * best effort. Required argument for Content Moderation.
+ * Applicable only to adapters.
+ *
+ * Specifies whether automatic retraining should be attempted for the
+ * versions of the project. Automatic retraining is done as a best effort.
+ * Required argument for Content Moderation. Applicable only to adapters.
+ *
+ * Returns a reference to this object so that method calls can be chained
+ * together.
+ *
+ * Constraints:
+ * Specifies whether automatic retraining should be attempted for
+ * the versions of the project. Automatic retraining is done as a
+ * best effort. Required argument for Content Moderation.
+ * Applicable only to adapters.
+ *
+ * Specifies whether automatic retraining should be attempted for the
+ * versions of the project. Automatic retraining is done as a best effort.
+ * Required argument for Content Moderation. Applicable only to adapters.
+ *
+ * Constraints:
+ * Specifies whether automatic retraining should be attempted for
+ * the versions of the project. Automatic retraining is done as a
+ * best effort. Required argument for Content Moderation.
+ * Applicable only to adapters.
+ *
+ * Specifies whether automatic retraining should be attempted for the
+ * versions of the project. Automatic retraining is done as a best effort.
+ * Required argument for Content Moderation. Applicable only to adapters.
+ *
+ * Returns a reference to this object so that method calls can be chained
+ * together.
+ *
+ * Constraints:
+ * Specifies whether automatic retraining should be attempted for
+ * the versions of the project. Automatic retraining is done as a
+ * best effort. Required argument for Content Moderation.
+ * Applicable only to adapters.
+ *
+ * A set of tags (key-value pairs) that you want to attach to the project.
+ *
+ * A set of tags (key-value pairs) that you want to attach to the
+ * project.
+ *
+ * A set of tags (key-value pairs) that you want to attach to the project.
+ *
+ * A set of tags (key-value pairs) that you want to attach to the
+ * project.
+ *
+ * A set of tags (key-value pairs) that you want to attach to the project.
+ *
+ * Returns a reference to this object so that method calls can be chained
+ * together.
+ *
+ * @param tags
+ * A set of tags (key-value pairs) that you want to attach to the
+ * project.
+ *
+ * A set of tags (key-value pairs) that you want to attach to the project.
+ *
+ * The method adds a new key-value pair into Tags parameter, and returns a
+ * reference to this object so that method calls can be chained together.
+ *
+ * @param key The key of the entry to be added into Tags.
+ * @param value The corresponding value of the entry to be added into Tags.
+ * @return A reference to this updated object so that method calls can be
+ * chained together.
+ */
+ public CreateProjectRequest addTagsEntry(String key, String value) {
+ if (null == this.tags) {
+ this.tags = new java.util.HashMap
+ * Returns a reference to this object so that method calls can be chained
+ * together.
+ */
+ public CreateProjectRequest clearTagsEntries() {
+ this.tags = null;
+ return this;
+ }
+
/**
* Returns a string representation of this object; useful for testing and
* debugging.
@@ -111,7 +453,13 @@ public String toString() {
StringBuilder sb = new StringBuilder();
sb.append("{");
if (getProjectName() != null)
- sb.append("ProjectName: " + getProjectName());
+ sb.append("ProjectName: " + getProjectName() + ",");
+ if (getFeature() != null)
+ sb.append("Feature: " + getFeature() + ",");
+ if (getAutoUpdate() != null)
+ sb.append("AutoUpdate: " + getAutoUpdate() + ",");
+ if (getTags() != null)
+ sb.append("Tags: " + getTags());
sb.append("}");
return sb.toString();
}
@@ -123,6 +471,9 @@ public int hashCode() {
hashCode = prime * hashCode
+ ((getProjectName() == null) ? 0 : getProjectName().hashCode());
+ hashCode = prime * hashCode + ((getFeature() == null) ? 0 : getFeature().hashCode());
+ hashCode = prime * hashCode + ((getAutoUpdate() == null) ? 0 : getAutoUpdate().hashCode());
+ hashCode = prime * hashCode + ((getTags() == null) ? 0 : getTags().hashCode());
return hashCode;
}
@@ -142,6 +493,19 @@ public boolean equals(Object obj) {
if (other.getProjectName() != null
&& other.getProjectName().equals(this.getProjectName()) == false)
return false;
+ if (other.getFeature() == null ^ this.getFeature() == null)
+ return false;
+ if (other.getFeature() != null && other.getFeature().equals(this.getFeature()) == false)
+ return false;
+ if (other.getAutoUpdate() == null ^ this.getAutoUpdate() == null)
+ return false;
+ if (other.getAutoUpdate() != null
+ && other.getAutoUpdate().equals(this.getAutoUpdate()) == false)
+ return false;
+ if (other.getTags() == null ^ this.getTags() == null)
+ return false;
+ if (other.getTags() != null && other.getTags().equals(this.getTags()) == false)
+ return false;
return true;
}
}
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/CreateProjectResult.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/CreateProjectResult.java
index b63566be45..52ae9cf2a1 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/CreateProjectResult.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/CreateProjectResult.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/CreateProjectVersionRequest.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/CreateProjectVersionRequest.java
index e164bf9db5..126a023131 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/CreateProjectVersionRequest.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/CreateProjectVersionRequest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
@@ -21,18 +21,32 @@
/**
*
- * Creates a new version of a model and begins training. Models are managed as
- * part of an Amazon Rekognition Custom Labels project. The response from
+ * Creates a new version of Amazon Rekognition project (like a Custom Labels
+ * model or a custom adapter) and begins training. Models and adapters are
+ * managed as part of a Rekognition project. The response from
*
- * Training uses the training and test datasets associated with the project. For
- * more information, see Creating training and test dataset in the Amazon
- * Rekognition Custom Labels Developer Guide.
+ * The FeatureConfig operation argument allows you to configure specific model
+ * or adapter settings. You can provide a description to the project version by
+ * using the VersionDescription argment. Training can take a while to complete.
+ * You can get the current status by calling DescribeProjectVersions.
+ * Training completed successfully if the value of the
+ * This operation requires permissions to perform the
+ *
+ * The following applies only to projects with Amazon Rekognition Custom
+ * Labels as the chosen feature:
+ *
* You can train a model in a project that doesn't have associated datasets by
* specifying manifest files in the
- * Training takes a while to complete. You can get the current status by calling
- * DescribeProjectVersions. Training completed successfully if the value
- * of the
- * If training fails, see Debugging a failed model training in the Amazon
- * Rekognition Custom Labels developer guide.
- *
- * Once training has successfully completed, call DescribeProjectVersions
- * to get the training results and evaluate the model. For more information, see
- * Improving a trained Amazon Rekognition Custom Labels model in the Amazon
- * Rekognition Custom Labels developers guide.
- *
- * After evaluating the model, you start the model by calling
- * StartProjectVersion.
- *
- * This operation requires permissions to perform the
- *
- * The ARN of the Amazon Rekognition Custom Labels project that manages the
- * model that you want to train.
+ * The ARN of the Amazon Rekognition project that will manage the project
+ * version you want to train.
*
* Constraints:
- * A name for the version of the model. This value must be unique.
+ * A name for the version of the project version. This value must be unique.
*
* Constraints:
- * The Amazon S3 bucket location to store the results of training. The S3
- * bucket can be in any AWS account as long as the caller has
- *
- * Specifies an external manifest that the services uses to train the model.
- * If you specify
- * Specifies an external manifest that the service uses to test the model.
- * If you specify
- * A set of tags (key-value pairs) that you want to attach to the model.
+ * A set of tags (key-value pairs) that you want to attach to the project
+ * version.
*
* If you choose to use your own KMS key, you need the following permissions
@@ -184,8 +177,28 @@ public class CreateProjectVersionRequest extends AmazonWebServiceRequest impleme
/**
*
- * The ARN of the Amazon Rekognition Custom Labels project that manages the
- * model that you want to train.
+ * A description applied to the project version being created.
+ *
+ * Constraints:
+ * Feature-specific configuration of the training job. If the job
+ * configuration does not match the feature type associated with the
+ * project, an InvalidParameterException is returned.
+ *
+ * The ARN of the Amazon Rekognition project that will manage the project
+ * version you want to train.
*
* Constraints:
- * The ARN of the Amazon Rekognition Custom Labels project that
- * manages the model that you want to train.
+ * The ARN of the Amazon Rekognition project that will manage the
+ * project version you want to train.
*
- * The ARN of the Amazon Rekognition Custom Labels project that manages the
- * model that you want to train.
+ * The ARN of the Amazon Rekognition project that will manage the project
+ * version you want to train.
*
* Constraints:
- * The ARN of the Amazon Rekognition Custom Labels project that
- * manages the model that you want to train.
+ * The ARN of the Amazon Rekognition project that will manage the
+ * project version you want to train.
*
- * The ARN of the Amazon Rekognition Custom Labels project that manages the
- * model that you want to train.
+ * The ARN of the Amazon Rekognition project that will manage the project
+ * version you want to train.
*
* Returns a reference to this object so that method calls can be chained
@@ -240,8 +253,8 @@ public void setProjectArn(String projectArn) {
* -Z0-9_.\-]{1,255}\/[0-9]+$)
- * The ARN of the Amazon Rekognition Custom Labels project that
- * manages the model that you want to train.
+ * The ARN of the Amazon Rekognition project that will manage the
+ * project version you want to train.
*
- * A name for the version of the model. This value must be unique.
+ * A name for the version of the project version. This value must be unique.
*
* Constraints:
- * A name for the version of the model. This value must be unique.
+ * A name for the version of the project version. This value must be
+ * unique.
*
- * A name for the version of the model. This value must be unique.
+ * A name for the version of the project version. This value must be unique.
*
* Constraints:
- * A name for the version of the model. This value must be
- * unique.
+ * A name for the version of the project version. This value must
+ * be unique.
*
- * A name for the version of the model. This value must be unique.
+ * A name for the version of the project version. This value must be unique.
*
* Returns a reference to this object so that method calls can be chained
@@ -299,8 +313,8 @@ public void setVersionName(String versionName) {
* Pattern: [a-zA-Z0-9_.\-]+
- * A name for the version of the model. This value must be
- * unique.
+ * A name for the version of the project version. This value must
+ * be unique.
*
- * The Amazon S3 bucket location to store the results of training. The S3
- * bucket can be in any AWS account as long as the caller has
- *
* The Amazon S3 bucket location to store the results of training.
- * The S3 bucket can be in any AWS account as long as the caller has
- *
- * The Amazon S3 bucket location to store the results of training. The S3
- * bucket can be in any AWS account as long as the caller has
- *
* The Amazon S3 bucket location to store the results of
- * training. The S3 bucket can be in any AWS account as long as
- * the caller has
- * The Amazon S3 bucket location to store the results of training. The S3
- * bucket can be in any AWS account as long as the caller has
- *
* Returns a reference to this object so that method calls can be chained
@@ -357,9 +370,8 @@ public void setOutputConfig(OutputConfig outputConfig) {
*
* @param outputConfig
* The Amazon S3 bucket location to store the results of
- * training. The S3 bucket can be in any AWS account as long as
- * the caller has
- * Specifies an external manifest that the services uses to train the model.
- * If you specify
* Specifies an external manifest that the services uses to train
- * the model. If you specify
- * Specifies an external manifest that the services uses to train the model.
- * If you specify
* Specifies an external manifest that the services uses to train
- * the model. If you specify
- * Specifies an external manifest that the services uses to train the model.
- * If you specify
* Returns a reference to this object so that method calls can be chained
@@ -420,9 +432,9 @@ public void setTrainingData(TrainingData trainingData) {
*
* @param trainingData
* Specifies an external manifest that the services uses to train
- * the model. If you specify
- * Specifies an external manifest that the service uses to test the model.
- * If you specify
* Specifies an external manifest that the service uses to test the
- * model. If you specify
- * Specifies an external manifest that the service uses to test the model.
- * If you specify
* Specifies an external manifest that the service uses to test
- * the model. If you specify
- * Specifies an external manifest that the service uses to test the model.
- * If you specify
* Specifies an external manifest that the service uses to test
- * the model. If you specify
- * A set of tags (key-value pairs) that you want to attach to the model.
+ * A set of tags (key-value pairs) that you want to attach to the project
+ * version.
*
* A set of tags (key-value pairs) that you want to attach to the
- * model.
+ * project version.
*
- * A set of tags (key-value pairs) that you want to attach to the model.
+ * A set of tags (key-value pairs) that you want to attach to the project
+ * version.
*
* A set of tags (key-value pairs) that you want to attach to the
- * model.
+ * project version.
*
- * A set of tags (key-value pairs) that you want to attach to the model.
+ * A set of tags (key-value pairs) that you want to attach to the project
+ * version.
*
* Returns a reference to this object so that method calls can be chained
@@ -533,7 +548,7 @@ public void setTags(java.util.Map
* A set of tags (key-value pairs) that you want to attach to the
- * model.
+ * project version.
*
- * A set of tags (key-value pairs) that you want to attach to the model.
+ * A set of tags (key-value pairs) that you want to attach to the project
+ * version.
*
* The method adds a new key-value pair into Tags parameter, and returns a
@@ -583,10 +599,10 @@ public CreateProjectVersionRequest clearTagsEntries() {
* The identifier for your AWS Key Management Service key (AWS KMS key). You
* can supply the Amazon Resource Name (ARN) of your KMS key, the ID of your
* KMS key, an alias for your KMS key, or an alias ARN. The key is used to
- * encrypt training and test images copied into the service for model
- * training. Your source images are unaffected. The key is also used to
- * encrypt training results and manifest files written to the output Amazon
- * S3 bucket (
* If you choose to use your own KMS key, you need the following permissions
@@ -627,11 +643,11 @@ public CreateProjectVersionRequest clearTagsEntries() {
* The identifier for your AWS Key Management Service key (AWS KMS
* key). You can supply the Amazon Resource Name (ARN) of your KMS
* key, the ID of your KMS key, an alias for your KMS key, or an
- * alias ARN. The key is used to encrypt training and test images
- * copied into the service for model training. Your source images
- * are unaffected. The key is also used to encrypt training results
- * and manifest files written to the output Amazon S3 bucket (
- *
* If you choose to use your own KMS key, you need the following
@@ -674,10 +690,10 @@ public String getKmsKeyId() {
* The identifier for your AWS Key Management Service key (AWS KMS key). You
* can supply the Amazon Resource Name (ARN) of your KMS key, the ID of your
* KMS key, an alias for your KMS key, or an alias ARN. The key is used to
- * encrypt training and test images copied into the service for model
- * training. Your source images are unaffected. The key is also used to
- * encrypt training results and manifest files written to the output Amazon
- * S3 bucket (
* If you choose to use your own KMS key, you need the following permissions
@@ -718,11 +734,12 @@ public String getKmsKeyId() {
* The identifier for your AWS Key Management Service key (AWS
* KMS key). You can supply the Amazon Resource Name (ARN) of
* your KMS key, the ID of your KMS key, an alias for your KMS
- * key, or an alias ARN. The key is used to encrypt training and
- * test images copied into the service for model training. Your
- * source images are unaffected. The key is also used to encrypt
- * training results and manifest files written to the output
- * Amazon S3 bucket (
* If you choose to use your own KMS key, you need the following
@@ -765,10 +782,10 @@ public void setKmsKeyId(String kmsKeyId) {
* The identifier for your AWS Key Management Service key (AWS KMS key). You
* can supply the Amazon Resource Name (ARN) of your KMS key, the ID of your
* KMS key, an alias for your KMS key, or an alias ARN. The key is used to
- * encrypt training and test images copied into the service for model
- * training. Your source images are unaffected. The key is also used to
- * encrypt training results and manifest files written to the output Amazon
- * S3 bucket (
* If you choose to use your own KMS key, you need the following permissions
@@ -812,11 +829,12 @@ public void setKmsKeyId(String kmsKeyId) {
* The identifier for your AWS Key Management Service key (AWS
* KMS key). You can supply the Amazon Resource Name (ARN) of
* your KMS key, the ID of your KMS key, an alias for your KMS
- * key, or an alias ARN. The key is used to encrypt training and
- * test images copied into the service for model training. Your
- * source images are unaffected. The key is also used to encrypt
- * training results and manifest files written to the output
- * Amazon S3 bucket (
* If you choose to use your own KMS key, you need the following
@@ -857,6 +875,120 @@ public CreateProjectVersionRequest withKmsKeyId(String kmsKeyId) {
return this;
}
+ /**
+ *
+ * A description applied to the project version being created.
+ *
+ * Constraints:
+ * A description applied to the project version being created.
+ *
+ * A description applied to the project version being created.
+ *
+ * Constraints:
+ * A description applied to the project version being created.
+ *
+ * A description applied to the project version being created.
+ *
+ * Returns a reference to this object so that method calls can be chained
+ * together.
+ *
+ * Constraints:
+ * A description applied to the project version being created.
+ *
+ * Feature-specific configuration of the training job. If the job
+ * configuration does not match the feature type associated with the
+ * project, an InvalidParameterException is returned.
+ *
+ * Feature-specific configuration of the training job. If the job
+ * configuration does not match the feature type associated with the
+ * project, an InvalidParameterException is returned.
+ *
+ * Feature-specific configuration of the training job. If the job
+ * configuration does not match the feature type associated with the
+ * project, an InvalidParameterException is returned.
+ *
+ * Feature-specific configuration of the training job. If the job
+ * configuration does not match the feature type associated with
+ * the project, an InvalidParameterException is returned.
+ *
+ * Feature-specific configuration of the training job. If the job
+ * configuration does not match the feature type associated with the
+ * project, an InvalidParameterException is returned.
+ *
+ * Returns a reference to this object so that method calls can be chained
+ * together.
+ *
+ * @param featureConfig
+ * Feature-specific configuration of the training job. If the job
+ * configuration does not match the feature type associated with
+ * the project, an InvalidParameterException is returned.
+ *
- * The ARN of the model version that was created. Use
+ * The ARN of the model or the project version that was created. Use
*
- * The ARN of the model version that was created. Use
+ * The ARN of the model or the project version that was created. Use
*
- * The ARN of the model version that was created. Use
+ * The ARN of the model or the project version that was created. Use
*
- * The ARN of the model version that was created. Use
+ * The ARN of the model or the project version that was created. Use
*
- * The ARN of the model version that was created. Use
- *
- * The ARN of the model version that was created. Use
+ * The ARN of the model or the project version that was created. Use
*
- * The ARN of the model version that was created. Use
- *
+ * Feature specific configuration for the training job. Configuration provided
+ * for the job must match the feature type parameter associated with project. If
+ * configuration and feature type do not match an InvalidParameterException is
+ * returned.
+ *
+ * Configuration options for Custom Moderation training.
+ *
+ * Configuration options for Custom Moderation training.
+ *
+ * Configuration options for Custom Moderation training.
+ *
+ * Configuration options for Custom Moderation training.
+ *
+ * Configuration options for Custom Moderation training.
+ *
+ * Configuration options for Custom Moderation training.
+ *
+ * Returns a reference to this object so that method calls can be chained
+ * together.
+ *
+ * @param contentModeration
+ * Configuration options for Custom Moderation training.
+ *
+ * Configuration options for Content Moderation training.
+ *
+ * The confidence level you plan to use to identify if unsafe content is
+ * present during inference.
+ *
+ * Constraints:
+ * The confidence level you plan to use to identify if unsafe content is
+ * present during inference.
+ *
+ * Constraints:
+ * The confidence level you plan to use to identify if unsafe
+ * content is present during inference.
+ *
+ * The confidence level you plan to use to identify if unsafe content is
+ * present during inference.
+ *
+ * Constraints:
+ * The confidence level you plan to use to identify if unsafe
+ * content is present during inference.
+ *
+ * The confidence level you plan to use to identify if unsafe content is
+ * present during inference.
+ *
+ * Returns a reference to this object so that method calls can be chained
+ * together.
+ *
+ * Constraints:
+ * The confidence level you plan to use to identify if unsafe
+ * content is present during inference.
+ *
+ * This operation applies only to Amazon Rekognition Custom Labels.
+ *
* Deletes an existing Amazon Rekognition Custom Labels dataset. Deleting a
* dataset might take while. Use DescribeDataset to check the current
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/DeleteDatasetResult.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/DeleteDatasetResult.java
index 8833b9a9c4..98300822ba 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/DeleteDatasetResult.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/DeleteDatasetResult.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/DeleteFacesRequest.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/DeleteFacesRequest.java
index cdf8e1d328..130e28c24d 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/DeleteFacesRequest.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/DeleteFacesRequest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/DeleteFacesResult.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/DeleteFacesResult.java
index 513db054e2..dc68ffaaf1 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/DeleteFacesResult.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/DeleteFacesResult.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/DeleteProjectPolicyRequest.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/DeleteProjectPolicyRequest.java
index 34d29cd1ae..938020b690 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/DeleteProjectPolicyRequest.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/DeleteProjectPolicyRequest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
@@ -20,6 +20,11 @@
import com.amazonaws.AmazonWebServiceRequest;
/**
+ *
+ * This operation applies only to Amazon Rekognition Custom Labels.
+ *
* Deletes an existing project policy.
*
- * Deletes an Amazon Rekognition Custom Labels project. To delete a project you
- * must first delete all models associated with the project. To delete a model,
- * see DeleteProjectVersion.
+ * Deletes a Amazon Rekognition project. To delete a project you must first
+ * delete all models or adapters associated with the project. To delete a model
+ * or adapter, see DeleteProjectVersion.
*
*
- * Deletes an Amazon Rekognition Custom Labels model.
+ * Deletes a Rekognition project model or project version, like a Amazon
+ * Rekognition Custom Labels model or a custom adapter.
*
- * You can't delete a model if it is running or if it is training. To check the
- * status of a model, use the
* This operation requires permissions to perform the
@@ -37,7 +39,7 @@
public class DeleteProjectVersionRequest extends AmazonWebServiceRequest implements Serializable {
/**
*
- * The Amazon Resource Name (ARN) of the model version that you want to
+ * The Amazon Resource Name (ARN) of the project version that you want to
* delete.
*
@@ -51,7 +53,7 @@ public class DeleteProjectVersionRequest extends AmazonWebServiceRequest impleme
/**
*
- * The Amazon Resource Name (ARN) of the model version that you want to
+ * The Amazon Resource Name (ARN) of the project version that you want to
* delete.
*
@@ -62,8 +64,8 @@ public class DeleteProjectVersionRequest extends AmazonWebServiceRequest impleme
* -Z0-9_.\-]{1,255}\/version\/[a-zA-Z0-9_.\-]{1,255}\/[0-9]+$)
- * The Amazon Resource Name (ARN) of the model version that you want
- * to delete.
+ * The Amazon Resource Name (ARN) of the project version that you
+ * want to delete.
*
- * The Amazon Resource Name (ARN) of the model version that you want to
+ * The Amazon Resource Name (ARN) of the project version that you want to
* delete.
*
@@ -83,7 +85,7 @@ public String getProjectVersionArn() {
* -Z0-9_.\-]{1,255}\/version\/[a-zA-Z0-9_.\-]{1,255}\/[0-9]+$)
- * The Amazon Resource Name (ARN) of the model version that you
+ * The Amazon Resource Name (ARN) of the project version that you
* want to delete.
*
- * The Amazon Resource Name (ARN) of the model version that you want to
+ * The Amazon Resource Name (ARN) of the project version that you want to
* delete.
*
@@ -107,7 +109,7 @@ public void setProjectVersionArn(String projectVersionArn) {
* -Z0-9_.\-]{1,255}\/version\/[a-zA-Z0-9_.\-]{1,255}\/[0-9]+$)
- * The Amazon Resource Name (ARN) of the model version that you
+ * The Amazon Resource Name (ARN) of the project version that you
* want to delete.
*
* The status of the deletion operation.
@@ -57,7 +59,8 @@ public String getStatus() {
* Constraints:
* The status of the deletion operation.
@@ -79,7 +82,8 @@ public void setStatus(String status) {
* Constraints:
* The status of the deletion operation.
@@ -101,7 +105,8 @@ public DeleteProjectVersionResult withStatus(String status) {
* Constraints:
* The status of the deletion operation.
@@ -123,7 +128,8 @@ public void setStatus(ProjectVersionStatus status) {
* Constraints:
* The status of the deletion operation.
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/DeleteStreamProcessorRequest.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/DeleteStreamProcessorRequest.java
index b5bb63dcef..cf71ffe38d 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/DeleteStreamProcessorRequest.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/DeleteStreamProcessorRequest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/DeleteStreamProcessorResult.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/DeleteStreamProcessorResult.java
index eabdfd0362..189359c45a 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/DeleteStreamProcessorResult.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/DeleteStreamProcessorResult.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/DeleteUserRequest.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/DeleteUserRequest.java
index 6603b15855..e8380275f6 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/DeleteUserRequest.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/DeleteUserRequest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/DeleteUserResult.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/DeleteUserResult.java
index 6f76308710..01b8fe69e7 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/DeleteUserResult.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/DeleteUserResult.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/DescribeCollectionRequest.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/DescribeCollectionRequest.java
index ad84904f5f..a89d6054d1 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/DescribeCollectionRequest.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/DescribeCollectionRequest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/DescribeCollectionResult.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/DescribeCollectionResult.java
index d73ca3f9ad..d229a859ed 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/DescribeCollectionResult.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/DescribeCollectionResult.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/DescribeDatasetRequest.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/DescribeDatasetRequest.java
index 63d8290917..d62046fc62 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/DescribeDatasetRequest.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/DescribeDatasetRequest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
@@ -20,6 +20,11 @@
import com.amazonaws.AmazonWebServiceRequest;
/**
+ *
+ * This operation applies only to Amazon Rekognition Custom Labels.
+ *
* Describes an Amazon Rekognition Custom Labels dataset. You can get
* information such as the current status of a dataset and statistics about the
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/DescribeDatasetResult.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/DescribeDatasetResult.java
index 1086fb8c69..d1603bb380 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/DescribeDatasetResult.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/DescribeDatasetResult.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/DescribeProjectVersionsRequest.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/DescribeProjectVersionsRequest.java
index 986acbb193..282b8b545c 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/DescribeProjectVersionsRequest.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/DescribeProjectVersionsRequest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
@@ -21,10 +21,10 @@
/**
*
- * Lists and describes the versions of a model in an Amazon Rekognition Custom
- * Labels project. You can specify up to 10 model versions in
- *
* This operation requires permissions to perform the
@@ -34,8 +34,8 @@
public class DescribeProjectVersionsRequest extends AmazonWebServiceRequest implements Serializable {
/**
*
- * The Amazon Resource Name (ARN) of the project that contains the models
- * you want to describe.
+ * The Amazon Resource Name (ARN) of the project that contains the
+ * model/adapter you want to describe.
*
* Constraints:
- * A list of model version names that you want to describe. You can add up
- * to 10 model version names to the list. If you don't specify a value, all
- * model descriptions are returned. A version name is part of a model
- * (ProjectVersion) ARN. For example,
+ * A list of model or project version names that you want to describe. You
+ * can add up to 10 model or project version names to the list. If you don't
+ * specify a value, all project version descriptions are returned. A version
+ * name is part of a project version ARN. For example,
*
* If the previous response was incomplete (because there is more results to
- * retrieve), Amazon Rekognition Custom Labels returns a pagination token in
- * the response. You can use this pagination token to retrieve the next set
- * of results.
+ * retrieve), Amazon Rekognition returns a pagination token in the response.
+ * You can use this pagination token to retrieve the next set of results.
*
* Constraints:
- * The Amazon Resource Name (ARN) of the project that contains the models
- * you want to describe.
+ * The Amazon Resource Name (ARN) of the project that contains the
+ * model/adapter you want to describe.
*
* Constraints:
* The Amazon Resource Name (ARN) of the project that contains the
- * models you want to describe.
+ * model/adapter you want to describe.
*
- * The Amazon Resource Name (ARN) of the project that contains the models
- * you want to describe.
+ * The Amazon Resource Name (ARN) of the project that contains the
+ * model/adapter you want to describe.
*
* Constraints:
* The Amazon Resource Name (ARN) of the project that contains
- * the models you want to describe.
+ * the model/adapter you want to describe.
*
- * The Amazon Resource Name (ARN) of the project that contains the models
- * you want to describe.
+ * The Amazon Resource Name (ARN) of the project that contains the
+ * model/adapter you want to describe.
*
* Returns a reference to this object so that method calls can be chained
@@ -144,7 +143,7 @@ public void setProjectArn(String projectArn) {
*
* @param projectArn
* The Amazon Resource Name (ARN) of the project that contains
- * the models you want to describe.
+ * the model/adapter you want to describe.
*
- * A list of model version names that you want to describe. You can add up
- * to 10 model version names to the list. If you don't specify a value, all
- * model descriptions are returned. A version name is part of a model
- * (ProjectVersion) ARN. For example,
+ * A list of model or project version names that you want to describe. You
+ * can add up to 10 model or project version names to the list. If you don't
+ * specify a value, all project version descriptions are returned. A version
+ * name is part of a project version ARN. For example,
*
- * A list of model version names that you want to describe. You can
- * add up to 10 model version names to the list. If you don't
- * specify a value, all model descriptions are returned. A version
- * name is part of a model (ProjectVersion) ARN. For example,
+ * A list of model or project version names that you want to
+ * describe. You can add up to 10 model or project version names to
+ * the list. If you don't specify a value, all project version
+ * descriptions are returned. A version name is part of a project
+ * version ARN. For example,
*
- * A list of model version names that you want to describe. You can add up
- * to 10 model version names to the list. If you don't specify a value, all
- * model descriptions are returned. A version name is part of a model
- * (ProjectVersion) ARN. For example,
+ * A list of model or project version names that you want to describe. You
+ * can add up to 10 model or project version names to the list. If you don't
+ * specify a value, all project version descriptions are returned. A version
+ * name is part of a project version ARN. For example,
*
- * A list of model version names that you want to describe. You
- * can add up to 10 model version names to the list. If you don't
- * specify a value, all model descriptions are returned. A
- * version name is part of a model (ProjectVersion) ARN. For
- * example,
- * A list of model version names that you want to describe. You can add up
- * to 10 model version names to the list. If you don't specify a value, all
- * model descriptions are returned. A version name is part of a model
- * (ProjectVersion) ARN. For example,
+ * A list of model or project version names that you want to describe. You
+ * can add up to 10 model or project version names to the list. If you don't
+ * specify a value, all project version descriptions are returned. A version
+ * name is part of a project version ARN. For example,
*
- * A list of model version names that you want to describe. You
- * can add up to 10 model version names to the list. If you don't
- * specify a value, all model descriptions are returned. A
- * version name is part of a model (ProjectVersion) ARN. For
- * example,
- * A list of model version names that you want to describe. You can add up
- * to 10 model version names to the list. If you don't specify a value, all
- * model descriptions are returned. A version name is part of a model
- * (ProjectVersion) ARN. For example,
+ * A list of model or project version names that you want to describe. You
+ * can add up to 10 model or project version names to the list. If you don't
+ * specify a value, all project version descriptions are returned. A version
+ * name is part of a project version ARN. For example,
*
- * A list of model version names that you want to describe. You
- * can add up to 10 model version names to the list. If you don't
- * specify a value, all model descriptions are returned. A
- * version name is part of a model (ProjectVersion) ARN. For
- * example,
* Constraints:
* If the previous response was incomplete (because there is more results to
- * retrieve), Amazon Rekognition Custom Labels returns a pagination token in
- * the response. You can use this pagination token to retrieve the next set
- * of results.
+ * retrieve), Amazon Rekognition returns a pagination token in the response.
+ * You can use this pagination token to retrieve the next set of results.
*
* Constraints:
* If the previous response was incomplete (because there is more
- * results to retrieve), Amazon Rekognition Custom Labels returns
- * a pagination token in the response. You can use this
- * pagination token to retrieve the next set of results.
+ * results to retrieve), Amazon Rekognition returns a pagination
+ * token in the response. You can use this pagination token to
+ * retrieve the next set of results.
*
* If the previous response was incomplete (because there is more results to
- * retrieve), Amazon Rekognition Custom Labels returns a pagination token in
- * the response. You can use this pagination token to retrieve the next set
- * of results.
+ * retrieve), Amazon Rekognition returns a pagination token in the response.
+ * You can use this pagination token to retrieve the next set of results.
*
* Returns a reference to this object so that method calls can be chained
@@ -344,9 +344,9 @@ public void setNextToken(String nextToken) {
*
* @param nextToken
* If the previous response was incomplete (because there is more
- * results to retrieve), Amazon Rekognition Custom Labels returns
- * a pagination token in the response. You can use this
- * pagination token to retrieve the next set of results.
+ * results to retrieve), Amazon Rekognition returns a pagination
+ * token in the response. You can use this pagination token to
+ * retrieve the next set of results.
*
- * A list of model descriptions. The list is sorted by the creation date and
- * time of the model versions, latest to earliest.
+ * A list of project version descriptions. The list is sorted by the
+ * creation date and time of the project versions, latest to earliest.
*
* If the previous response was incomplete (because there is more results to
- * retrieve), Amazon Rekognition Custom Labels returns a pagination token in
- * the response. You can use this pagination token to retrieve the next set
- * of results.
+ * retrieve), Amazon Rekognition returns a pagination token in the response.
+ * You can use this pagination token to retrieve the next set of results.
*
* Constraints:
- * A list of model descriptions. The list is sorted by the creation date and
- * time of the model versions, latest to earliest.
+ * A list of project version descriptions. The list is sorted by the
+ * creation date and time of the project versions, latest to earliest.
*
- * A list of model descriptions. The list is sorted by the creation
- * date and time of the model versions, latest to earliest.
+ * A list of project version descriptions. The list is sorted by the
+ * creation date and time of the project versions, latest to
+ * earliest.
*
- * A list of model descriptions. The list is sorted by the creation date and
- * time of the model versions, latest to earliest.
+ * A list of project version descriptions. The list is sorted by the
+ * creation date and time of the project versions, latest to earliest.
*
- * A list of model descriptions. The list is sorted by the
- * creation date and time of the model versions, latest to
+ * A list of project version descriptions. The list is sorted by
+ * the creation date and time of the project versions, latest to
* earliest.
*
- * A list of model descriptions. The list is sorted by the creation date and
- * time of the model versions, latest to earliest.
+ * A list of project version descriptions. The list is sorted by the
+ * creation date and time of the project versions, latest to earliest.
*
* Returns a reference to this object so that method calls can be chained
* together.
*
* @param projectVersionDescriptions
- * A list of model descriptions. The list is sorted by the
- * creation date and time of the model versions, latest to
+ * A list of project version descriptions. The list is sorted by
+ * the creation date and time of the project versions, latest to
* earliest.
*
- * A list of model descriptions. The list is sorted by the creation date and
- * time of the model versions, latest to earliest.
+ * A list of project version descriptions. The list is sorted by the
+ * creation date and time of the project versions, latest to earliest.
*
* Returns a reference to this object so that method calls can be chained
* together.
*
* @param projectVersionDescriptions
- * A list of model descriptions. The list is sorted by the
- * creation date and time of the model versions, latest to
+ * A list of project version descriptions. The list is sorted by
+ * the creation date and time of the project versions, latest to
* earliest.
*
* If the previous response was incomplete (because there is more results to
- * retrieve), Amazon Rekognition Custom Labels returns a pagination token in
- * the response. You can use this pagination token to retrieve the next set
- * of results.
+ * retrieve), Amazon Rekognition returns a pagination token in the response.
+ * You can use this pagination token to retrieve the next set of results.
*
* Constraints:
* If the previous response was incomplete (because there is more
- * results to retrieve), Amazon Rekognition Custom Labels returns a
- * pagination token in the response. You can use this pagination
- * token to retrieve the next set of results.
+ * results to retrieve), Amazon Rekognition returns a pagination
+ * token in the response. You can use this pagination token to
+ * retrieve the next set of results.
*
* If the previous response was incomplete (because there is more results to
- * retrieve), Amazon Rekognition Custom Labels returns a pagination token in
- * the response. You can use this pagination token to retrieve the next set
- * of results.
+ * retrieve), Amazon Rekognition returns a pagination token in the response.
+ * You can use this pagination token to retrieve the next set of results.
*
* Constraints:
* If the previous response was incomplete (because there is more
- * results to retrieve), Amazon Rekognition Custom Labels returns
- * a pagination token in the response. You can use this
- * pagination token to retrieve the next set of results.
+ * results to retrieve), Amazon Rekognition returns a pagination
+ * token in the response. You can use this pagination token to
+ * retrieve the next set of results.
*
* If the previous response was incomplete (because there is more results to
- * retrieve), Amazon Rekognition Custom Labels returns a pagination token in
- * the response. You can use this pagination token to retrieve the next set
- * of results.
+ * retrieve), Amazon Rekognition returns a pagination token in the response.
+ * You can use this pagination token to retrieve the next set of results.
*
* Returns a reference to this object so that method calls can be chained
@@ -189,9 +186,9 @@ public void setNextToken(String nextToken) {
*
* @param nextToken
* If the previous response was incomplete (because there is more
- * results to retrieve), Amazon Rekognition Custom Labels returns
- * a pagination token in the response. You can use this
- * pagination token to retrieve the next set of results.
+ * results to retrieve), Amazon Rekognition returns a pagination
+ * token in the response. You can use this pagination token to
+ * retrieve the next set of results.
*
- * Gets information about your Amazon Rekognition Custom Labels projects.
+ * Gets information about your Rekognition projects.
*
* This operation requires permissions to perform the
@@ -32,9 +32,8 @@ public class DescribeProjectsRequest extends AmazonWebServiceRequest implements
/**
*
* If the previous response was incomplete (because there is more results to
- * retrieve), Amazon Rekognition Custom Labels returns a pagination token in
- * the response. You can use this pagination token to retrieve the next set
- * of results.
+ * retrieve), Rekognition returns a pagination token in the response. You
+ * can use this pagination token to retrieve the next set of results.
*
* Constraints:
- * A list of the projects that you want Amazon Rekognition Custom Labels to
- * describe. If you don't specify a value, the response includes
- * descriptions for all the projects in your AWS account.
+ * A list of the projects that you want Rekognition to describe. If you
+ * don't specify a value, the response includes descriptions for all the
+ * projects in your AWS account.
*
+ * Specifies the type of customization to filter projects by. If no value is
+ * specified, CUSTOM_LABELS is used as a default.
+ *
* If the previous response was incomplete (because there is more results to
- * retrieve), Amazon Rekognition Custom Labels returns a pagination token in
- * the response. You can use this pagination token to retrieve the next set
- * of results.
+ * retrieve), Rekognition returns a pagination token in the response. You
+ * can use this pagination token to retrieve the next set of results.
*
* Constraints:
* If the previous response was incomplete (because there is more
- * results to retrieve), Amazon Rekognition Custom Labels returns a
- * pagination token in the response. You can use this pagination
- * token to retrieve the next set of results.
+ * results to retrieve), Rekognition returns a pagination token in
+ * the response. You can use this pagination token to retrieve the
+ * next set of results.
*
* If the previous response was incomplete (because there is more results to
- * retrieve), Amazon Rekognition Custom Labels returns a pagination token in
- * the response. You can use this pagination token to retrieve the next set
- * of results.
+ * retrieve), Rekognition returns a pagination token in the response. You
+ * can use this pagination token to retrieve the next set of results.
*
* Constraints:
* If the previous response was incomplete (because there is more
- * results to retrieve), Amazon Rekognition Custom Labels returns
- * a pagination token in the response. You can use this
- * pagination token to retrieve the next set of results.
+ * results to retrieve), Rekognition returns a pagination token
+ * in the response. You can use this pagination token to retrieve
+ * the next set of results.
*
* If the previous response was incomplete (because there is more results to
- * retrieve), Amazon Rekognition Custom Labels returns a pagination token in
- * the response. You can use this pagination token to retrieve the next set
- * of results.
+ * retrieve), Rekognition returns a pagination token in the response. You
+ * can use this pagination token to retrieve the next set of results.
*
* Returns a reference to this object so that method calls can be chained
@@ -123,9 +127,9 @@ public void setNextToken(String nextToken) {
*
* @param nextToken
* If the previous response was incomplete (because there is more
- * results to retrieve), Amazon Rekognition Custom Labels returns
- * a pagination token in the response. You can use this
- * pagination token to retrieve the next set of results.
+ * results to retrieve), Rekognition returns a pagination token
+ * in the response. You can use this pagination token to retrieve
+ * the next set of results.
*
- * A list of the projects that you want Amazon Rekognition Custom Labels to
- * describe. If you don't specify a value, the response includes
- * descriptions for all the projects in your AWS account.
+ * A list of the projects that you want Rekognition to describe. If you
+ * don't specify a value, the response includes descriptions for all the
+ * projects in your AWS account.
*
- * A list of the projects that you want Amazon Rekognition Custom
- * Labels to describe. If you don't specify a value, the response
- * includes descriptions for all the projects in your AWS account.
+ * A list of the projects that you want Rekognition to describe. If
+ * you don't specify a value, the response includes descriptions for
+ * all the projects in your AWS account.
*
- * A list of the projects that you want Amazon Rekognition Custom Labels to
- * describe. If you don't specify a value, the response includes
- * descriptions for all the projects in your AWS account.
+ * A list of the projects that you want Rekognition to describe. If you
+ * don't specify a value, the response includes descriptions for all the
+ * projects in your AWS account.
*
- * A list of the projects that you want Amazon Rekognition Custom
- * Labels to describe. If you don't specify a value, the response
- * includes descriptions for all the projects in your AWS
- * account.
+ * A list of the projects that you want Rekognition to describe.
+ * If you don't specify a value, the response includes
+ * descriptions for all the projects in your AWS account.
*
- * A list of the projects that you want Amazon Rekognition Custom Labels to
- * describe. If you don't specify a value, the response includes
- * descriptions for all the projects in your AWS account.
+ * A list of the projects that you want Rekognition to describe. If you
+ * don't specify a value, the response includes descriptions for all the
+ * projects in your AWS account.
*
* Returns a reference to this object so that method calls can be chained
* together.
*
* @param projectNames
- * A list of the projects that you want Amazon Rekognition Custom
- * Labels to describe. If you don't specify a value, the response
- * includes descriptions for all the projects in your AWS
- * account.
+ * A list of the projects that you want Rekognition to describe.
+ * If you don't specify a value, the response includes
+ * descriptions for all the projects in your AWS account.
*
- * A list of the projects that you want Amazon Rekognition Custom Labels to
- * describe. If you don't specify a value, the response includes
- * descriptions for all the projects in your AWS account.
+ * A list of the projects that you want Rekognition to describe. If you
+ * don't specify a value, the response includes descriptions for all the
+ * projects in your AWS account.
*
* Returns a reference to this object so that method calls can be chained
* together.
*
* @param projectNames
- * A list of the projects that you want Amazon Rekognition Custom
- * Labels to describe. If you don't specify a value, the response
- * includes descriptions for all the projects in your AWS
- * account.
+ * A list of the projects that you want Rekognition to describe.
+ * If you don't specify a value, the response includes
+ * descriptions for all the projects in your AWS account.
*
+ * Specifies the type of customization to filter projects by. If no value is
+ * specified, CUSTOM_LABELS is used as a default.
+ *
+ * Specifies the type of customization to filter projects by. If no
+ * value is specified, CUSTOM_LABELS is used as a default.
+ *
+ * Specifies the type of customization to filter projects by. If no value is
+ * specified, CUSTOM_LABELS is used as a default.
+ *
+ * Specifies the type of customization to filter projects by. If
+ * no value is specified, CUSTOM_LABELS is used as a default.
+ *
+ * Specifies the type of customization to filter projects by. If no value is
+ * specified, CUSTOM_LABELS is used as a default.
+ *
+ * Returns a reference to this object so that method calls can be chained
+ * together.
+ *
+ * @param features
+ * Specifies the type of customization to filter projects by. If
+ * no value is specified, CUSTOM_LABELS is used as a default.
+ *
+ * Specifies the type of customization to filter projects by. If no value is
+ * specified, CUSTOM_LABELS is used as a default.
+ *
+ * Returns a reference to this object so that method calls can be chained
+ * together.
+ *
+ * @param features
+ * Specifies the type of customization to filter projects by. If
+ * no value is specified, CUSTOM_LABELS is used as a default.
+ *
* If the previous response was incomplete (because there is more results to
- * retrieve), Amazon Rekognition Custom Labels returns a pagination token in
- * the response. You can use this pagination token to retrieve the next set
- * of results.
+ * retrieve), Amazon Rekognition returns a pagination token in the response.
+ * You can use this pagination token to retrieve the next set of results.
*
* Constraints:
* If the previous response was incomplete (because there is more results to
- * retrieve), Amazon Rekognition Custom Labels returns a pagination token in
- * the response. You can use this pagination token to retrieve the next set
- * of results.
+ * retrieve), Amazon Rekognition returns a pagination token in the response.
+ * You can use this pagination token to retrieve the next set of results.
*
* Constraints:
* If the previous response was incomplete (because there is more
- * results to retrieve), Amazon Rekognition Custom Labels returns a
- * pagination token in the response. You can use this pagination
- * token to retrieve the next set of results.
+ * results to retrieve), Amazon Rekognition returns a pagination
+ * token in the response. You can use this pagination token to
+ * retrieve the next set of results.
*
* If the previous response was incomplete (because there is more results to
- * retrieve), Amazon Rekognition Custom Labels returns a pagination token in
- * the response. You can use this pagination token to retrieve the next set
- * of results.
+ * retrieve), Amazon Rekognition returns a pagination token in the response.
+ * You can use this pagination token to retrieve the next set of results.
*
* Constraints:
* If the previous response was incomplete (because there is more
- * results to retrieve), Amazon Rekognition Custom Labels returns
- * a pagination token in the response. You can use this
- * pagination token to retrieve the next set of results.
+ * results to retrieve), Amazon Rekognition returns a pagination
+ * token in the response. You can use this pagination token to
+ * retrieve the next set of results.
*
* If the previous response was incomplete (because there is more results to
- * retrieve), Amazon Rekognition Custom Labels returns a pagination token in
- * the response. You can use this pagination token to retrieve the next set
- * of results.
+ * retrieve), Amazon Rekognition returns a pagination token in the response.
+ * You can use this pagination token to retrieve the next set of results.
*
* Returns a reference to this object so that method calls can be chained
@@ -183,9 +179,9 @@ public void setNextToken(String nextToken) {
*
* @param nextToken
* If the previous response was incomplete (because there is more
- * results to retrieve), Amazon Rekognition Custom Labels returns
- * a pagination token in the response. You can use this
- * pagination token to retrieve the next set of results.
+ * results to retrieve), Amazon Rekognition returns a pagination
+ * token in the response. You can use this pagination token to
+ * retrieve the next set of results.
*
+ * This operation applies only to Amazon Rekognition Custom Labels.
+ *
* Detects custom labels in a supplied image by using an Amazon Rekognition
* Custom Labels model.
@@ -40,7 +45,9 @@
* Each
* To filter labels that are returned, specify a value for
@@ -78,7 +85,10 @@
public class DetectCustomLabelsRequest extends AmazonWebServiceRequest implements Serializable {
/**
*
- * The ARN of the model version that you want to use.
+ * The ARN of the model version that you want to use. Only models associated
+ * with Custom Labels projects accepted by the operation. If a provided ARN
+ * refers to a model version associated with a project for a different
+ * feature type, then an InvalidParameterException is returned.
*
* Constraints:
- * The ARN of the model version that you want to use.
+ * The ARN of the model version that you want to use. Only models associated
+ * with Custom Labels projects accepted by the operation. If a provided ARN
+ * refers to a model version associated with a project for a different
+ * feature type, then an InvalidParameterException is returned.
*
* Constraints:
- * The ARN of the model version that you want to use.
+ * The ARN of the model version that you want to use. Only models
+ * associated with Custom Labels projects accepted by the operation.
+ * If a provided ARN refers to a model version associated with a
+ * project for a different feature type, then an
+ * InvalidParameterException is returned.
*
- * The ARN of the model version that you want to use.
+ * The ARN of the model version that you want to use. Only models associated
+ * with Custom Labels projects accepted by the operation. If a provided ARN
+ * refers to a model version associated with a project for a different
+ * feature type, then an InvalidParameterException is returned.
*
* Constraints:
- * The ARN of the model version that you want to use.
+ * The ARN of the model version that you want to use. Only models
+ * associated with Custom Labels projects accepted by the
+ * operation. If a provided ARN refers to a model version
+ * associated with a project for a different feature type, then
+ * an InvalidParameterException is returned.
*
- * The ARN of the model version that you want to use.
+ * The ARN of the model version that you want to use. Only models associated
+ * with Custom Labels projects accepted by the operation. If a provided ARN
+ * refers to a model version associated with a project for a different
+ * feature type, then an InvalidParameterException is returned.
*
* Returns a reference to this object so that method calls can be chained
@@ -210,7 +237,11 @@ public void setProjectVersionArn(String projectVersionArn) {
* -Z0-9_.\-]{1,255}\/version\/[a-zA-Z0-9_.\-]{1,255}\/[0-9]+$)
- * The ARN of the model version that you want to use.
+ * The ARN of the model version that you want to use. Only models
+ * associated with Custom Labels projects accepted by the
+ * operation. If a provided ARN refers to a model version
+ * associated with a project for a different feature type, then
+ * an InvalidParameterException is returned.
*
+ * You can specify an adapter to use when retrieving label predictions by
+ * providing a
+ * Identifier for the custom adapter. Expects the ProjectVersionArn as a
+ * value. Use the CreateProject or CreateProjectVersion APIs to create a
+ * custom adapter.
+ *
+ * Constraints:
+ * Identifier for the custom adapter. Expects the ProjectVersionArn as a
+ * value. Use the CreateProject or CreateProjectVersion APIs to create a
+ * custom adapter.
+ *
+ * Constraints:
+ * Identifier for the custom adapter. Expects the ProjectVersionArn
+ * as a value. Use the CreateProject or CreateProjectVersion APIs to
+ * create a custom adapter.
+ *
+ * Identifier for the custom adapter. Expects the ProjectVersionArn as a
+ * value. Use the CreateProject or CreateProjectVersion APIs to create a
+ * custom adapter.
+ *
+ * Constraints:
+ * Identifier for the custom adapter. Expects the
+ * ProjectVersionArn as a value. Use the CreateProject or
+ * CreateProjectVersion APIs to create a custom adapter.
+ *
+ * Identifier for the custom adapter. Expects the ProjectVersionArn as a
+ * value. Use the CreateProject or CreateProjectVersion APIs to create a
+ * custom adapter.
+ *
+ * Returns a reference to this object so that method calls can be chained
+ * together.
+ *
+ * Constraints:
+ * Identifier for the custom adapter. Expects the
+ * ProjectVersionArn as a value. Use the CreateProject or
+ * CreateProjectVersion APIs to create a custom adapter.
+ *
- * Array of detected Moderation labels and the time, in milliseconds from
- * the start of the video, they were detected.
+ * Array of detected Moderation labels. For video operations, this includes
+ * the time, in milliseconds from the start of the video, they were
+ * detected.
*
- * Version number of the moderation detection model that was used to detect
- * unsafe content.
+ * Version number of the base moderation detection model that was used to
+ * detect unsafe content.
*
- * Array of detected Moderation labels and the time, in milliseconds from
- * the start of the video, they were detected.
+ * Identifier of the custom adapter that was used during inference. If
+ * during inference the adapter was EXPIRED, then the parameter will not be
+ * returned, indicating that a base moderation detection project version was
+ * used.
+ *
+ * Constraints:
+ * A list of predicted results for the type of content an image contains.
+ * For example, the image content might be from animation, sports, or a
+ * video game.
+ *
+ * Array of detected Moderation labels. For video operations, this includes
+ * the time, in milliseconds from the start of the video, they were
+ * detected.
*
- * Array of detected Moderation labels and the time, in milliseconds
- * from the start of the video, they were detected.
+ * Array of detected Moderation labels. For video operations, this
+ * includes the time, in milliseconds from the start of the video,
+ * they were detected.
*
- * Array of detected Moderation labels and the time, in milliseconds from
- * the start of the video, they were detected.
+ * Array of detected Moderation labels. For video operations, this includes
+ * the time, in milliseconds from the start of the video, they were
+ * detected.
*
- * Array of detected Moderation labels and the time, in
- * milliseconds from the start of the video, they were detected.
+ * Array of detected Moderation labels. For video operations,
+ * this includes the time, in milliseconds from the start of the
+ * video, they were detected.
*
- * Array of detected Moderation labels and the time, in milliseconds from
- * the start of the video, they were detected.
+ * Array of detected Moderation labels. For video operations, this includes
+ * the time, in milliseconds from the start of the video, they were
+ * detected.
*
* Returns a reference to this object so that method calls can be chained
* together.
*
* @param moderationLabels
- * Array of detected Moderation labels and the time, in
- * milliseconds from the start of the video, they were detected.
+ * Array of detected Moderation labels. For video operations,
+ * this includes the time, in milliseconds from the start of the
+ * video, they were detected.
*
- * Array of detected Moderation labels and the time, in milliseconds from
- * the start of the video, they were detected.
+ * Array of detected Moderation labels. For video operations, this includes
+ * the time, in milliseconds from the start of the video, they were
+ * detected.
*
* Returns a reference to this object so that method calls can be chained
* together.
*
* @param moderationLabels
- * Array of detected Moderation labels and the time, in
- * milliseconds from the start of the video, they were detected.
+ * Array of detected Moderation labels. For video operations,
+ * this includes the time, in milliseconds from the start of the
+ * video, they were detected.
*
- * Version number of the moderation detection model that was used to detect
- * unsafe content.
+ * Version number of the base moderation detection model that was used to
+ * detect unsafe content.
*
- * Version number of the moderation detection model that was used to
- * detect unsafe content.
+ * Version number of the base moderation detection model that was
+ * used to detect unsafe content.
*
- * Version number of the moderation detection model that was used to detect
- * unsafe content.
+ * Version number of the base moderation detection model that was used to
+ * detect unsafe content.
*
- * Version number of the moderation detection model that was used
- * to detect unsafe content.
+ * Version number of the base moderation detection model that was
+ * used to detect unsafe content.
*
- * Version number of the moderation detection model that was used to detect
- * unsafe content.
+ * Version number of the base moderation detection model that was used to
+ * detect unsafe content.
*
* Returns a reference to this object so that method calls can be chained
* together.
*
* @param moderationModelVersion
- * Version number of the moderation detection model that was used
- * to detect unsafe content.
+ * Version number of the base moderation detection model that was
+ * used to detect unsafe content.
*
+ * Identifier of the custom adapter that was used during inference. If
+ * during inference the adapter was EXPIRED, then the parameter will not be
+ * returned, indicating that a base moderation detection project version was
+ * used.
+ *
+ * Constraints:
+ * Identifier of the custom adapter that was used during inference.
+ * If during inference the adapter was EXPIRED, then the parameter
+ * will not be returned, indicating that a base moderation detection
+ * project version was used.
+ *
+ * Identifier of the custom adapter that was used during inference. If
+ * during inference the adapter was EXPIRED, then the parameter will not be
+ * returned, indicating that a base moderation detection project version was
+ * used.
+ *
+ * Constraints:
+ * Identifier of the custom adapter that was used during
+ * inference. If during inference the adapter was EXPIRED, then
+ * the parameter will not be returned, indicating that a base
+ * moderation detection project version was used.
+ *
+ * Identifier of the custom adapter that was used during inference. If
+ * during inference the adapter was EXPIRED, then the parameter will not be
+ * returned, indicating that a base moderation detection project version was
+ * used.
+ *
+ * Returns a reference to this object so that method calls can be chained
+ * together.
+ *
+ * Constraints:
+ * Identifier of the custom adapter that was used during
+ * inference. If during inference the adapter was EXPIRED, then
+ * the parameter will not be returned, indicating that a base
+ * moderation detection project version was used.
+ *
+ * A list of predicted results for the type of content an image contains.
+ * For example, the image content might be from animation, sports, or a
+ * video game.
+ *
+ * A list of predicted results for the type of content an image
+ * contains. For example, the image content might be from animation,
+ * sports, or a video game.
+ *
+ * A list of predicted results for the type of content an image contains.
+ * For example, the image content might be from animation, sports, or a
+ * video game.
+ *
+ * A list of predicted results for the type of content an image
+ * contains. For example, the image content might be from
+ * animation, sports, or a video game.
+ *
+ * A list of predicted results for the type of content an image contains.
+ * For example, the image content might be from animation, sports, or a
+ * video game.
+ *
+ * Returns a reference to this object so that method calls can be chained
+ * together.
+ *
+ * @param contentTypes
+ * A list of predicted results for the type of content an image
+ * contains. For example, the image content might be from
+ * animation, sports, or a video game.
+ *
+ * A list of predicted results for the type of content an image contains.
+ * For example, the image content might be from animation, sports, or a
+ * video game.
+ *
+ * Returns a reference to this object so that method calls can be chained
+ * together.
+ *
+ * @param contentTypes
+ * A list of predicted results for the type of content an image
+ * contains. For example, the image content might be from
+ * animation, sports, or a video game.
+ *
+ * This operation applies only to Amazon Rekognition Custom Labels.
+ *
* Distributes the entries (images) in a training dataset across the training
* dataset and the test dataset for a project.
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/DistributeDatasetEntriesResult.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/DistributeDatasetEntriesResult.java
index fcbfb819e2..b9121114b5 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/DistributeDatasetEntriesResult.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/DistributeDatasetEntriesResult.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/DominantColor.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/DominantColor.java
index ab826936ff..22cc8e9f50 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/DominantColor.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/DominantColor.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/Emotion.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/Emotion.java
index 3626dc6a44..0f315b8c31 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/Emotion.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/Emotion.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/EmotionName.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/EmotionName.java
index d9f812f6a3..7e2ff61453 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/EmotionName.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/EmotionName.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/EquipmentDetection.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/EquipmentDetection.java
index a82a7d5c43..720084812d 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/EquipmentDetection.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/EquipmentDetection.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/EvaluationResult.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/EvaluationResult.java
index 6b8b90ad4b..c8ad08e498 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/EvaluationResult.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/EvaluationResult.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/EyeDirection.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/EyeDirection.java
index 027988aab7..2706f55fc1 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/EyeDirection.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/EyeDirection.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/EyeOpen.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/EyeOpen.java
index a852eca488..203280d5e9 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/EyeOpen.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/EyeOpen.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/Eyeglasses.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/Eyeglasses.java
index ccb1ba9fd5..98302f6b83 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/Eyeglasses.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/Eyeglasses.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/Face.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/Face.java
index cba4efa288..fc7b207905 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/Face.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/Face.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/FaceAttributes.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/FaceAttributes.java
index 280655065c..e1f72db305 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/FaceAttributes.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/FaceAttributes.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/FaceDetail.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/FaceDetail.java
index d586cef53b..5ce5774e4f 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/FaceDetail.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/FaceDetail.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/FaceDetection.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/FaceDetection.java
index 345ea8806c..383ddd29d4 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/FaceDetection.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/FaceDetection.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/FaceMatch.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/FaceMatch.java
index 32de7af5cf..ae35216f49 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/FaceMatch.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/FaceMatch.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/FaceOccluded.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/FaceOccluded.java
index 2c91db3ebc..dd659e0053 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/FaceOccluded.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/FaceOccluded.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/FaceRecord.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/FaceRecord.java
index ac9d5b5668..928c6730dd 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/FaceRecord.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/FaceRecord.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/FaceSearchSettings.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/FaceSearchSettings.java
index 49e2466787..e76c073994 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/FaceSearchSettings.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/FaceSearchSettings.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/FaceSearchSortBy.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/FaceSearchSortBy.java
index 589690fb8c..72a5978c93 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/FaceSearchSortBy.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/FaceSearchSortBy.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/Gender.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/Gender.java
index d561314675..613dd0fa02 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/Gender.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/Gender.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/GenderType.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/GenderType.java
index b9787e00fc..e030f7ef42 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/GenderType.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/GenderType.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/GeneralLabelsSettings.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/GeneralLabelsSettings.java
index c83f2e3c71..9ad955a15f 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/GeneralLabelsSettings.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/GeneralLabelsSettings.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/Geometry.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/Geometry.java
index 45db90aaef..380f60445c 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/Geometry.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/Geometry.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/GetCelebrityInfoRequest.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/GetCelebrityInfoRequest.java
index b8fc17e9f7..568e10470a 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/GetCelebrityInfoRequest.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/GetCelebrityInfoRequest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/GetCelebrityInfoResult.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/GetCelebrityInfoResult.java
index 7141faa5dc..8e08d07e52 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/GetCelebrityInfoResult.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/GetCelebrityInfoResult.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/GetCelebrityRecognitionRequest.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/GetCelebrityRecognitionRequest.java
index 428f33b95c..0198d924c0 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/GetCelebrityRecognitionRequest.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/GetCelebrityRecognitionRequest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/GetCelebrityRecognitionResult.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/GetCelebrityRecognitionResult.java
index 826a648943..3d13118fa4 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/GetCelebrityRecognitionResult.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/GetCelebrityRecognitionResult.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/GetContentModerationRequest.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/GetContentModerationRequest.java
index a6a34c7cf7..3d8c9f47ed 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/GetContentModerationRequest.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/GetContentModerationRequest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/GetContentModerationRequestMetadata.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/GetContentModerationRequestMetadata.java
index 0d3f859183..5de855dd16 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/GetContentModerationRequestMetadata.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/GetContentModerationRequestMetadata.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/GetContentModerationResult.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/GetContentModerationResult.java
index 2e4ca7acc2..422d7caa1e 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/GetContentModerationResult.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/GetContentModerationResult.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/GetFaceDetectionRequest.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/GetFaceDetectionRequest.java
index 7335d632cb..ef32a0bb3d 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/GetFaceDetectionRequest.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/GetFaceDetectionRequest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/GetFaceDetectionResult.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/GetFaceDetectionResult.java
index fd19319a11..902db87295 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/GetFaceDetectionResult.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/GetFaceDetectionResult.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/GetFaceLivenessSessionResultsRequest.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/GetFaceLivenessSessionResultsRequest.java
index 9d1bcd807b..67a66bfed6 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/GetFaceLivenessSessionResultsRequest.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/GetFaceLivenessSessionResultsRequest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/GetFaceLivenessSessionResultsResult.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/GetFaceLivenessSessionResultsResult.java
index cfbf944c97..1c6692e04d 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/GetFaceLivenessSessionResultsResult.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/GetFaceLivenessSessionResultsResult.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/GetFaceSearchRequest.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/GetFaceSearchRequest.java
index 5d1913ed61..7f73075b22 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/GetFaceSearchRequest.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/GetFaceSearchRequest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/GetFaceSearchResult.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/GetFaceSearchResult.java
index 7f84491593..5c5166f6ba 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/GetFaceSearchResult.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/GetFaceSearchResult.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/GetLabelDetectionRequest.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/GetLabelDetectionRequest.java
index 456e863a02..62fa1181c6 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/GetLabelDetectionRequest.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/GetLabelDetectionRequest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
@@ -128,6 +128,11 @@
*
+ * If you are retrieving results while using the Amazon Simple Notification
+ * Service, note that you will receive an "ERROR" notification if the job
+ * encounters an issue.
+ *
+ * Retrieves the results for a given media analysis job. Takes a
+ *
+ * Unique identifier for the media analysis job for which you want to
+ * retrieve results.
+ *
+ * Constraints:
+ * Unique identifier for the media analysis job for which you want to
+ * retrieve results.
+ *
+ * Constraints:
+ * Unique identifier for the media analysis job for which you want
+ * to retrieve results.
+ *
+ * Unique identifier for the media analysis job for which you want to
+ * retrieve results.
+ *
+ * Constraints:
+ * Unique identifier for the media analysis job for which you
+ * want to retrieve results.
+ *
+ * Unique identifier for the media analysis job for which you want to
+ * retrieve results.
+ *
+ * Returns a reference to this object so that method calls can be chained
+ * together.
+ *
+ * Constraints:
+ * Unique identifier for the media analysis job for which you
+ * want to retrieve results.
+ *
+ * The identifier for the media analysis job.
+ *
+ * Constraints:
+ * The name of the media analysis job.
+ *
+ * Constraints:
+ * Operation configurations that were provided during job creation.
+ *
+ * The current status of the media analysis job.
+ *
+ * Constraints:
+ * Details about the error that resulted in failure of the job.
+ *
+ * The Unix date and time when the job was started.
+ *
+ * The Unix date and time when the job finished.
+ *
+ * Reference to the input manifest that was provided in the job creation
+ * request.
+ *
+ * Output configuration that was provided in the creation request.
+ *
+ * KMS Key that was provided in the creation request.
+ *
+ * Constraints:
+ * Output manifest that contains prediction results.
+ *
+ * The summary manifest provides statistics on input manifest and errors
+ * identified in the input manifest.
+ *
+ * The identifier for the media analysis job.
+ *
+ * Constraints:
+ * The identifier for the media analysis job.
+ *
+ * The identifier for the media analysis job.
+ *
+ * Constraints:
+ * The identifier for the media analysis job.
+ *
+ * The identifier for the media analysis job.
+ *
+ * Returns a reference to this object so that method calls can be chained
+ * together.
+ *
+ * Constraints:
+ * The identifier for the media analysis job.
+ *
+ * The name of the media analysis job.
+ *
+ * Constraints:
+ * The name of the media analysis job.
+ *
+ * The name of the media analysis job.
+ *
+ * Constraints:
+ * The name of the media analysis job.
+ *
+ * The name of the media analysis job.
+ *
+ * Returns a reference to this object so that method calls can be chained
+ * together.
+ *
+ * Constraints:
+ * The name of the media analysis job.
+ *
+ * Operation configurations that were provided during job creation.
+ *
+ * Operation configurations that were provided during job creation.
+ *
+ * Operation configurations that were provided during job creation.
+ *
+ * Operation configurations that were provided during job
+ * creation.
+ *
+ * Operation configurations that were provided during job creation.
+ *
+ * Returns a reference to this object so that method calls can be chained
+ * together.
+ *
+ * @param operationsConfig
+ * Operation configurations that were provided during job
+ * creation.
+ *
+ * The current status of the media analysis job.
+ *
+ * Constraints:
+ * The current status of the media analysis job.
+ *
+ * The current status of the media analysis job.
+ *
+ * Constraints:
+ * The current status of the media analysis job.
+ *
+ * The current status of the media analysis job.
+ *
+ * Returns a reference to this object so that method calls can be chained
+ * together.
+ *
+ * Constraints:
+ * The current status of the media analysis job.
+ *
+ * The current status of the media analysis job.
+ *
+ * Constraints:
+ * The current status of the media analysis job.
+ *
+ * The current status of the media analysis job.
+ *
+ * Returns a reference to this object so that method calls can be chained
+ * together.
+ *
+ * Constraints:
+ * The current status of the media analysis job.
+ *
+ * Details about the error that resulted in failure of the job.
+ *
+ * Details about the error that resulted in failure of the job.
+ *
+ * Details about the error that resulted in failure of the job.
+ *
+ * Details about the error that resulted in failure of the job.
+ *
+ * Details about the error that resulted in failure of the job.
+ *
+ * Returns a reference to this object so that method calls can be chained
+ * together.
+ *
+ * @param failureDetails
+ * Details about the error that resulted in failure of the job.
+ *
+ * The Unix date and time when the job was started.
+ *
+ * The Unix date and time when the job was started.
+ *
+ * The Unix date and time when the job was started.
+ *
+ * The Unix date and time when the job was started.
+ *
+ * The Unix date and time when the job was started.
+ *
+ * Returns a reference to this object so that method calls can be chained
+ * together.
+ *
+ * @param creationTimestamp
+ * The Unix date and time when the job was started.
+ *
+ * The Unix date and time when the job finished.
+ *
+ * The Unix date and time when the job finished.
+ *
+ * The Unix date and time when the job finished.
+ *
+ * The Unix date and time when the job finished.
+ *
+ * The Unix date and time when the job finished.
+ *
+ * Returns a reference to this object so that method calls can be chained
+ * together.
+ *
+ * @param completionTimestamp
+ * The Unix date and time when the job finished.
+ *
+ * Reference to the input manifest that was provided in the job creation
+ * request.
+ *
+ * Reference to the input manifest that was provided in the job
+ * creation request.
+ *
+ * Reference to the input manifest that was provided in the job creation
+ * request.
+ *
+ * Reference to the input manifest that was provided in the job
+ * creation request.
+ *
+ * Reference to the input manifest that was provided in the job creation
+ * request.
+ *
+ * Returns a reference to this object so that method calls can be chained
+ * together.
+ *
+ * @param input
+ * Reference to the input manifest that was provided in the job
+ * creation request.
+ *
+ * Output configuration that was provided in the creation request.
+ *
+ * Output configuration that was provided in the creation request.
+ *
+ * Output configuration that was provided in the creation request.
+ *
+ * Output configuration that was provided in the creation
+ * request.
+ *
+ * Output configuration that was provided in the creation request.
+ *
+ * Returns a reference to this object so that method calls can be chained
+ * together.
+ *
+ * @param outputConfig
+ * Output configuration that was provided in the creation
+ * request.
+ *
+ * KMS Key that was provided in the creation request.
+ *
+ * Constraints:
+ * KMS Key that was provided in the creation request.
+ *
+ * KMS Key that was provided in the creation request.
+ *
+ * Constraints:
+ * KMS Key that was provided in the creation request.
+ *
+ * KMS Key that was provided in the creation request.
+ *
+ * Returns a reference to this object so that method calls can be chained
+ * together.
+ *
+ * Constraints:
+ * KMS Key that was provided in the creation request.
+ *
+ * Output manifest that contains prediction results.
+ *
+ * Output manifest that contains prediction results.
+ *
+ * Output manifest that contains prediction results.
+ *
+ * Output manifest that contains prediction results.
+ *
+ * Output manifest that contains prediction results.
+ *
+ * Returns a reference to this object so that method calls can be chained
+ * together.
+ *
+ * @param results
+ * Output manifest that contains prediction results.
+ *
+ * The summary manifest provides statistics on input manifest and errors
+ * identified in the input manifest.
+ *
+ * The summary manifest provides statistics on input manifest and
+ * errors identified in the input manifest.
+ *
+ * The summary manifest provides statistics on input manifest and errors
+ * identified in the input manifest.
+ *
+ * The summary manifest provides statistics on input manifest and
+ * errors identified in the input manifest.
+ *
+ * The summary manifest provides statistics on input manifest and errors
+ * identified in the input manifest.
+ *
+ * Returns a reference to this object so that method calls can be chained
+ * together.
+ *
+ * @param manifestSummary
+ * The summary manifest provides statistics on input manifest and
+ * errors identified in the input manifest.
+ *
+ * Indicates that a provided manifest file is empty or larger than the allowed
+ * limit.
+ *
* An Amazon Rekognition service limit was exceeded. For example, if you start
- * too many Amazon Rekognition Video jobs concurrently, calls to start
- * operations (
+ * This operation applies only to Amazon Rekognition Custom Labels.
+ *
* Lists the entries (images) within a dataset. An entry is a JSON Line that
* contains the information for a single image, including the image location,
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/ListDatasetEntriesResult.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/ListDatasetEntriesResult.java
index 371e25b01f..0e9edc0b0c 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/ListDatasetEntriesResult.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/ListDatasetEntriesResult.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/ListDatasetLabelsRequest.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/ListDatasetLabelsRequest.java
index 4956b15ac2..3ed4bce4d9 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/ListDatasetLabelsRequest.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/ListDatasetLabelsRequest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
@@ -20,6 +20,11 @@
import com.amazonaws.AmazonWebServiceRequest;
/**
+ *
+ * This operation applies only to Amazon Rekognition Custom Labels.
+ *
* Lists the labels in a dataset. Amazon Rekognition Custom Labels uses labels
* to describe images. For more information, see
+ * Returns a list of media analysis jobs. Results are sorted by
+ *
+ * Pagination token, if the previous response was incomplete.
+ *
+ * Constraints:
+ * The maximum number of results to return per paginated call. The largest
+ * value user can specify is 100. If user specifies a value greater than
+ * 100, an
+ * Constraints:
+ * Pagination token, if the previous response was incomplete.
+ *
+ * Constraints:
+ * Pagination token, if the previous response was incomplete.
+ *
+ * Pagination token, if the previous response was incomplete.
+ *
+ * Constraints:
+ * Pagination token, if the previous response was incomplete.
+ *
+ * Pagination token, if the previous response was incomplete.
+ *
+ * Returns a reference to this object so that method calls can be chained
+ * together.
+ *
+ * Constraints:
+ * Pagination token, if the previous response was incomplete.
+ *
+ * The maximum number of results to return per paginated call. The largest
+ * value user can specify is 100. If user specifies a value greater than
+ * 100, an
+ * Constraints:
+ * The maximum number of results to return per paginated call. The
+ * largest value user can specify is 100. If user specifies a value
+ * greater than 100, an
+ * The maximum number of results to return per paginated call. The largest
+ * value user can specify is 100. If user specifies a value greater than
+ * 100, an
+ * Constraints:
+ * The maximum number of results to return per paginated call.
+ * The largest value user can specify is 100. If user specifies a
+ * value greater than 100, an
+ *
+ * The maximum number of results to return per paginated call. The largest
+ * value user can specify is 100. If user specifies a value greater than
+ * 100, an
+ * Returns a reference to this object so that method calls can be chained
+ * together.
+ *
+ * Constraints:
+ * The maximum number of results to return per paginated call.
+ * The largest value user can specify is 100. If user specifies a
+ * value greater than 100, an
+ *
+ * Pagination token, if the previous response was incomplete.
+ *
+ * Constraints:
+ * Contains a list of all media analysis jobs.
+ *
+ * Pagination token, if the previous response was incomplete.
+ *
+ * Constraints:
+ * Pagination token, if the previous response was incomplete.
+ *
+ * Pagination token, if the previous response was incomplete.
+ *
+ * Constraints:
+ * Pagination token, if the previous response was incomplete.
+ *
+ * Pagination token, if the previous response was incomplete.
+ *
+ * Returns a reference to this object so that method calls can be chained
+ * together.
+ *
+ * Constraints:
+ * Pagination token, if the previous response was incomplete.
+ *
+ * Contains a list of all media analysis jobs.
+ *
+ * Contains a list of all media analysis jobs.
+ *
+ * Contains a list of all media analysis jobs.
+ *
+ * Contains a list of all media analysis jobs.
+ *
+ * Contains a list of all media analysis jobs.
+ *
+ * Returns a reference to this object so that method calls can be chained
+ * together.
+ *
+ * @param mediaAnalysisJobs
+ * Contains a list of all media analysis jobs.
+ *
+ * Contains a list of all media analysis jobs.
+ *
+ * Returns a reference to this object so that method calls can be chained
+ * together.
+ *
+ * @param mediaAnalysisJobs
+ * Contains a list of all media analysis jobs.
+ *
+ * This operation applies only to Amazon Rekognition Custom Labels.
+ *
* Gets a list of the project policies attached to a project.
*
+ * Configuration for Moderation Labels Detection.
+ *
+ * Specifies the minimum confidence level for the moderation labels to
+ * return. Amazon Rekognition doesn't return any labels with a confidence
+ * level lower than this specified value.
+ *
+ * Constraints:
+ * Specifies the custom moderation model to be used during the label
+ * detection job. If not provided the pre-trained model is used.
+ *
+ * Constraints:
+ * Specifies the minimum confidence level for the moderation labels to
+ * return. Amazon Rekognition doesn't return any labels with a confidence
+ * level lower than this specified value.
+ *
+ * Constraints:
+ * Specifies the minimum confidence level for the moderation labels
+ * to return. Amazon Rekognition doesn't return any labels with a
+ * confidence level lower than this specified value.
+ *
+ * Specifies the minimum confidence level for the moderation labels to
+ * return. Amazon Rekognition doesn't return any labels with a confidence
+ * level lower than this specified value.
+ *
+ * Constraints:
+ * Specifies the minimum confidence level for the moderation
+ * labels to return. Amazon Rekognition doesn't return any labels
+ * with a confidence level lower than this specified value.
+ *
+ * Specifies the minimum confidence level for the moderation labels to
+ * return. Amazon Rekognition doesn't return any labels with a confidence
+ * level lower than this specified value.
+ *
+ * Returns a reference to this object so that method calls can be chained
+ * together.
+ *
+ * Constraints:
+ * Specifies the minimum confidence level for the moderation
+ * labels to return. Amazon Rekognition doesn't return any labels
+ * with a confidence level lower than this specified value.
+ *
+ * Specifies the custom moderation model to be used during the label
+ * detection job. If not provided the pre-trained model is used.
+ *
+ * Constraints:
+ * Specifies the custom moderation model to be used during the label
+ * detection job. If not provided the pre-trained model is used.
+ *
+ * Specifies the custom moderation model to be used during the label
+ * detection job. If not provided the pre-trained model is used.
+ *
+ * Constraints:
+ * Specifies the custom moderation model to be used during the
+ * label detection job. If not provided the pre-trained model is
+ * used.
+ *
+ * Specifies the custom moderation model to be used during the label
+ * detection job. If not provided the pre-trained model is used.
+ *
+ * Returns a reference to this object so that method calls can be chained
+ * together.
+ *
+ * Constraints:
+ * Specifies the custom moderation model to be used during the
+ * label detection job. If not provided the pre-trained model is
+ * used.
+ *
+ * Contains input information for a media analysis job.
+ *
+ * Provides the S3 bucket name and object name.
+ *
+ * The region for the S3 bucket containing the S3 object must match the
+ * region you use for Amazon Rekognition operations.
+ *
+ * For Amazon Rekognition to process an S3 object, the user must have
+ * permission to access the S3 object. For more information, see How Amazon
+ * Rekognition works with IAM in the Amazon Rekognition Developer Guide.
+ *
+ * Provides the S3 bucket name and object name.
+ *
+ * The region for the S3 bucket containing the S3 object must match the
+ * region you use for Amazon Rekognition operations.
+ *
+ * For Amazon Rekognition to process an S3 object, the user must have
+ * permission to access the S3 object. For more information, see How Amazon
+ * Rekognition works with IAM in the Amazon Rekognition Developer Guide.
+ *
+ * Provides the S3 bucket name and object name.
+ *
+ * The region for the S3 bucket containing the S3 object must match
+ * the region you use for Amazon Rekognition operations.
+ *
+ * For Amazon Rekognition to process an S3 object, the user must
+ * have permission to access the S3 object. For more information,
+ * see How Amazon Rekognition works with IAM in the Amazon
+ * Rekognition Developer Guide.
+ *
+ * Provides the S3 bucket name and object name.
+ *
+ * The region for the S3 bucket containing the S3 object must match the
+ * region you use for Amazon Rekognition operations.
+ *
+ * For Amazon Rekognition to process an S3 object, the user must have
+ * permission to access the S3 object. For more information, see How Amazon
+ * Rekognition works with IAM in the Amazon Rekognition Developer Guide.
+ *
+ * Provides the S3 bucket name and object name.
+ *
+ * The region for the S3 bucket containing the S3 object must
+ * match the region you use for Amazon Rekognition operations.
+ *
+ * For Amazon Rekognition to process an S3 object, the user must
+ * have permission to access the S3 object. For more information,
+ * see How Amazon Rekognition works with IAM in the Amazon
+ * Rekognition Developer Guide.
+ *
+ * Provides the S3 bucket name and object name.
+ *
+ * The region for the S3 bucket containing the S3 object must match the
+ * region you use for Amazon Rekognition operations.
+ *
+ * For Amazon Rekognition to process an S3 object, the user must have
+ * permission to access the S3 object. For more information, see How Amazon
+ * Rekognition works with IAM in the Amazon Rekognition Developer Guide.
+ *
+ * Returns a reference to this object so that method calls can be chained
+ * together.
+ *
+ * @param s3Object
+ * Provides the S3 bucket name and object name.
+ *
+ * The region for the S3 bucket containing the S3 object must
+ * match the region you use for Amazon Rekognition operations.
+ *
+ * For Amazon Rekognition to process an S3 object, the user must
+ * have permission to access the S3 object. For more information,
+ * see How Amazon Rekognition works with IAM in the Amazon
+ * Rekognition Developer Guide.
+ *
+ * Description for a media analysis job.
+ *
+ * The identifier for a media analysis job.
+ *
+ * Constraints:
+ * The name of a media analysis job.
+ *
+ * Constraints:
+ * Operation configurations that were provided during job creation.
+ *
+ * The status of the media analysis job being retrieved.
+ *
+ * Constraints:
+ * Details about the error that resulted in failure of the job.
+ *
+ * The Unix date and time when the job was started.
+ *
+ * The Unix date and time when the job finished.
+ *
+ * Reference to the input manifest that was provided in the job creation
+ * request.
+ *
+ * Output configuration that was provided in the creation request.
+ *
+ * KMS Key that was provided in the creation request.
+ *
+ * Constraints:
+ * Output manifest that contains prediction results.
+ *
+ * Provides statistics on input manifest and errors identified in the input
+ * manifest.
+ *
+ * The identifier for a media analysis job.
+ *
+ * Constraints:
+ * The identifier for a media analysis job.
+ *
+ * The identifier for a media analysis job.
+ *
+ * Constraints:
+ * The identifier for a media analysis job.
+ *
+ * The identifier for a media analysis job.
+ *
+ * Returns a reference to this object so that method calls can be chained
+ * together.
+ *
+ * Constraints:
+ * The identifier for a media analysis job.
+ *
+ * The name of a media analysis job.
+ *
+ * Constraints:
+ * The name of a media analysis job.
+ *
+ * The name of a media analysis job.
+ *
+ * Constraints:
+ * The name of a media analysis job.
+ *
+ * The name of a media analysis job.
+ *
+ * Returns a reference to this object so that method calls can be chained
+ * together.
+ *
+ * Constraints:
+ * The name of a media analysis job.
+ *
+ * Operation configurations that were provided during job creation.
+ *
+ * Operation configurations that were provided during job creation.
+ *
+ * Operation configurations that were provided during job creation.
+ *
+ * Operation configurations that were provided during job
+ * creation.
+ *
+ * Operation configurations that were provided during job creation.
+ *
+ * Returns a reference to this object so that method calls can be chained
+ * together.
+ *
+ * @param operationsConfig
+ * Operation configurations that were provided during job
+ * creation.
+ *
+ * The status of the media analysis job being retrieved.
+ *
+ * Constraints:
+ * The status of the media analysis job being retrieved.
+ *
+ * The status of the media analysis job being retrieved.
+ *
+ * Constraints:
+ * The status of the media analysis job being retrieved.
+ *
+ * The status of the media analysis job being retrieved.
+ *
+ * Returns a reference to this object so that method calls can be chained
+ * together.
+ *
+ * Constraints:
+ * The status of the media analysis job being retrieved.
+ *
+ * The status of the media analysis job being retrieved.
+ *
+ * Constraints:
+ * The status of the media analysis job being retrieved.
+ *
+ * The status of the media analysis job being retrieved.
+ *
+ * Returns a reference to this object so that method calls can be chained
+ * together.
+ *
+ * Constraints:
+ * The status of the media analysis job being retrieved.
+ *
+ * Details about the error that resulted in failure of the job.
+ *
+ * Details about the error that resulted in failure of the job.
+ *
+ * Details about the error that resulted in failure of the job.
+ *
+ * Details about the error that resulted in failure of the job.
+ *
+ * Details about the error that resulted in failure of the job.
+ *
+ * Returns a reference to this object so that method calls can be chained
+ * together.
+ *
+ * @param failureDetails
+ * Details about the error that resulted in failure of the job.
+ *
+ * The Unix date and time when the job was started.
+ *
+ * The Unix date and time when the job was started.
+ *
+ * The Unix date and time when the job was started.
+ *
+ * The Unix date and time when the job was started.
+ *
+ * The Unix date and time when the job was started.
+ *
+ * Returns a reference to this object so that method calls can be chained
+ * together.
+ *
+ * @param creationTimestamp
+ * The Unix date and time when the job was started.
+ *
+ * The Unix date and time when the job finished.
+ *
+ * The Unix date and time when the job finished.
+ *
+ * The Unix date and time when the job finished.
+ *
+ * The Unix date and time when the job finished.
+ *
+ * The Unix date and time when the job finished.
+ *
+ * Returns a reference to this object so that method calls can be chained
+ * together.
+ *
+ * @param completionTimestamp
+ * The Unix date and time when the job finished.
+ *
+ * Reference to the input manifest that was provided in the job creation
+ * request.
+ *
+ * Reference to the input manifest that was provided in the job
+ * creation request.
+ *
+ * Reference to the input manifest that was provided in the job creation
+ * request.
+ *
+ * Reference to the input manifest that was provided in the job
+ * creation request.
+ *
+ * Reference to the input manifest that was provided in the job creation
+ * request.
+ *
+ * Returns a reference to this object so that method calls can be chained
+ * together.
+ *
+ * @param input
+ * Reference to the input manifest that was provided in the job
+ * creation request.
+ *
+ * Output configuration that was provided in the creation request.
+ *
+ * Output configuration that was provided in the creation request.
+ *
+ * Output configuration that was provided in the creation request.
+ *
+ * Output configuration that was provided in the creation
+ * request.
+ *
+ * Output configuration that was provided in the creation request.
+ *
+ * Returns a reference to this object so that method calls can be chained
+ * together.
+ *
+ * @param outputConfig
+ * Output configuration that was provided in the creation
+ * request.
+ *
+ * KMS Key that was provided in the creation request.
+ *
+ * Constraints:
+ * KMS Key that was provided in the creation request.
+ *
+ * KMS Key that was provided in the creation request.
+ *
+ * Constraints:
+ * KMS Key that was provided in the creation request.
+ *
+ * KMS Key that was provided in the creation request.
+ *
+ * Returns a reference to this object so that method calls can be chained
+ * together.
+ *
+ * Constraints:
+ * KMS Key that was provided in the creation request.
+ *
+ * Output manifest that contains prediction results.
+ *
+ * Output manifest that contains prediction results.
+ *
+ * Output manifest that contains prediction results.
+ *
+ * Output manifest that contains prediction results.
+ *
+ * Output manifest that contains prediction results.
+ *
+ * Returns a reference to this object so that method calls can be chained
+ * together.
+ *
+ * @param results
+ * Output manifest that contains prediction results.
+ *
+ * Provides statistics on input manifest and errors identified in the input
+ * manifest.
+ *
+ * Provides statistics on input manifest and errors identified in
+ * the input manifest.
+ *
+ * Provides statistics on input manifest and errors identified in the input
+ * manifest.
+ *
+ * Provides statistics on input manifest and errors identified in
+ * the input manifest.
+ *
+ * Provides statistics on input manifest and errors identified in the input
+ * manifest.
+ *
+ * Returns a reference to this object so that method calls can be chained
+ * together.
+ *
+ * @param manifestSummary
+ * Provides statistics on input manifest and errors identified in
+ * the input manifest.
+ *
+ * Details about the error that resulted in failure of the job.
+ *
+ * Error code for the failed job.
+ *
+ * Constraints:
+ * Human readable error message.
+ *
+ * Error code for the failed job.
+ *
+ * Constraints:
+ * Error code for the failed job.
+ *
+ * Error code for the failed job.
+ *
+ * Constraints:
+ * Error code for the failed job.
+ *
+ * Error code for the failed job.
+ *
+ * Returns a reference to this object so that method calls can be chained
+ * together.
+ *
+ * Constraints:
+ * Error code for the failed job.
+ *
+ * Error code for the failed job.
+ *
+ * Constraints:
+ * Error code for the failed job.
+ *
+ * Error code for the failed job.
+ *
+ * Returns a reference to this object so that method calls can be chained
+ * together.
+ *
+ * Constraints:
+ * Error code for the failed job.
+ *
+ * Human readable error message.
+ *
+ * Human readable error message.
+ *
+ * Human readable error message.
+ *
+ * Human readable error message.
+ *
+ * Human readable error message.
+ *
+ * Returns a reference to this object so that method calls can be chained
+ * together.
+ *
+ * @param message
+ * Human readable error message.
+ *
+ * Summary that provides statistics on input manifest and errors identified in
+ * the input manifest.
+ *
+ * Provides the S3 bucket name and object name.
+ *
+ * The region for the S3 bucket containing the S3 object must match the
+ * region you use for Amazon Rekognition operations.
+ *
+ * For Amazon Rekognition to process an S3 object, the user must have
+ * permission to access the S3 object. For more information, see How Amazon
+ * Rekognition works with IAM in the Amazon Rekognition Developer Guide.
+ *
+ * Provides the S3 bucket name and object name.
+ *
+ * The region for the S3 bucket containing the S3 object must match the
+ * region you use for Amazon Rekognition operations.
+ *
+ * For Amazon Rekognition to process an S3 object, the user must have
+ * permission to access the S3 object. For more information, see How Amazon
+ * Rekognition works with IAM in the Amazon Rekognition Developer Guide.
+ *
+ * Provides the S3 bucket name and object name.
+ *
+ * The region for the S3 bucket containing the S3 object must match
+ * the region you use for Amazon Rekognition operations.
+ *
+ * For Amazon Rekognition to process an S3 object, the user must
+ * have permission to access the S3 object. For more information,
+ * see How Amazon Rekognition works with IAM in the Amazon
+ * Rekognition Developer Guide.
+ *
+ * Provides the S3 bucket name and object name.
+ *
+ * The region for the S3 bucket containing the S3 object must match the
+ * region you use for Amazon Rekognition operations.
+ *
+ * For Amazon Rekognition to process an S3 object, the user must have
+ * permission to access the S3 object. For more information, see How Amazon
+ * Rekognition works with IAM in the Amazon Rekognition Developer Guide.
+ *
+ * Provides the S3 bucket name and object name.
+ *
+ * The region for the S3 bucket containing the S3 object must
+ * match the region you use for Amazon Rekognition operations.
+ *
+ * For Amazon Rekognition to process an S3 object, the user must
+ * have permission to access the S3 object. For more information,
+ * see How Amazon Rekognition works with IAM in the Amazon
+ * Rekognition Developer Guide.
+ *
+ * Provides the S3 bucket name and object name.
+ *
+ * The region for the S3 bucket containing the S3 object must match the
+ * region you use for Amazon Rekognition operations.
+ *
+ * For Amazon Rekognition to process an S3 object, the user must have
+ * permission to access the S3 object. For more information, see How Amazon
+ * Rekognition works with IAM in the Amazon Rekognition Developer Guide.
+ *
+ * Returns a reference to this object so that method calls can be chained
+ * together.
+ *
+ * @param s3Object
+ * Provides the S3 bucket name and object name.
+ *
+ * The region for the S3 bucket containing the S3 object must
+ * match the region you use for Amazon Rekognition operations.
+ *
+ * For Amazon Rekognition to process an S3 object, the user must
+ * have permission to access the S3 object. For more information,
+ * see How Amazon Rekognition works with IAM in the Amazon
+ * Rekognition Developer Guide.
+ *
+ * Object containing information about the model versions of selected features
+ * in a given job.
+ *
+ * The Moderation base model version.
+ *
+ * The Moderation base model version.
+ *
+ * The Moderation base model version.
+ *
+ * The Moderation base model version.
+ *
+ * The Moderation base model version.
+ *
+ * The Moderation base model version.
+ *
+ * Returns a reference to this object so that method calls can be chained
+ * together.
+ *
+ * @param moderation
+ * The Moderation base model version.
+ *
+ * Configuration options for a media analysis job. Configuration is
+ * operation-specific.
+ *
+ * Contains configuration options for a DetectModerationLabels job.
+ *
+ * Contains configuration options for a DetectModerationLabels job.
+ *
+ * Contains configuration options for a DetectModerationLabels job.
+ *
+ * Contains configuration options for a DetectModerationLabels job.
+ *
+ * Contains configuration options for a DetectModerationLabels
+ * job.
+ *
+ * Contains configuration options for a DetectModerationLabels job.
+ *
+ * Returns a reference to this object so that method calls can be chained
+ * together.
+ *
+ * @param detectModerationLabels
+ * Contains configuration options for a DetectModerationLabels
+ * job.
+ *
+ * Output configuration provided in the job creation request.
+ *
+ * Specifies the Amazon S3 bucket to contain the output of the media
+ * analysis job.
+ *
+ * Constraints:
+ * Specifies the Amazon S3 key prefix that comes after the name of the
+ * bucket you have designated for storage.
+ *
+ * Constraints:
+ * Specifies the Amazon S3 bucket to contain the output of the media
+ * analysis job.
+ *
+ * Constraints:
+ * Specifies the Amazon S3 bucket to contain the output of the media
+ * analysis job.
+ *
+ * Specifies the Amazon S3 bucket to contain the output of the media
+ * analysis job.
+ *
+ * Constraints:
+ * Specifies the Amazon S3 bucket to contain the output of the
+ * media analysis job.
+ *
+ * Specifies the Amazon S3 bucket to contain the output of the media
+ * analysis job.
+ *
+ * Returns a reference to this object so that method calls can be chained
+ * together.
+ *
+ * Constraints:
+ * Specifies the Amazon S3 bucket to contain the output of the
+ * media analysis job.
+ *
+ * Specifies the Amazon S3 key prefix that comes after the name of the
+ * bucket you have designated for storage.
+ *
+ * Constraints:
+ * Specifies the Amazon S3 key prefix that comes after the name of
+ * the bucket you have designated for storage.
+ *
+ * Specifies the Amazon S3 key prefix that comes after the name of the
+ * bucket you have designated for storage.
+ *
+ * Constraints:
+ * Specifies the Amazon S3 key prefix that comes after the name
+ * of the bucket you have designated for storage.
+ *
+ * Specifies the Amazon S3 key prefix that comes after the name of the
+ * bucket you have designated for storage.
+ *
+ * Returns a reference to this object so that method calls can be chained
+ * together.
+ *
+ * Constraints:
+ * Specifies the Amazon S3 key prefix that comes after the name
+ * of the bucket you have designated for storage.
+ *
+ * Contains the results for a media analysis job created with
+ * StartMediaAnalysisJob.
+ *
+ * Provides the S3 bucket name and object name.
+ *
+ * The region for the S3 bucket containing the S3 object must match the
+ * region you use for Amazon Rekognition operations.
+ *
+ * For Amazon Rekognition to process an S3 object, the user must have
+ * permission to access the S3 object. For more information, see How Amazon
+ * Rekognition works with IAM in the Amazon Rekognition Developer Guide.
+ *
+ * Information about the model versions for the features selected in a given
+ * job.
+ *
+ * Provides the S3 bucket name and object name.
+ *
+ * The region for the S3 bucket containing the S3 object must match the
+ * region you use for Amazon Rekognition operations.
+ *
+ * For Amazon Rekognition to process an S3 object, the user must have
+ * permission to access the S3 object. For more information, see How Amazon
+ * Rekognition works with IAM in the Amazon Rekognition Developer Guide.
+ *
+ * Provides the S3 bucket name and object name.
+ *
+ * The region for the S3 bucket containing the S3 object must match
+ * the region you use for Amazon Rekognition operations.
+ *
+ * For Amazon Rekognition to process an S3 object, the user must
+ * have permission to access the S3 object. For more information,
+ * see How Amazon Rekognition works with IAM in the Amazon
+ * Rekognition Developer Guide.
+ *
+ * Provides the S3 bucket name and object name.
+ *
+ * The region for the S3 bucket containing the S3 object must match the
+ * region you use for Amazon Rekognition operations.
+ *
+ * For Amazon Rekognition to process an S3 object, the user must have
+ * permission to access the S3 object. For more information, see How Amazon
+ * Rekognition works with IAM in the Amazon Rekognition Developer Guide.
+ *
+ * Provides the S3 bucket name and object name.
+ *
+ * The region for the S3 bucket containing the S3 object must
+ * match the region you use for Amazon Rekognition operations.
+ *
+ * For Amazon Rekognition to process an S3 object, the user must
+ * have permission to access the S3 object. For more information,
+ * see How Amazon Rekognition works with IAM in the Amazon
+ * Rekognition Developer Guide.
+ *
+ * Provides the S3 bucket name and object name.
+ *
+ * The region for the S3 bucket containing the S3 object must match the
+ * region you use for Amazon Rekognition operations.
+ *
+ * For Amazon Rekognition to process an S3 object, the user must have
+ * permission to access the S3 object. For more information, see How Amazon
+ * Rekognition works with IAM in the Amazon Rekognition Developer Guide.
+ *
+ * Returns a reference to this object so that method calls can be chained
+ * together.
+ *
+ * @param s3Object
+ * Provides the S3 bucket name and object name.
+ *
+ * The region for the S3 bucket containing the S3 object must
+ * match the region you use for Amazon Rekognition operations.
+ *
+ * For Amazon Rekognition to process an S3 object, the user must
+ * have permission to access the S3 object. For more information,
+ * see How Amazon Rekognition works with IAM in the Amazon
+ * Rekognition Developer Guide.
+ *
+ * Information about the model versions for the features selected in a given
+ * job.
+ *
+ * Information about the model versions for the features selected in
+ * a given job.
+ *
+ * Information about the model versions for the features selected in a given
+ * job.
+ *
+ * Information about the model versions for the features selected
+ * in a given job.
+ *
+ * Information about the model versions for the features selected in a given
+ * job.
+ *
+ * Returns a reference to this object so that method calls can be chained
+ * together.
+ *
+ * @param modelVersions
+ * Information about the model versions for the features selected
+ * in a given job.
+ *
+ * The level of the moderation label with regard to its taxonomy, from 1 to
+ * 3.
+ *
+ * Constraints:
* Specifies the confidence that Amazon Rekognition has that the label has
@@ -249,6 +260,66 @@ public ModerationLabel withParentName(String parentName) {
return this;
}
+ /**
+ *
+ * The level of the moderation label with regard to its taxonomy, from 1 to
+ * 3.
+ *
+ * Constraints:
+ * The level of the moderation label with regard to its taxonomy,
+ * from 1 to 3.
+ *
+ * The level of the moderation label with regard to its taxonomy, from 1 to
+ * 3.
+ *
+ * Constraints:
+ * The level of the moderation label with regard to its taxonomy,
+ * from 1 to 3.
+ *
+ * The level of the moderation label with regard to its taxonomy, from 1 to
+ * 3.
+ *
+ * Returns a reference to this object so that method calls can be chained
+ * together.
+ *
+ * Constraints:
+ * The level of the moderation label with regard to its taxonomy,
+ * from 1 to 3.
+ *
+ * Specifies the project that is being customized.
+ *
+ * Constraints:
+ * Indicates whether automatic retraining will be attempted for the versions
+ * of the project. Applies only to adapters.
+ *
+ * Constraints:
* The Amazon Resource Name (ARN) of the project.
@@ -346,6 +367,210 @@ public ProjectDescription withDatasets(java.util.Collection
+ * Specifies the project that is being customized.
+ *
+ * Constraints:
+ * Specifies the project that is being customized.
+ *
+ * Specifies the project that is being customized.
+ *
+ * Constraints:
+ * Specifies the project that is being customized.
+ *
+ * Specifies the project that is being customized.
+ *
+ * Returns a reference to this object so that method calls can be chained
+ * together.
+ *
+ * Constraints:
+ * Specifies the project that is being customized.
+ *
+ * Specifies the project that is being customized.
+ *
+ * Constraints:
+ * Specifies the project that is being customized.
+ *
+ * Specifies the project that is being customized.
+ *
+ * Returns a reference to this object so that method calls can be chained
+ * together.
+ *
+ * Constraints:
+ * Specifies the project that is being customized.
+ *
+ * Indicates whether automatic retraining will be attempted for the versions
+ * of the project. Applies only to adapters.
+ *
+ * Constraints:
+ * Indicates whether automatic retraining will be attempted for the
+ * versions of the project. Applies only to adapters.
+ *
+ * Indicates whether automatic retraining will be attempted for the versions
+ * of the project. Applies only to adapters.
+ *
+ * Constraints:
+ * Indicates whether automatic retraining will be attempted for
+ * the versions of the project. Applies only to adapters.
+ *
+ * Indicates whether automatic retraining will be attempted for the versions
+ * of the project. Applies only to adapters.
+ *
+ * Returns a reference to this object so that method calls can be chained
+ * together.
+ *
+ * Constraints:
+ * Indicates whether automatic retraining will be attempted for
+ * the versions of the project. Applies only to adapters.
+ *
+ * Indicates whether automatic retraining will be attempted for the versions
+ * of the project. Applies only to adapters.
+ *
+ * Constraints:
+ * Indicates whether automatic retraining will be attempted for
+ * the versions of the project. Applies only to adapters.
+ *
+ * Indicates whether automatic retraining will be attempted for the versions
+ * of the project. Applies only to adapters.
+ *
+ * Returns a reference to this object so that method calls can be chained
+ * together.
+ *
+ * Constraints:
+ * Indicates whether automatic retraining will be attempted for
+ * the versions of the project. Applies only to adapters.
+ *
- * A description of a version of an Amazon Rekognition Custom Labels model.
+ * A description of a version of a Amazon Rekognition project version.
*
- * The Amazon Resource Name (ARN) of the model version.
+ * The Amazon Resource Name (ARN) of the project version.
*
* Constraints:
- * The minimum number of inference units used by the model. For more
- * information, see StartProjectVersion.
+ * The minimum number of inference units used by the model. Applies only to
+ * Custom Labels projects. For more information, see
+ * StartProjectVersion.
*
* Constraints:
- * The maximum number of inference units Amazon Rekognition Custom Labels
- * uses to auto-scale the model. For more information, see
- * StartProjectVersion.
+ * The maximum number of inference units Amazon Rekognition uses to
+ * auto-scale the model. Applies only to Custom Labels projects. For more
+ * information, see StartProjectVersion.
*
* Constraints:
- * The Amazon Resource Name (ARN) of the model version.
+ * A user-provided description of the project version.
+ *
+ * Constraints:
+ * The feature that was customized.
+ *
+ * Constraints:
+ * The base detection model version used to create the project version.
+ *
+ * Feature specific configuration that was applied during training.
+ *
+ * The Amazon Resource Name (ARN) of the project version.
*
* Constraints:
- * The Amazon Resource Name (ARN) of the model version.
+ * The Amazon Resource Name (ARN) of the project version.
*
- * The Amazon Resource Name (ARN) of the model version.
+ * The Amazon Resource Name (ARN) of the project version.
*
* Constraints:
- * The Amazon Resource Name (ARN) of the model version.
+ * The Amazon Resource Name (ARN) of the project version.
*
- * The Amazon Resource Name (ARN) of the model version.
+ * The Amazon Resource Name (ARN) of the project version.
*
* Returns a reference to this object so that method calls can be chained
@@ -221,7 +258,7 @@ public void setProjectVersionArn(String projectVersionArn) {
* -Z0-9_.\-]{1,255}\/version\/[a-zA-Z0-9_.\-]{1,255}\/[0-9]+$)
- * The Amazon Resource Name (ARN) of the model version.
+ * The Amazon Resource Name (ARN) of the project version.
*
- * The minimum number of inference units used by the model. For more
- * information, see StartProjectVersion.
+ * The minimum number of inference units used by the model. Applies only to
+ * Custom Labels projects. For more information, see
+ * StartProjectVersion.
*
* Constraints:
- * The minimum number of inference units used by the model. For more
- * information, see StartProjectVersion.
+ * The minimum number of inference units used by the model. Applies
+ * only to Custom Labels projects. For more information, see
+ * StartProjectVersion.
*
- * The minimum number of inference units used by the model. For more
- * information, see StartProjectVersion.
+ * The minimum number of inference units used by the model. Applies only to
+ * Custom Labels projects. For more information, see
+ * StartProjectVersion.
*
* Constraints:
- * The minimum number of inference units used by the model. For
- * more information, see StartProjectVersion.
+ * The minimum number of inference units used by the model.
+ * Applies only to Custom Labels projects. For more information,
+ * see StartProjectVersion.
*
- * The minimum number of inference units used by the model. For more
- * information, see StartProjectVersion.
+ * The minimum number of inference units used by the model. Applies only to
+ * Custom Labels projects. For more information, see
+ * StartProjectVersion.
*
* Returns a reference to this object so that method calls can be chained
@@ -325,8 +367,9 @@ public void setMinInferenceUnits(Integer minInferenceUnits) {
* Range: 1 -
- * The minimum number of inference units used by the model. For
- * more information, see StartProjectVersion.
+ * The minimum number of inference units used by the model.
+ * Applies only to Custom Labels projects. For more information,
+ * see StartProjectVersion.
*
* The current status of the model version.
@@ -363,7 +407,8 @@ public String getStatus() {
* Constraints:
* The current status of the model version.
@@ -385,7 +430,8 @@ public void setStatus(String status) {
* Constraints:
* The current status of the model version.
@@ -407,7 +453,8 @@ public ProjectVersionDescription withStatus(String status) {
* Constraints:
* The current status of the model version.
@@ -429,7 +476,8 @@ public void setStatus(ProjectVersionStatus status) {
* Constraints:
* The current status of the model version.
@@ -905,18 +953,18 @@ public ProjectVersionDescription withKmsKeyId(String kmsKeyId) {
/**
*
- * The maximum number of inference units Amazon Rekognition Custom Labels
- * uses to auto-scale the model. For more information, see
- * StartProjectVersion.
+ * The maximum number of inference units Amazon Rekognition uses to
+ * auto-scale the model. Applies only to Custom Labels projects. For more
+ * information, see StartProjectVersion.
*
* Constraints:
- * The maximum number of inference units Amazon Rekognition Custom
- * Labels uses to auto-scale the model. For more information, see
- * StartProjectVersion.
+ * The maximum number of inference units Amazon Rekognition uses to
+ * auto-scale the model. Applies only to Custom Labels projects. For
+ * more information, see StartProjectVersion.
*
- * The maximum number of inference units Amazon Rekognition Custom Labels
- * uses to auto-scale the model. For more information, see
- * StartProjectVersion.
+ * The maximum number of inference units Amazon Rekognition uses to
+ * auto-scale the model. Applies only to Custom Labels projects. For more
+ * information, see StartProjectVersion.
*
* Constraints:
- * The maximum number of inference units Amazon Rekognition
- * Custom Labels uses to auto-scale the model. For more
- * information, see StartProjectVersion.
+ * The maximum number of inference units Amazon Rekognition uses
+ * to auto-scale the model. Applies only to Custom Labels
+ * projects. For more information, see
+ * StartProjectVersion.
*
- * The maximum number of inference units Amazon Rekognition Custom Labels
- * uses to auto-scale the model. For more information, see
- * StartProjectVersion.
+ * The maximum number of inference units Amazon Rekognition uses to
+ * auto-scale the model. Applies only to Custom Labels projects. For more
+ * information, see StartProjectVersion.
*
* Returns a reference to this object so that method calls can be chained
@@ -957,9 +1006,10 @@ public void setMaxInferenceUnits(Integer maxInferenceUnits) {
* Range: 1 -
- * The maximum number of inference units Amazon Rekognition
- * Custom Labels uses to auto-scale the model. For more
- * information, see StartProjectVersion.
+ * The maximum number of inference units Amazon Rekognition uses
+ * to auto-scale the model. Applies only to Custom Labels
+ * projects. For more information, see
+ * StartProjectVersion.
*
+ * A user-provided description of the project version.
+ *
+ * Constraints:
+ * A user-provided description of the project version.
+ *
+ * A user-provided description of the project version.
+ *
+ * Constraints:
+ * A user-provided description of the project version.
+ *
+ * A user-provided description of the project version.
+ *
+ * Returns a reference to this object so that method calls can be chained
+ * together.
+ *
+ * Constraints:
+ * A user-provided description of the project version.
+ *
+ * The feature that was customized.
+ *
+ * Constraints:
+ * The feature that was customized.
+ *
+ * The feature that was customized.
+ *
+ * Constraints:
+ * The feature that was customized.
+ *
+ * The feature that was customized.
+ *
+ * Returns a reference to this object so that method calls can be chained
+ * together.
+ *
+ * Constraints:
+ * The feature that was customized.
+ *
+ * The feature that was customized.
+ *
+ * Constraints:
+ * The feature that was customized.
+ *
+ * The feature that was customized.
+ *
+ * Returns a reference to this object so that method calls can be chained
+ * together.
+ *
+ * Constraints:
+ * The feature that was customized.
+ *
+ * The base detection model version used to create the project version.
+ *
+ * The base detection model version used to create the project
+ * version.
+ *
+ * The base detection model version used to create the project version.
+ *
+ * The base detection model version used to create the project
+ * version.
+ *
+ * The base detection model version used to create the project version.
+ *
+ * Returns a reference to this object so that method calls can be chained
+ * together.
+ *
+ * @param baseModelVersion
+ * The base detection model version used to create the project
+ * version.
+ *
+ * Feature specific configuration that was applied during training.
+ *
+ * Feature specific configuration that was applied during training.
+ *
+ * Feature specific configuration that was applied during training.
+ *
+ * Feature specific configuration that was applied during
+ * training.
+ *
+ * Feature specific configuration that was applied during training.
+ *
+ * Returns a reference to this object so that method calls can be chained
+ * together.
+ *
+ * @param featureConfig
+ * Feature specific configuration that was applied during
+ * training.
+ *
+ * This operation applies only to Amazon Rekognition Custom Labels.
+ *
* Attaches a project policy to a Amazon Rekognition Custom Labels project in a
* trusting AWS account. A project policy specifies that a trusted AWS account
* can copy a model version from a trusting AWS account to a project in the
* trusted AWS account. To copy a model version you use the
- * CopyProjectVersion operation.
+ * CopyProjectVersion operation. Only applies to Custom Labels projects.
*
* For more information about the format of a project policy document, see
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/PutProjectPolicyResult.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/PutProjectPolicyResult.java
index 7f28b6c668..4ea111a318 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/PutProjectPolicyResult.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/PutProjectPolicyResult.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/QualityFilter.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/QualityFilter.java
index 49ff75c4c5..dff256cebe 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/QualityFilter.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/QualityFilter.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/Reason.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/Reason.java
index 6ef6b2af30..1368078ace 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/Reason.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/Reason.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/RecognizeCelebritiesRequest.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/RecognizeCelebritiesRequest.java
index cdfbdd5625..5f87f610f1 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/RecognizeCelebritiesRequest.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/RecognizeCelebritiesRequest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/RecognizeCelebritiesResult.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/RecognizeCelebritiesResult.java
index 17204e4abe..87a56fd6d8 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/RecognizeCelebritiesResult.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/RecognizeCelebritiesResult.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/RegionOfInterest.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/RegionOfInterest.java
index bb6d11cd77..d15b10a4af 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/RegionOfInterest.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/RegionOfInterest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/ResourceAlreadyExistsException.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/ResourceAlreadyExistsException.java
index 3fadcc6d2a..4c4c8d24a2 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/ResourceAlreadyExistsException.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/ResourceAlreadyExistsException.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/ResourceInUseException.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/ResourceInUseException.java
index 430c375a53..6d1b7991cd 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/ResourceInUseException.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/ResourceInUseException.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/ResourceNotFoundException.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/ResourceNotFoundException.java
index c38263312a..d80a97da43 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/ResourceNotFoundException.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/ResourceNotFoundException.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/ResourceNotReadyException.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/ResourceNotReadyException.java
index c06a68eee0..3f0a9e1aaa 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/ResourceNotReadyException.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/ResourceNotReadyException.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/S3Destination.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/S3Destination.java
index 1c8f186516..443dbd4fc3 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/S3Destination.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/S3Destination.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/S3Object.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/S3Object.java
index 36137f192b..d7d5b907b4 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/S3Object.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/S3Object.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/SearchFacesByImageRequest.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/SearchFacesByImageRequest.java
index 5be99bb67a..8ac39a5cf1 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/SearchFacesByImageRequest.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/SearchFacesByImageRequest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/SearchFacesByImageResult.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/SearchFacesByImageResult.java
index 73e721b9f2..9ba17d2800 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/SearchFacesByImageResult.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/SearchFacesByImageResult.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/SearchFacesRequest.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/SearchFacesRequest.java
index 2d463ec271..4016237cef 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/SearchFacesRequest.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/SearchFacesRequest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/SearchFacesResult.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/SearchFacesResult.java
index 2ac30dee3d..1cb3b6ded3 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/SearchFacesResult.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/SearchFacesResult.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/SearchUsersByImageRequest.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/SearchUsersByImageRequest.java
index 1e6e7c8709..ba9e186498 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/SearchUsersByImageRequest.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/SearchUsersByImageRequest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/SearchUsersByImageResult.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/SearchUsersByImageResult.java
index ff53a1f369..f5cacbeb86 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/SearchUsersByImageResult.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/SearchUsersByImageResult.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/SearchUsersRequest.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/SearchUsersRequest.java
index 0b46ace937..a1746510b7 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/SearchUsersRequest.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/SearchUsersRequest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/SearchUsersResult.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/SearchUsersResult.java
index 1bedaba91c..aa6a1e699d 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/SearchUsersResult.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/SearchUsersResult.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/SearchedFace.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/SearchedFace.java
index 7781ed42d0..e5a83475b4 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/SearchedFace.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/SearchedFace.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/SearchedFaceDetails.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/SearchedFaceDetails.java
index f04b18eb61..c206bd987a 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/SearchedFaceDetails.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/SearchedFaceDetails.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/SearchedUser.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/SearchedUser.java
index 5bb0f0da86..549242b1c5 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/SearchedUser.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/SearchedUser.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/SegmentDetection.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/SegmentDetection.java
index 746cda27f3..974964b708 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/SegmentDetection.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/SegmentDetection.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/SegmentType.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/SegmentType.java
index 5cc4a870f6..913efed71b 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/SegmentType.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/SegmentType.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/SegmentTypeInfo.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/SegmentTypeInfo.java
index d10243c522..8f6ba76fa0 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/SegmentTypeInfo.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/SegmentTypeInfo.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/ServiceQuotaExceededException.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/ServiceQuotaExceededException.java
index 90043772e2..a309ec5737 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/ServiceQuotaExceededException.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/ServiceQuotaExceededException.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/SessionNotFoundException.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/SessionNotFoundException.java
index 12c5817731..be5837a6a2 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/SessionNotFoundException.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/SessionNotFoundException.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/ShotSegment.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/ShotSegment.java
index 8587368856..80236acbca 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/ShotSegment.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/ShotSegment.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/Smile.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/Smile.java
index 0b6bc56aab..8c6adf7e72 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/Smile.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/Smile.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/StartCelebrityRecognitionRequest.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/StartCelebrityRecognitionRequest.java
index d5d03048e5..8c880b143e 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/StartCelebrityRecognitionRequest.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/StartCelebrityRecognitionRequest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/StartCelebrityRecognitionResult.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/StartCelebrityRecognitionResult.java
index 728f883fcf..3a91cb3517 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/StartCelebrityRecognitionResult.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/StartCelebrityRecognitionResult.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/StartContentModerationRequest.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/StartContentModerationRequest.java
index 0e87ebbe30..3d37769792 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/StartContentModerationRequest.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/StartContentModerationRequest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/StartContentModerationResult.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/StartContentModerationResult.java
index 50b0f40189..56ece877f0 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/StartContentModerationResult.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/StartContentModerationResult.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/StartFaceDetectionRequest.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/StartFaceDetectionRequest.java
index 6ccc8bcff8..c22a1130f7 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/StartFaceDetectionRequest.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/StartFaceDetectionRequest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/StartFaceDetectionResult.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/StartFaceDetectionResult.java
index 7e0b00090f..4e0d469299 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/StartFaceDetectionResult.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/StartFaceDetectionResult.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/StartFaceSearchRequest.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/StartFaceSearchRequest.java
index 386d571c69..97f947418c 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/StartFaceSearchRequest.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/StartFaceSearchRequest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/StartFaceSearchResult.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/StartFaceSearchResult.java
index ea3d8e6b5e..2a6c9b355d 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/StartFaceSearchResult.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/StartFaceSearchResult.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/StartLabelDetectionRequest.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/StartLabelDetectionRequest.java
index 5412e63797..c0c2566214 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/StartLabelDetectionRequest.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/StartLabelDetectionRequest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/StartLabelDetectionResult.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/StartLabelDetectionResult.java
index edcc6644f3..c58d4b3751 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/StartLabelDetectionResult.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/StartLabelDetectionResult.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/StartMediaAnalysisJobRequest.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/StartMediaAnalysisJobRequest.java
new file mode 100644
index 0000000000..fa80a4d410
--- /dev/null
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/StartMediaAnalysisJobRequest.java
@@ -0,0 +1,526 @@
+/*
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License").
+ * You may not use this file except in compliance with the License.
+ * A copy of the License is located at
+ *
+ * http://aws.amazon.com/apache2.0
+ *
+ * or in the "license" file accompanying this file. This file is distributed
+ * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
+ * express or implied. See the License for the specific language governing
+ * permissions and limitations under the License.
+ */
+
+package com.amazonaws.services.rekognition.model;
+
+import java.io.Serializable;
+
+import com.amazonaws.AmazonWebServiceRequest;
+
+/**
+ *
+ * Initiates a new media analysis job. Accepts a manifest file in an Amazon S3
+ * bucket. The output is a manifest file and a summary of the manifest stored in
+ * the Amazon S3 bucket.
+ *
+ * Idempotency token used to prevent the accidental creation of duplicate
+ * versions. If you use the same token with multiple
+ *
+ * Constraints:
+ * The name of the job. Does not have to be unique.
+ *
+ * Constraints:
+ * Configuration options for the media analysis job to be created.
+ *
+ * Input data to be analyzed by the job.
+ *
+ * The Amazon S3 bucket location to store the results.
+ *
+ * The identifier of customer managed AWS KMS key (name or ARN). The key is
+ * used to encrypt images copied into the service. The key is also used to
+ * encrypt results and manifest files written to the output Amazon S3
+ * bucket.
+ *
+ * Constraints:
+ * Idempotency token used to prevent the accidental creation of duplicate
+ * versions. If you use the same token with multiple
+ *
+ * Constraints:
+ * Idempotency token used to prevent the accidental creation of
+ * duplicate versions. If you use the same token with multiple
+ *
+ * Idempotency token used to prevent the accidental creation of duplicate
+ * versions. If you use the same token with multiple
+ *
+ * Constraints:
+ * Idempotency token used to prevent the accidental creation of
+ * duplicate versions. If you use the same token with multiple
+ *
+ * Idempotency token used to prevent the accidental creation of duplicate
+ * versions. If you use the same token with multiple
+ *
+ * Returns a reference to this object so that method calls can be chained
+ * together.
+ *
+ * Constraints:
+ * Idempotency token used to prevent the accidental creation of
+ * duplicate versions. If you use the same token with multiple
+ *
+ * The name of the job. Does not have to be unique.
+ *
+ * Constraints:
+ * The name of the job. Does not have to be unique.
+ *
+ * The name of the job. Does not have to be unique.
+ *
+ * Constraints:
+ * The name of the job. Does not have to be unique.
+ *
+ * The name of the job. Does not have to be unique.
+ *
+ * Returns a reference to this object so that method calls can be chained
+ * together.
+ *
+ * Constraints:
+ * The name of the job. Does not have to be unique.
+ *
+ * Configuration options for the media analysis job to be created.
+ *
+ * Configuration options for the media analysis job to be created.
+ *
+ * Configuration options for the media analysis job to be created.
+ *
+ * Configuration options for the media analysis job to be
+ * created.
+ *
+ * Configuration options for the media analysis job to be created.
+ *
+ * Returns a reference to this object so that method calls can be chained
+ * together.
+ *
+ * @param operationsConfig
+ * Configuration options for the media analysis job to be
+ * created.
+ *
+ * Input data to be analyzed by the job.
+ *
+ * Input data to be analyzed by the job.
+ *
+ * Input data to be analyzed by the job.
+ *
+ * Input data to be analyzed by the job.
+ *
+ * Input data to be analyzed by the job.
+ *
+ * Returns a reference to this object so that method calls can be chained
+ * together.
+ *
+ * @param input
+ * Input data to be analyzed by the job.
+ *
+ * The Amazon S3 bucket location to store the results.
+ *
+ * The Amazon S3 bucket location to store the results.
+ *
+ * The Amazon S3 bucket location to store the results.
+ *
+ * The Amazon S3 bucket location to store the results.
+ *
+ * The Amazon S3 bucket location to store the results.
+ *
+ * Returns a reference to this object so that method calls can be chained
+ * together.
+ *
+ * @param outputConfig
+ * The Amazon S3 bucket location to store the results.
+ *
+ * The identifier of customer managed AWS KMS key (name or ARN). The key is
+ * used to encrypt images copied into the service. The key is also used to
+ * encrypt results and manifest files written to the output Amazon S3
+ * bucket.
+ *
+ * Constraints:
+ * The identifier of customer managed AWS KMS key (name or ARN). The
+ * key is used to encrypt images copied into the service. The key is
+ * also used to encrypt results and manifest files written to the
+ * output Amazon S3 bucket.
+ *
+ * The identifier of customer managed AWS KMS key (name or ARN). The key is
+ * used to encrypt images copied into the service. The key is also used to
+ * encrypt results and manifest files written to the output Amazon S3
+ * bucket.
+ *
+ * Constraints:
+ * The identifier of customer managed AWS KMS key (name or ARN).
+ * The key is used to encrypt images copied into the service. The
+ * key is also used to encrypt results and manifest files written
+ * to the output Amazon S3 bucket.
+ *
+ * The identifier of customer managed AWS KMS key (name or ARN). The key is
+ * used to encrypt images copied into the service. The key is also used to
+ * encrypt results and manifest files written to the output Amazon S3
+ * bucket.
+ *
+ * Returns a reference to this object so that method calls can be chained
+ * together.
+ *
+ * Constraints:
+ * The identifier of customer managed AWS KMS key (name or ARN).
+ * The key is used to encrypt images copied into the service. The
+ * key is also used to encrypt results and manifest files written
+ * to the output Amazon S3 bucket.
+ *
+ * Identifier for the created job.
+ *
+ * Constraints:
+ * Identifier for the created job.
+ *
+ * Constraints:
+ * Identifier for the created job.
+ *
+ * Identifier for the created job.
+ *
+ * Constraints:
+ * Identifier for the created job.
+ *
+ * Identifier for the created job.
+ *
+ * Returns a reference to this object so that method calls can be chained
+ * together.
+ *
+ * Constraints:
+ * Identifier for the created job.
+ *
+ * This operation applies only to Amazon Rekognition Custom Labels.
+ *
* Starts the running of the version of a model. Starting a model takes a while
* to complete. To check the current state of the model, use
@@ -36,10 +41,6 @@
*
@@ -32,7 +37,12 @@ public class CreateFaceLivenessSessionResult implements Serializable {
/**
*
@@ -41,7 +51,12 @@ public class CreateFaceLivenessSessionResult implements Serializable {
* [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
*
* @return
@@ -59,7 +79,13 @@ public String getSessionId() {
* [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
*
* @param sessionId
*
* @param sessionId rekognition:CreateProject
action.
+ * Creates a new Amazon Rekognition project. A project is a group of resources
+ * (datasets, model versions) that you use to create and manage a Amazon
+ * Rekognition Custom Labels Model or custom adapter. You can specify a feature
+ * to create the project with, if no feature is specified then Custom Labels is
+ * used by default. For adapters, you can also choose whether or not to have the
+ * project auto update by using the AutoUpdate argument. This operation requires
+ * permissions to perform the rekognition:CreateProject
action.
*
+ * Allowed Values: CONTENT_MODERATION, CUSTOM_LABELS
+ */
+ private String feature;
+
+ /**
+ *
+ * Allowed Values: ENABLED, DISABLED
+ */
+ private String autoUpdate;
+
+ /**
+ *
+ * Allowed Values: CONTENT_MODERATION, CUSTOM_LABELS
+ *
+ * @return
+ * Allowed Values: CONTENT_MODERATION, CUSTOM_LABELS
+ *
+ * @param feature
+ * Allowed Values: CONTENT_MODERATION, CUSTOM_LABELS
+ *
+ * @param feature
+ * Allowed Values: CONTENT_MODERATION, CUSTOM_LABELS
+ *
+ * @param feature
+ * Allowed Values: CONTENT_MODERATION, CUSTOM_LABELS
+ *
+ * @param feature
+ * Allowed Values: ENABLED, DISABLED
+ *
+ * @return
+ * Allowed Values: ENABLED, DISABLED
+ *
+ * @param autoUpdate
+ * Allowed Values: ENABLED, DISABLED
+ *
+ * @param autoUpdate
+ * Allowed Values: ENABLED, DISABLED
+ *
+ * @param autoUpdate
+ * Allowed Values: ENABLED, DISABLED
+ *
+ * @param autoUpdate CreateProjectVersion
is an Amazon Resource Name (ARN) for the
- * version of the model.
+ * project version.
* Status
field
+ * is TRAINING_COMPLETED
. Once training has successfully completed,
+ * call DescribeProjectVersions to get the training results and evaluate
+ * the model.
+ * rekognition:CreateProjectVersion
action.
* TrainingData
and
* TestingData
fields.
@@ -49,35 +63,13 @@
* project.
* Status
field is TRAINING_COMPLETED
.
- * rekognition:CreateProjectVersion
action.
- *
@@ -90,7 +82,7 @@ public class CreateProjectVersionRequest extends AmazonWebServiceRequest impleme
/**
*
@@ -101,27 +93,27 @@ public class CreateProjectVersionRequest extends AmazonWebServiceRequest impleme
/**
* s3:PutObject
permissions on the S3 bucket.
+ * The Amazon S3 bucket location to store the results of training. The
+ * bucket can be any S3 bucket in your AWS account. You need
+ * s3:PutObject
permission on the bucket.
* TrainingData
you must also specify
- * TestingData
. The project must not have any associated
- * datasets.
+ * Specifies an external manifest that the services uses to train the
+ * project version. If you specify TrainingData
you must also
+ * specify TestingData
. The project must not have any
+ * associated datasets.
* TestingData
you must also specify
+ * Specifies an external manifest that the service uses to test the project
+ * version. If you specify TestingData
you must also specify
* TrainingData
. The project must not have any associated
* datasets.
* OutputConfig
).
+ * encrypt training images, test images, and manifest files copied into the
+ * service for the project version. Your source images are unaffected. The
+ * key is also used to encrypt training results and manifest files written
+ * to the output Amazon S3 bucket (OutputConfig
).
*
+ * Length: 1 - 255
+ * Pattern: [a-zA-Z0-9-_. ()':,;?]+
+ */
+ private String versionDescription;
+
+ /**
+ *
@@ -195,8 +208,8 @@ public class CreateProjectVersionRequest extends AmazonWebServiceRequest impleme
* -Z0-9_.\-]{1,255}\/[0-9]+$)
*
* @return
@@ -216,8 +229,8 @@ public String getProjectArn() {
* -Z0-9_.\-]{1,255}\/[0-9]+$)
*
* @param projectArn
*
* @param projectArn
@@ -261,7 +274,8 @@ public CreateProjectVersionRequest withProjectArn(String projectArn) {
* Pattern: [a-zA-Z0-9_.\-]+
*
* @return
@@ -278,8 +292,8 @@ public String getVersionName() {
* Pattern: [a-zA-Z0-9_.\-]+
*
* @param versionName
*
* @param versionName s3:PutObject
permissions on the S3 bucket.
+ * The Amazon S3 bucket location to store the results of training. The
+ * bucket can be any S3 bucket in your AWS account. You need
+ * s3:PutObject
permission on the bucket.
* s3:PutObject
permissions on the S3 bucket.
+ * The bucket can be any S3 bucket in your AWS account. You need
+ * s3:PutObject
permission on the bucket.
* s3:PutObject
permissions on the S3 bucket.
+ * The Amazon S3 bucket location to store the results of training. The
+ * bucket can be any S3 bucket in your AWS account. You need
+ * s3:PutObject
permission on the bucket.
* s3:PutObject
permissions on the S3
- * bucket.
+ * training. The bucket can be any S3 bucket in your AWS account.
+ * You need s3:PutObject
permission on the bucket.
* s3:PutObject
permissions on the S3 bucket.
+ * The Amazon S3 bucket location to store the results of training. The
+ * bucket can be any S3 bucket in your AWS account. You need
+ * s3:PutObject
permission on the bucket.
* s3:PutObject
permissions on the S3
- * bucket.
+ * training. The bucket can be any S3 bucket in your AWS account.
+ * You need s3:PutObject
permission on the bucket.
* TrainingData
you must also specify
- * TestingData
. The project must not have any associated
- * datasets.
+ * Specifies an external manifest that the services uses to train the
+ * project version. If you specify TrainingData
you must also
+ * specify TestingData
. The project must not have any
+ * associated datasets.
* TrainingData
you must also
- * specify TestingData
. The project must not have any
- * associated datasets.
+ * the project version. If you specify TrainingData
you
+ * must also specify TestingData
. The project must not
+ * have any associated datasets.
* TrainingData
you must also specify
- * TestingData
. The project must not have any associated
- * datasets.
+ * Specifies an external manifest that the services uses to train the
+ * project version. If you specify TrainingData
you must also
+ * specify TestingData
. The project must not have any
+ * associated datasets.
* TrainingData
you must
- * also specify TestingData
. The project must not
- * have any associated datasets.
+ * the project version. If you specify TrainingData
+ * you must also specify TestingData
. The project
+ * must not have any associated datasets.
* TrainingData
you must also specify
- * TestingData
. The project must not have any associated
- * datasets.
+ * Specifies an external manifest that the services uses to train the
+ * project version. If you specify TrainingData
you must also
+ * specify TestingData
. The project must not have any
+ * associated datasets.
* TrainingData
you must
- * also specify TestingData
. The project must not
- * have any associated datasets.
+ * the project version. If you specify TrainingData
+ * you must also specify TestingData
. The project
+ * must not have any associated datasets.
* TestingData
you must also specify
+ * Specifies an external manifest that the service uses to test the project
+ * version. If you specify TestingData
you must also specify
* TrainingData
. The project must not have any associated
* datasets.
* TestingData
you must also
- * specify TrainingData
. The project must not have any
- * associated datasets.
+ * project version. If you specify TestingData
you must
+ * also specify TrainingData
. The project must not have
+ * any associated datasets.
* TestingData
you must also specify
+ * Specifies an external manifest that the service uses to test the project
+ * version. If you specify TestingData
you must also specify
* TrainingData
. The project must not have any associated
* datasets.
* TestingData
you must
- * also specify TrainingData
. The project must not
- * have any associated datasets.
+ * the project version. If you specify TestingData
+ * you must also specify TrainingData
. The project
+ * must not have any associated datasets.
* TestingData
you must also specify
+ * Specifies an external manifest that the service uses to test the project
+ * version. If you specify TestingData
you must also specify
* TrainingData
. The project must not have any associated
* datasets.
* TestingData
you must
- * also specify TrainingData
. The project must not
- * have any associated datasets.
+ * the project version. If you specify TestingData
+ * you must also specify TrainingData
. The project
+ * must not have any associated datasets.
* OutputConfig
).
+ * encrypt training images, test images, and manifest files copied into the
+ * service for the project version. Your source images are unaffected. The
+ * key is also used to encrypt training results and manifest files written
+ * to the output Amazon S3 bucket (OutputConfig
).
* OutputConfig
).
+ * alias ARN. The key is used to encrypt training images, test
+ * images, and manifest files copied into the service for the
+ * project version. Your source images are unaffected. The key is
+ * also used to encrypt training results and manifest files written
+ * to the output Amazon S3 bucket (OutputConfig
).
* OutputConfig
).
+ * encrypt training images, test images, and manifest files copied into the
+ * service for the project version. Your source images are unaffected. The
+ * key is also used to encrypt training results and manifest files written
+ * to the output Amazon S3 bucket (OutputConfig
).
* OutputConfig
).
+ * key, or an alias ARN. The key is used to encrypt training
+ * images, test images, and manifest files copied into the
+ * service for the project version. Your source images are
+ * unaffected. The key is also used to encrypt training results
+ * and manifest files written to the output Amazon S3 bucket (
+ * OutputConfig
).
* OutputConfig
).
+ * encrypt training images, test images, and manifest files copied into the
+ * service for the project version. Your source images are unaffected. The
+ * key is also used to encrypt training results and manifest files written
+ * to the output Amazon S3 bucket (OutputConfig
).
* OutputConfig
).
+ * key, or an alias ARN. The key is used to encrypt training
+ * images, test images, and manifest files copied into the
+ * service for the project version. Your source images are
+ * unaffected. The key is also used to encrypt training results
+ * and manifest files written to the output Amazon S3 bucket (
+ * OutputConfig
).
*
+ * Length: 1 - 255
+ * Pattern: [a-zA-Z0-9-_. ()':,;?]+
+ *
+ * @return
+ * Length: 1 - 255
+ * Pattern: [a-zA-Z0-9-_. ()':,;?]+
+ *
+ * @param versionDescription
+ * Length: 1 - 255
+ * Pattern: [a-zA-Z0-9-_. ()':,;?]+
+ *
+ * @param versionDescription DescribeProjectVersion
to get the current status of the
* training operation.
* DescribeProjectVersion
to get the current status of the
* training operation.
*
*
* @return DescribeProjectVersion
to get the current status of
* the training operation.
* DescribeProjectVersion
to get the current status of the
* training operation.
*
*
* @param projectVersionArn DescribeProjectVersion
to get the current status
- * of the training operation.
+ * The ARN of the model or the project version that was created.
+ * Use DescribeProjectVersion
to get the current
+ * status of the training operation.
* DescribeProjectVersion
to get the current status of the
* training operation.
*
*
* @param projectVersionArn DescribeProjectVersion
to get the current status
- * of the training operation.
+ * The ARN of the model or the project version that was created.
+ * Use DescribeProjectVersion
to get the current
+ * status of the training operation.
*
+ * Length: 0.0 - 100.0
+ */
+ private Float confidenceThreshold;
+
+ /**
+ *
+ * Length: 0.0 - 100.0
+ *
+ * @return
+ * Length: 0.0 - 100.0
+ *
+ * @param confidenceThreshold
+ * Length: 0.0 - 100.0
+ *
+ * @param confidenceThreshold DeleteProject
is an asynchronous operation. To check if the
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/DeleteProjectResult.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/DeleteProjectResult.java
index 552fc35ddd..a4ff966c8b 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/DeleteProjectResult.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/DeleteProjectResult.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/DeleteProjectVersionRequest.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/DeleteProjectVersionRequest.java
index e90e26dc8e..0862315122 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/DeleteProjectVersionRequest.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/DeleteProjectVersionRequest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
@@ -21,13 +21,15 @@
/**
* Status
field returned from
- * DescribeProjectVersions. To stop a running model call
- * StopProjectVersion. If the model is training, wait until it finishes.
+ * You can't delete a project version if it is running or if it is training. To
+ * check the status of a project version, use the Status field returned from
+ * DescribeProjectVersions. To stop a project version call
+ * StopProjectVersion. If the project version is training, wait until it
+ * finishes.
*
*
* @return
*
* @param projectVersionArn
*
* @param projectVersionArn
* Allowed Values: TRAINING_IN_PROGRESS, TRAINING_COMPLETED,
* TRAINING_FAILED, STARTING, RUNNING, FAILED, STOPPING, STOPPED, DELETING,
- * COPYING_IN_PROGRESS, COPYING_COMPLETED, COPYING_FAILED
+ * COPYING_IN_PROGRESS, COPYING_COMPLETED, COPYING_FAILED, DEPRECATED,
+ * EXPIRED
*/
private String status;
@@ -38,7 +39,8 @@ public class DeleteProjectVersionResult implements Serializable {
* Constraints:
* Allowed Values: TRAINING_IN_PROGRESS, TRAINING_COMPLETED,
* TRAINING_FAILED, STARTING, RUNNING, FAILED, STOPPING, STOPPED, DELETING,
- * COPYING_IN_PROGRESS, COPYING_COMPLETED, COPYING_FAILED
+ * COPYING_IN_PROGRESS, COPYING_COMPLETED, COPYING_FAILED, DEPRECATED,
+ * EXPIRED
*
* @return
* Allowed Values: TRAINING_IN_PROGRESS, TRAINING_COMPLETED,
* TRAINING_FAILED, STARTING, RUNNING, FAILED, STOPPING, STOPPED, DELETING,
- * COPYING_IN_PROGRESS, COPYING_COMPLETED, COPYING_FAILED
+ * COPYING_IN_PROGRESS, COPYING_COMPLETED, COPYING_FAILED, DEPRECATED,
+ * EXPIRED
*
* @param status
* Allowed Values: TRAINING_IN_PROGRESS, TRAINING_COMPLETED,
* TRAINING_FAILED, STARTING, RUNNING, FAILED, STOPPING, STOPPED, DELETING,
- * COPYING_IN_PROGRESS, COPYING_COMPLETED, COPYING_FAILED
+ * COPYING_IN_PROGRESS, COPYING_COMPLETED, COPYING_FAILED, DEPRECATED,
+ * EXPIRED
*
* @param status
* Allowed Values: TRAINING_IN_PROGRESS, TRAINING_COMPLETED,
* TRAINING_FAILED, STARTING, RUNNING, FAILED, STOPPING, STOPPED, DELETING,
- * COPYING_IN_PROGRESS, COPYING_COMPLETED, COPYING_FAILED
+ * COPYING_IN_PROGRESS, COPYING_COMPLETED, COPYING_FAILED, DEPRECATED,
+ * EXPIRED
*
* @param status
* Allowed Values: TRAINING_IN_PROGRESS, TRAINING_COMPLETED,
* TRAINING_FAILED, STARTING, RUNNING, FAILED, STOPPING, STOPPED, DELETING,
- * COPYING_IN_PROGRESS, COPYING_COMPLETED, COPYING_FAILED
+ * COPYING_IN_PROGRESS, COPYING_COMPLETED, COPYING_FAILED, DEPRECATED,
+ * EXPIRED
*
* @param status ProjectVersionArns
. If you don't specify a value, descriptions
- * for all model versions in the project are returned.
+ * Lists and describes the versions of an Amazon Rekognition project. You can
+ * specify up to 10 model or adapter versions in ProjectVersionArns
+ * . If you don't specify a value, descriptions for all model/adapter versions
+ * in the project are returned.
*
@@ -48,10 +48,10 @@ public class DescribeProjectVersionsRequest extends AmazonWebServiceRequest impl
/**
* my-model.2020-01-21T09.10.15
is the version name in the
* following ARN.
* arn:aws:rekognition:us-east-1:123456789012:project/getting-started/version/my-model.2020-01-21T09.10.15/1234567890123
@@ -63,9 +63,8 @@ public class DescribeProjectVersionsRequest extends AmazonWebServiceRequest impl
/**
*
@@ -87,8 +86,8 @@ public class DescribeProjectVersionsRequest extends AmazonWebServiceRequest impl
/**
*
@@ -99,7 +98,7 @@ public class DescribeProjectVersionsRequest extends AmazonWebServiceRequest impl
*
* @return
@@ -120,7 +119,7 @@ public String getProjectArn() {
*
* @param projectArn my-model.2020-01-21T09.10.15
is the version name in the
* following ARN.
* arn:aws:rekognition:us-east-1:123456789012:project/getting-started/version/my-model.2020-01-21T09.10.15/1234567890123
@@ -167,10 +166,11 @@ public DescribeProjectVersionsRequest withProjectArn(String projectArn) {
* my-model.2020-01-21T09.10.15
is the version name in
* the following ARN.
* arn:aws:rekognition:us-east-1:123456789012:project/getting-started/version/my-model.2020-01-21T09.10.15/1234567890123
@@ -183,10 +183,10 @@ public java.util.Listmy-model.2020-01-21T09.10.15
is the version name in the
* following ARN.
* arn:aws:rekognition:us-east-1:123456789012:project/getting-started/version/my-model.2020-01-21T09.10.15/1234567890123
@@ -194,12 +194,13 @@ public java.util.Listmy-model.2020-01-21T09.10.15
is the
- * version name in the following ARN.
+ * A list of model or project version names that you want to
+ * describe. You can add up to 10 model or project version names
+ * to the list. If you don't specify a value, all project version
+ * descriptions are returned. A version name is part of a project
+ * version ARN. For example,
+ * my-model.2020-01-21T09.10.15
is the version name
+ * in the following ARN.
* arn:aws:rekognition:us-east-1:123456789012:project/getting-started/version/my-model.2020-01-21T09.10.15/1234567890123
* .
* my-model.2020-01-21T09.10.15
is the version name in the
* following ARN.
* arn:aws:rekognition:us-east-1:123456789012:project/getting-started/version/my-model.2020-01-21T09.10.15/1234567890123
@@ -229,12 +230,13 @@ public void setVersionNames(java.util.Collectionmy-model.2020-01-21T09.10.15
is the
- * version name in the following ARN.
+ * A list of model or project version names that you want to
+ * describe. You can add up to 10 model or project version names
+ * to the list. If you don't specify a value, all project version
+ * descriptions are returned. A version name is part of a project
+ * version ARN. For example,
+ * my-model.2020-01-21T09.10.15
is the version name
+ * in the following ARN.
* arn:aws:rekognition:us-east-1:123456789012:project/getting-started/version/my-model.2020-01-21T09.10.15/1234567890123
* .
* my-model.2020-01-21T09.10.15
is the version name in the
* following ARN.
* arn:aws:rekognition:us-east-1:123456789012:project/getting-started/version/my-model.2020-01-21T09.10.15/1234567890123
@@ -267,12 +269,13 @@ public DescribeProjectVersionsRequest withVersionNames(String... versionNames) {
* together.
*
* @param versionNames my-model.2020-01-21T09.10.15
is the
- * version name in the following ARN.
+ * A list of model or project version names that you want to
+ * describe. You can add up to 10 model or project version names
+ * to the list. If you don't specify a value, all project version
+ * descriptions are returned. A version name is part of a project
+ * version ARN. For example,
+ * my-model.2020-01-21T09.10.15
is the version name
+ * in the following ARN.
* arn:aws:rekognition:us-east-1:123456789012:project/getting-started/version/my-model.2020-01-21T09.10.15/1234567890123
* .
*
@@ -297,9 +299,9 @@ public DescribeProjectVersionsRequest withVersionNames(java.util.Collection
@@ -319,9 +320,9 @@ public String getNextToken() {
*
* @param nextToken
@@ -41,13 +40,14 @@ public class DescribeProjectVersionsResult implements Serializable {
/**
*
@@ -142,9 +141,9 @@ public DescribeProjectVersionsResult withProjectVersionDescriptions(
*
* @return
@@ -164,9 +162,9 @@ public String getNextToken() {
*
* @param nextToken
@@ -56,19 +55,26 @@ public class DescribeProjectsRequest extends AmazonWebServiceRequest implements
/**
*
@@ -76,9 +82,9 @@ public class DescribeProjectsRequest extends AmazonWebServiceRequest implements
*
* @return
@@ -98,9 +103,9 @@ public String getNextToken() {
*
* @param nextToken
@@ -126,9 +125,8 @@ public DescribeProjectsResult withProjectDescriptions(
/**
*
@@ -136,9 +134,9 @@ public DescribeProjectsResult withProjectDescriptions(
*
* @return
@@ -158,9 +155,9 @@ public String getNextToken() {
*
* @param nextToken CustomLabel
object provides the label name (
* Name
), the level of confidence that the image contains the
* object (Confidence
), and object location information, if it
- * exists, for the label on the image (Geometry
).
+ * exists, for the label on the image (Geometry
). Note that for the
+ * DetectCustomLabelsLabels
operation, Polygons
are
+ * not returned in the Geometry
section of the response.
*
@@ -159,7 +169,10 @@ public class DetectCustomLabelsRequest extends AmazonWebServiceRequest implement
/**
*
@@ -169,7 +182,11 @@ public class DetectCustomLabelsRequest extends AmazonWebServiceRequest implement
* -Z0-9_.\-]{1,255}\/version\/[a-zA-Z0-9_.\-]{1,255}\/[0-9]+$)
*
* @return
@@ -188,7 +208,11 @@ public String getProjectVersionArn() {
* -Z0-9_.\-]{1,255}\/version\/[a-zA-Z0-9_.\-]{1,255}\/[0-9]+$)
*
* @param projectVersionArn
*
* @param projectVersionArn ProjectVersionArn
to the ProjectVersion
+ * argument.
+ *
+ * Length: 20 - 2048
+ * Pattern:
+ * (^arn:[a-z\d-]+:rekognition:[a-z\d-]+:\d{12}:project\/[a-zA
+ * -Z0-9_.\-]{1,255}\/version\/[a-zA-Z0-9_.\-]{1,255}\/[0-9]+$)
+ */
+ private String projectVersion;
+
/**
* Default constructor for DetectModerationLabelsRequest object. Callers
* should use the setter or fluent setter (with...) methods to initialize
@@ -348,6 +368,81 @@ public DetectModerationLabelsRequest withHumanLoopConfig(HumanLoopConfig humanLo
return this;
}
+ /**
+ *
+ * Length: 20 - 2048
+ * Pattern:
+ * (^arn:[a-z\d-]+:rekognition:[a-z\d-]+:\d{12}:project\/[a-zA
+ * -Z0-9_.\-]{1,255}\/version\/[a-zA-Z0-9_.\-]{1,255}\/[0-9]+$)
+ *
+ * @return
+ * Length: 20 - 2048
+ * Pattern:
+ * (^arn:[a-z\d-]+:rekognition:[a-z\d-]+:\d{12}:project\/[a-zA
+ * -Z0-9_.\-]{1,255}\/version\/[a-zA-Z0-9_.\-]{1,255}\/[0-9]+$)
+ *
+ * @param projectVersion
+ * Length: 20 - 2048
+ * Pattern:
+ * (^arn:[a-z\d-]+:rekognition:[a-z\d-]+:\d{12}:project\/[a-zA
+ * -Z0-9_.\-]{1,255}\/version\/[a-zA-Z0-9_.\-]{1,255}\/[0-9]+$)
+ *
+ * @param projectVersion
+ * Length: 20 - 2048
+ * Pattern:
+ * (^arn:[a-z\d-]+:rekognition:[a-z\d-]+:\d{12}:project\/[a-zA
+ * -Z0-9_.\-]{1,255}\/version\/[a-zA-Z0-9_.\-]{1,255}\/[0-9]+$)
+ */
+ private String projectVersion;
+
+ /**
+ *
+ * Length: 20 - 2048
+ * Pattern:
+ * (^arn:[a-z\d-]+:rekognition:[a-z\d-]+:\d{12}:project\/[a-zA
+ * -Z0-9_.\-]{1,255}\/version\/[a-zA-Z0-9_.\-]{1,255}\/[0-9]+$)
+ *
+ * @return
+ * Length: 20 - 2048
+ * Pattern:
+ * (^arn:[a-z\d-]+:rekognition:[a-z\d-]+:\d{12}:project\/[a-zA
+ * -Z0-9_.\-]{1,255}\/version\/[a-zA-Z0-9_.\-]{1,255}\/[0-9]+$)
+ *
+ * @param projectVersion
+ * Length: 20 - 2048
+ * Pattern:
+ * (^arn:[a-z\d-]+:rekognition:[a-z\d-]+:\d{12}:project\/[a-zA
+ * -Z0-9_.\-]{1,255}\/version\/[a-zA-Z0-9_.\-]{1,255}\/[0-9]+$)
+ *
+ * @param projectVersion NextToken
request parameter with the token value returned from
* the previous call to GetLabelDetection
.
* JobId
returned by StartMediaAnalysisJob.
+ *
+ * Length: 1 - 64
+ * Pattern: ^[a-zA-Z0-9-_]+$
+ */
+ private String jobId;
+
+ /**
+ *
+ * Length: 1 - 64
+ * Pattern: ^[a-zA-Z0-9-_]+$
+ *
+ * @return
+ * Length: 1 - 64
+ * Pattern: ^[a-zA-Z0-9-_]+$
+ *
+ * @param jobId
+ * Length: 1 - 64
+ * Pattern: ^[a-zA-Z0-9-_]+$
+ *
+ * @param jobId
+ * Length: 1 - 64
+ * Pattern: ^[a-zA-Z0-9-_]+$
+ */
+ private String jobId;
+
+ /**
+ *
+ * Length: 1 - 64
+ * Pattern: [a-zA-Z0-9_.\-]+
+ */
+ private String jobName;
+
+ /**
+ *
+ * Allowed Values: CREATED, QUEUED, IN_PROGRESS, SUCCEEDED, FAILED
+ */
+ private String status;
+
+ /**
+ *
+ * Length: 1 - 2048
+ * Pattern: ^[A-Za-z0-9][A-Za-z0-9:_/+=,@.-]{0,2048}$
+ */
+ private String kmsKeyId;
+
+ /**
+ *
+ * Length: 1 - 64
+ * Pattern: ^[a-zA-Z0-9-_]+$
+ *
+ * @return
+ * Length: 1 - 64
+ * Pattern: ^[a-zA-Z0-9-_]+$
+ *
+ * @param jobId
+ * Length: 1 - 64
+ * Pattern: ^[a-zA-Z0-9-_]+$
+ *
+ * @param jobId
+ * Length: 1 - 64
+ * Pattern: [a-zA-Z0-9_.\-]+
+ *
+ * @return
+ * Length: 1 - 64
+ * Pattern: [a-zA-Z0-9_.\-]+
+ *
+ * @param jobName
+ * Length: 1 - 64
+ * Pattern: [a-zA-Z0-9_.\-]+
+ *
+ * @param jobName
+ * Allowed Values: CREATED, QUEUED, IN_PROGRESS, SUCCEEDED, FAILED
+ *
+ * @return
+ * Allowed Values: CREATED, QUEUED, IN_PROGRESS, SUCCEEDED, FAILED
+ *
+ * @param status
+ * Allowed Values: CREATED, QUEUED, IN_PROGRESS, SUCCEEDED, FAILED
+ *
+ * @param status
+ * Allowed Values: CREATED, QUEUED, IN_PROGRESS, SUCCEEDED, FAILED
+ *
+ * @param status
+ * Allowed Values: CREATED, QUEUED, IN_PROGRESS, SUCCEEDED, FAILED
+ *
+ * @param status
+ * Length: 1 - 2048
+ * Pattern: ^[A-Za-z0-9][A-Za-z0-9:_/+=,@.-]{0,2048}$
+ *
+ * @return
+ * Length: 1 - 2048
+ * Pattern: ^[A-Za-z0-9][A-Za-z0-9:_/+=,@.-]{0,2048}$
+ *
+ * @param kmsKeyId
+ * Length: 1 - 2048
+ * Pattern: ^[A-Za-z0-9][A-Za-z0-9:_/+=,@.-]{0,2048}$
+ *
+ * @param kmsKeyId StartLabelDetection
, for example) will raise a
+ * too many jobs concurrently, subsequent calls to start operations (ex:
+ * StartLabelDetection
) will raise a
* LimitExceededException
exception (HTTP status code: 400) until
* the number of concurrently running jobs is below the Amazon Rekognition
* service limit.
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/ListCollectionsRequest.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/ListCollectionsRequest.java
index de568d2443..e70cc9ff35 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/ListCollectionsRequest.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/ListCollectionsRequest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/ListCollectionsResult.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/ListCollectionsResult.java
index 978249250a..474829327c 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/ListCollectionsResult.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/ListCollectionsResult.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/ListDatasetEntriesRequest.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/ListDatasetEntriesRequest.java
index 2735f76ce0..2fe205fb9a 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/ListDatasetEntriesRequest.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/ListDatasetEntriesRequest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
@@ -20,6 +20,11 @@
import com.amazonaws.AmazonWebServiceRequest;
/**
+ * CreationTimestamp
in descending order.
+ *
+ * Length: - 1024
+ */
+ private String nextToken;
+
+ /**
+ * InvalidParameterException
error occurs. The default
+ * value is 100.
+ *
+ * Range: 1 - 100
+ */
+ private Integer maxResults;
+
+ /**
+ *
+ * Length: - 1024
+ *
+ * @return
+ * Length: - 1024
+ *
+ * @param nextToken
+ * Length: - 1024
+ *
+ * @param nextToken InvalidParameterException
error occurs. The default
+ * value is 100.
+ *
+ * Range: 1 - 100
+ *
+ * @return InvalidParameterException
error
+ * occurs. The default value is 100.
+ * InvalidParameterException
error occurs. The default
+ * value is 100.
+ *
+ * Range: 1 - 100
+ *
+ * @param maxResults InvalidParameterException
error occurs. The
+ * default value is 100.
+ * InvalidParameterException
error occurs. The default
+ * value is 100.
+ *
+ * Range: 1 - 100
+ *
+ * @param maxResults InvalidParameterException
error occurs. The
+ * default value is 100.
+ *
+ * Length: - 1024
+ */
+ private String nextToken;
+
+ /**
+ *
+ * Length: - 1024
+ *
+ * @return
+ * Length: - 1024
+ *
+ * @param nextToken
+ * Length: - 1024
+ *
+ * @param nextToken
+ * Length: 0.0 - 100.0
+ */
+ private Float minConfidence;
+
+ /**
+ *
+ * Length: 20 - 2048
+ * Pattern:
+ * (^arn:[a-z\d-]+:rekognition:[a-z\d-]+:\d{12}:project\/[a-zA
+ * -Z0-9_.\-]{1,255}\/version\/[a-zA-Z0-9_.\-]{1,255}\/[0-9]+$)
+ */
+ private String projectVersion;
+
+ /**
+ *
+ * Length: 0.0 - 100.0
+ *
+ * @return
+ * Length: 0.0 - 100.0
+ *
+ * @param minConfidence
+ * Length: 0.0 - 100.0
+ *
+ * @param minConfidence
+ * Length: 20 - 2048
+ * Pattern:
+ * (^arn:[a-z\d-]+:rekognition:[a-z\d-]+:\d{12}:project\/[a-zA
+ * -Z0-9_.\-]{1,255}\/version\/[a-zA-Z0-9_.\-]{1,255}\/[0-9]+$)
+ *
+ * @return
+ * Length: 20 - 2048
+ * Pattern:
+ * (^arn:[a-z\d-]+:rekognition:[a-z\d-]+:\d{12}:project\/[a-zA
+ * -Z0-9_.\-]{1,255}\/version\/[a-zA-Z0-9_.\-]{1,255}\/[0-9]+$)
+ *
+ * @param projectVersion
+ * Length: 20 - 2048
+ * Pattern:
+ * (^arn:[a-z\d-]+:rekognition:[a-z\d-]+:\d{12}:project\/[a-zA
+ * -Z0-9_.\-]{1,255}\/version\/[a-zA-Z0-9_.\-]{1,255}\/[0-9]+$)
+ *
+ * @param projectVersion
+ * Length: 1 - 64
+ * Pattern: ^[a-zA-Z0-9-_]+$
+ */
+ private String jobId;
+
+ /**
+ *
+ * Length: 1 - 64
+ * Pattern: [a-zA-Z0-9_.\-]+
+ */
+ private String jobName;
+
+ /**
+ *
+ * Allowed Values: CREATED, QUEUED, IN_PROGRESS, SUCCEEDED, FAILED
+ */
+ private String status;
+
+ /**
+ *
+ * Length: 1 - 2048
+ * Pattern: ^[A-Za-z0-9][A-Za-z0-9:_/+=,@.-]{0,2048}$
+ */
+ private String kmsKeyId;
+
+ /**
+ *
+ * Length: 1 - 64
+ * Pattern: ^[a-zA-Z0-9-_]+$
+ *
+ * @return
+ * Length: 1 - 64
+ * Pattern: ^[a-zA-Z0-9-_]+$
+ *
+ * @param jobId
+ * Length: 1 - 64
+ * Pattern: ^[a-zA-Z0-9-_]+$
+ *
+ * @param jobId
+ * Length: 1 - 64
+ * Pattern: [a-zA-Z0-9_.\-]+
+ *
+ * @return
+ * Length: 1 - 64
+ * Pattern: [a-zA-Z0-9_.\-]+
+ *
+ * @param jobName
+ * Length: 1 - 64
+ * Pattern: [a-zA-Z0-9_.\-]+
+ *
+ * @param jobName
+ * Allowed Values: CREATED, QUEUED, IN_PROGRESS, SUCCEEDED, FAILED
+ *
+ * @return
+ * Allowed Values: CREATED, QUEUED, IN_PROGRESS, SUCCEEDED, FAILED
+ *
+ * @param status
+ * Allowed Values: CREATED, QUEUED, IN_PROGRESS, SUCCEEDED, FAILED
+ *
+ * @param status
+ * Allowed Values: CREATED, QUEUED, IN_PROGRESS, SUCCEEDED, FAILED
+ *
+ * @param status
+ * Allowed Values: CREATED, QUEUED, IN_PROGRESS, SUCCEEDED, FAILED
+ *
+ * @param status
+ * Length: 1 - 2048
+ * Pattern: ^[A-Za-z0-9][A-Za-z0-9:_/+=,@.-]{0,2048}$
+ *
+ * @return
+ * Length: 1 - 2048
+ * Pattern: ^[A-Za-z0-9][A-Za-z0-9:_/+=,@.-]{0,2048}$
+ *
+ * @param kmsKeyId
+ * Length: 1 - 2048
+ * Pattern: ^[A-Za-z0-9][A-Za-z0-9:_/+=,@.-]{0,2048}$
+ *
+ * @param kmsKeyId
+ * Allowed Values: INTERNAL_ERROR, INVALID_S3_OBJECT,
+ * INVALID_MANIFEST, INVALID_OUTPUT_CONFIG, INVALID_KMS_KEY, ACCESS_DENIED,
+ * RESOURCE_NOT_FOUND, RESOURCE_NOT_READY, THROTTLED
+ */
+ private String code;
+
+ /**
+ *
+ * Allowed Values: INTERNAL_ERROR, INVALID_S3_OBJECT,
+ * INVALID_MANIFEST, INVALID_OUTPUT_CONFIG, INVALID_KMS_KEY, ACCESS_DENIED,
+ * RESOURCE_NOT_FOUND, RESOURCE_NOT_READY, THROTTLED
+ *
+ * @return
+ * Allowed Values: INTERNAL_ERROR, INVALID_S3_OBJECT,
+ * INVALID_MANIFEST, INVALID_OUTPUT_CONFIG, INVALID_KMS_KEY, ACCESS_DENIED,
+ * RESOURCE_NOT_FOUND, RESOURCE_NOT_READY, THROTTLED
+ *
+ * @param code
+ * Allowed Values: INTERNAL_ERROR, INVALID_S3_OBJECT,
+ * INVALID_MANIFEST, INVALID_OUTPUT_CONFIG, INVALID_KMS_KEY, ACCESS_DENIED,
+ * RESOURCE_NOT_FOUND, RESOURCE_NOT_READY, THROTTLED
+ *
+ * @param code
+ * Allowed Values: INTERNAL_ERROR, INVALID_S3_OBJECT,
+ * INVALID_MANIFEST, INVALID_OUTPUT_CONFIG, INVALID_KMS_KEY, ACCESS_DENIED,
+ * RESOURCE_NOT_FOUND, RESOURCE_NOT_READY, THROTTLED
+ *
+ * @param code
+ * Allowed Values: INTERNAL_ERROR, INVALID_S3_OBJECT,
+ * INVALID_MANIFEST, INVALID_OUTPUT_CONFIG, INVALID_KMS_KEY, ACCESS_DENIED,
+ * RESOURCE_NOT_FOUND, RESOURCE_NOT_READY, THROTTLED
+ *
+ * @param code
+ * Length: 3 - 255
+ * Pattern: [0-9A-Za-z\.\-_]*
+ */
+ private String s3Bucket;
+
+ /**
+ *
+ * Length: - 800
+ * Pattern: \S*
+ */
+ private String s3KeyPrefix;
+
+ /**
+ *
+ * Length: 3 - 255
+ * Pattern: [0-9A-Za-z\.\-_]*
+ *
+ * @return
+ * Length: 3 - 255
+ * Pattern: [0-9A-Za-z\.\-_]*
+ *
+ * @param s3Bucket
+ * Length: 3 - 255
+ * Pattern: [0-9A-Za-z\.\-_]*
+ *
+ * @param s3Bucket
+ * Length: - 800
+ * Pattern: \S*
+ *
+ * @return
+ * Length: - 800
+ * Pattern: \S*
+ *
+ * @param s3KeyPrefix
+ * Length: - 800
+ * Pattern: \S*
+ *
+ * @param s3KeyPrefix
+ * Range: 0 -
+ */
+ private Integer taxonomyLevel;
+
/**
*
+ * Range: 0 -
+ *
+ * @return
+ * Range: 0 -
+ *
+ * @param taxonomyLevel
+ * Range: 0 -
+ *
+ * @param taxonomyLevel
+ * Allowed Values: CONTENT_MODERATION, CUSTOM_LABELS
+ */
+ private String feature;
+
+ /**
+ *
+ * Allowed Values: ENABLED, DISABLED
+ */
+ private String autoUpdate;
+
/**
*
+ * Allowed Values: CONTENT_MODERATION, CUSTOM_LABELS
+ *
+ * @return
+ * Allowed Values: CONTENT_MODERATION, CUSTOM_LABELS
+ *
+ * @param feature
+ * Allowed Values: CONTENT_MODERATION, CUSTOM_LABELS
+ *
+ * @param feature
+ * Allowed Values: CONTENT_MODERATION, CUSTOM_LABELS
+ *
+ * @param feature
+ * Allowed Values: CONTENT_MODERATION, CUSTOM_LABELS
+ *
+ * @param feature
+ * Allowed Values: ENABLED, DISABLED
+ *
+ * @return
+ * Allowed Values: ENABLED, DISABLED
+ *
+ * @param autoUpdate
+ * Allowed Values: ENABLED, DISABLED
+ *
+ * @param autoUpdate
+ * Allowed Values: ENABLED, DISABLED
+ *
+ * @param autoUpdate
+ * Allowed Values: ENABLED, DISABLED
+ *
+ * @param autoUpdate
@@ -45,8 +45,9 @@ public class ProjectVersionDescription implements Serializable {
/**
*
@@ -62,7 +63,8 @@ public class ProjectVersionDescription implements Serializable {
* Constraints:
* Allowed Values: TRAINING_IN_PROGRESS, TRAINING_COMPLETED,
* TRAINING_FAILED, STARTING, RUNNING, FAILED, STOPPING, STOPPED, DELETING,
- * COPYING_IN_PROGRESS, COPYING_COMPLETED, COPYING_FAILED
+ * COPYING_IN_PROGRESS, COPYING_COMPLETED, COPYING_FAILED, DEPRECATED,
+ * EXPIRED
*/
private String status;
@@ -143,9 +145,9 @@ public class ProjectVersionDescription implements Serializable {
/**
*
@@ -170,7 +172,42 @@ public class ProjectVersionDescription implements Serializable {
/**
*
+ * Length: 1 - 255
+ * Pattern: [a-zA-Z0-9-_. ()':,;?]+
+ */
+ private String versionDescription;
+
+ /**
+ *
+ * Allowed Values: CONTENT_MODERATION, CUSTOM_LABELS
+ */
+ private String feature;
+
+ /**
+ *
@@ -180,7 +217,7 @@ public class ProjectVersionDescription implements Serializable {
* -Z0-9_.\-]{1,255}\/version\/[a-zA-Z0-9_.\-]{1,255}\/[0-9]+$)
*
* @return
@@ -199,7 +236,7 @@ public String getProjectVersionArn() {
* -Z0-9_.\-]{1,255}\/version\/[a-zA-Z0-9_.\-]{1,255}\/[0-9]+$)
*
* @param projectVersionArn
*
* @param projectVersionArn
* Range: 1 -
*
* @return
* Range: 1 -
*
* @param minInferenceUnits
*
* @param minInferenceUnits
* Allowed Values: TRAINING_IN_PROGRESS, TRAINING_COMPLETED,
* TRAINING_FAILED, STARTING, RUNNING, FAILED, STOPPING, STOPPED, DELETING,
- * COPYING_IN_PROGRESS, COPYING_COMPLETED, COPYING_FAILED
+ * COPYING_IN_PROGRESS, COPYING_COMPLETED, COPYING_FAILED, DEPRECATED,
+ * EXPIRED
*
* @return
* Allowed Values: TRAINING_IN_PROGRESS, TRAINING_COMPLETED,
* TRAINING_FAILED, STARTING, RUNNING, FAILED, STOPPING, STOPPED, DELETING,
- * COPYING_IN_PROGRESS, COPYING_COMPLETED, COPYING_FAILED
+ * COPYING_IN_PROGRESS, COPYING_COMPLETED, COPYING_FAILED, DEPRECATED,
+ * EXPIRED
*
* @param status
* Allowed Values: TRAINING_IN_PROGRESS, TRAINING_COMPLETED,
* TRAINING_FAILED, STARTING, RUNNING, FAILED, STOPPING, STOPPED, DELETING,
- * COPYING_IN_PROGRESS, COPYING_COMPLETED, COPYING_FAILED
+ * COPYING_IN_PROGRESS, COPYING_COMPLETED, COPYING_FAILED, DEPRECATED,
+ * EXPIRED
*
* @param status
* Allowed Values: TRAINING_IN_PROGRESS, TRAINING_COMPLETED,
* TRAINING_FAILED, STARTING, RUNNING, FAILED, STOPPING, STOPPED, DELETING,
- * COPYING_IN_PROGRESS, COPYING_COMPLETED, COPYING_FAILED
+ * COPYING_IN_PROGRESS, COPYING_COMPLETED, COPYING_FAILED, DEPRECATED,
+ * EXPIRED
*
* @param status
* Allowed Values: TRAINING_IN_PROGRESS, TRAINING_COMPLETED,
* TRAINING_FAILED, STARTING, RUNNING, FAILED, STOPPING, STOPPED, DELETING,
- * COPYING_IN_PROGRESS, COPYING_COMPLETED, COPYING_FAILED
+ * COPYING_IN_PROGRESS, COPYING_COMPLETED, COPYING_FAILED, DEPRECATED,
+ * EXPIRED
*
* @param status
* Range: 1 -
*
* @return
* Range: 1 -
*
* @param maxInferenceUnits
*
* @param maxInferenceUnits
+ * Length: 1 - 255
+ * Pattern: [a-zA-Z0-9-_. ()':,;?]+
+ *
+ * @return
+ * Length: 1 - 255
+ * Pattern: [a-zA-Z0-9-_. ()':,;?]+
+ *
+ * @param versionDescription
+ * Length: 1 - 255
+ * Pattern: [a-zA-Z0-9-_. ()':,;?]+
+ *
+ * @param versionDescription
+ * Allowed Values: CONTENT_MODERATION, CUSTOM_LABELS
+ *
+ * @return
+ * Allowed Values: CONTENT_MODERATION, CUSTOM_LABELS
+ *
+ * @param feature
+ * Allowed Values: CONTENT_MODERATION, CUSTOM_LABELS
+ *
+ * @param feature
+ * Allowed Values: CONTENT_MODERATION, CUSTOM_LABELS
+ *
+ * @param feature
+ * Allowed Values: CONTENT_MODERATION, CUSTOM_LABELS
+ *
+ * @param feature StartMediaAnalysisJobRequest
requests, the same response is
+ * returned. Use ClientRequestToken
to prevent the same request
+ * from being processed more than once.
+ *
+ * Length: 1 - 64
+ * Pattern: ^[a-zA-Z0-9-_]+$
+ */
+ private String clientRequestToken;
+
+ /**
+ *
+ * Length: 1 - 64
+ * Pattern: [a-zA-Z0-9_.\-]+
+ */
+ private String jobName;
+
+ /**
+ *
+ * Length: 1 - 2048
+ * Pattern: ^[A-Za-z0-9][A-Za-z0-9:_/+=,@.-]{0,2048}$
+ */
+ private String kmsKeyId;
+
+ /**
+ * StartMediaAnalysisJobRequest
requests, the same response is
+ * returned. Use ClientRequestToken
to prevent the same request
+ * from being processed more than once.
+ *
+ * Length: 1 - 64
+ * Pattern: ^[a-zA-Z0-9-_]+$
+ *
+ * @return StartMediaAnalysisJobRequest
requests, the same
+ * response is returned. Use ClientRequestToken
to
+ * prevent the same request from being processed more than once.
+ * StartMediaAnalysisJobRequest
requests, the same response is
+ * returned. Use ClientRequestToken
to prevent the same request
+ * from being processed more than once.
+ *
+ * Length: 1 - 64
+ * Pattern: ^[a-zA-Z0-9-_]+$
+ *
+ * @param clientRequestToken StartMediaAnalysisJobRequest
requests, the same
+ * response is returned. Use ClientRequestToken
to
+ * prevent the same request from being processed more than once.
+ * StartMediaAnalysisJobRequest
requests, the same response is
+ * returned. Use ClientRequestToken
to prevent the same request
+ * from being processed more than once.
+ *
+ * Length: 1 - 64
+ * Pattern: ^[a-zA-Z0-9-_]+$
+ *
+ * @param clientRequestToken StartMediaAnalysisJobRequest
requests, the same
+ * response is returned. Use ClientRequestToken
to
+ * prevent the same request from being processed more than once.
+ *
+ * Length: 1 - 64
+ * Pattern: [a-zA-Z0-9_.\-]+
+ *
+ * @return
+ * Length: 1 - 64
+ * Pattern: [a-zA-Z0-9_.\-]+
+ *
+ * @param jobName
+ * Length: 1 - 64
+ * Pattern: [a-zA-Z0-9_.\-]+
+ *
+ * @param jobName
+ * Length: 1 - 2048
+ * Pattern: ^[A-Za-z0-9][A-Za-z0-9:_/+=,@.-]{0,2048}$
+ *
+ * @return
+ * Length: 1 - 2048
+ * Pattern: ^[A-Za-z0-9][A-Za-z0-9:_/+=,@.-]{0,2048}$
+ *
+ * @param kmsKeyId
+ * Length: 1 - 2048
+ * Pattern: ^[A-Za-z0-9][A-Za-z0-9:_/+=,@.-]{0,2048}$
+ *
+ * @param kmsKeyId
+ * Length: 1 - 64
+ * Pattern: ^[a-zA-Z0-9-_]+$
+ */
+ private String jobId;
+
+ /**
+ *
+ * Length: 1 - 64
+ * Pattern: ^[a-zA-Z0-9-_]+$
+ *
+ * @return
+ * Length: 1 - 64
+ * Pattern: ^[a-zA-Z0-9-_]+$
+ *
+ * @param jobId
+ * Length: 1 - 64
+ * Pattern: ^[a-zA-Z0-9-_]+$
+ *
+ * @param jobId
- * For more information, see Running a trained Amazon Rekognition Custom - * Labels model in the Amazon Rekognition Custom Labels Guide. - *
- *
* This operation requires permissions to perform the
* rekognition:StartProjectVersion
action.
*
- * For information about the number of transactions per second (TPS) that an - * inference unit can support, see Running a trained Amazon Rekognition - * Custom Labels model in the Amazon Rekognition Custom Labels Guide. - *
- ** Use a higher number to increase the TPS throughput of your model. You are * charged for the number of inference units that you use. *
@@ -166,11 +162,6 @@ public StartProjectVersionRequest withProjectVersionArn(String projectVersionArn * represents 1 hour of processing. * *- * For information about the number of transactions per second (TPS) that an - * inference unit can support, see Running a trained Amazon Rekognition - * Custom Labels model in the Amazon Rekognition Custom Labels Guide. - *
- ** Use a higher number to increase the TPS throughput of your model. You are * charged for the number of inference units that you use. *
@@ -183,12 +174,6 @@ public StartProjectVersionRequest withProjectVersionArn(String projectVersionArn * unit represents 1 hour of processing. * *- * For information about the number of transactions per second (TPS) - * that an inference unit can support, see Running a trained - * Amazon Rekognition Custom Labels model in the Amazon - * Rekognition Custom Labels Guide. - *
- ** Use a higher number to increase the TPS throughput of your model. * You are charged for the number of inference units that you use. *
@@ -203,11 +188,6 @@ public Integer getMinInferenceUnits() { * represents 1 hour of processing. * *- * For information about the number of transactions per second (TPS) that an - * inference unit can support, see Running a trained Amazon Rekognition - * Custom Labels model in the Amazon Rekognition Custom Labels Guide. - *
- ** Use a higher number to increase the TPS throughput of your model. You are * charged for the number of inference units that you use. *
@@ -220,12 +200,6 @@ public Integer getMinInferenceUnits() { * inference unit represents 1 hour of processing. * *- * For information about the number of transactions per second - * (TPS) that an inference unit can support, see Running a - * trained Amazon Rekognition Custom Labels model in the - * Amazon Rekognition Custom Labels Guide. - *
- ** Use a higher number to increase the TPS throughput of your * model. You are charged for the number of inference units that * you use. @@ -241,11 +215,6 @@ public void setMinInferenceUnits(Integer minInferenceUnits) { * represents 1 hour of processing. *
*- * For information about the number of transactions per second (TPS) that an - * inference unit can support, see Running a trained Amazon Rekognition - * Custom Labels model in the Amazon Rekognition Custom Labels Guide. - *
- ** Use a higher number to increase the TPS throughput of your model. You are * charged for the number of inference units that you use. *
@@ -261,12 +230,6 @@ public void setMinInferenceUnits(Integer minInferenceUnits) { * inference unit represents 1 hour of processing. * *- * For information about the number of transactions per second - * (TPS) that an inference unit can support, see Running a - * trained Amazon Rekognition Custom Labels model in the - * Amazon Rekognition Custom Labels Guide. - *
- *
* Use a higher number to increase the TPS throughput of your
* model. You are charged for the number of inference units that
* you use.
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/StartProjectVersionResult.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/StartProjectVersionResult.java
index 52043dfe91..60187af0d6 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/StartProjectVersionResult.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/StartProjectVersionResult.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
@@ -26,7 +26,8 @@ public class StartProjectVersionResult implements Serializable {
* Constraints:
* Allowed Values: TRAINING_IN_PROGRESS, TRAINING_COMPLETED,
* TRAINING_FAILED, STARTING, RUNNING, FAILED, STOPPING, STOPPED, DELETING,
- * COPYING_IN_PROGRESS, COPYING_COMPLETED, COPYING_FAILED
+ * COPYING_IN_PROGRESS, COPYING_COMPLETED, COPYING_FAILED, DEPRECATED,
+ * EXPIRED
*/
private String status;
@@ -38,7 +39,8 @@ public class StartProjectVersionResult implements Serializable {
* Constraints:
* Allowed Values: TRAINING_IN_PROGRESS, TRAINING_COMPLETED,
* TRAINING_FAILED, STARTING, RUNNING, FAILED, STOPPING, STOPPED, DELETING,
- * COPYING_IN_PROGRESS, COPYING_COMPLETED, COPYING_FAILED
+ * COPYING_IN_PROGRESS, COPYING_COMPLETED, COPYING_FAILED, DEPRECATED,
+ * EXPIRED
*
* @return
* The current running status of the model.
@@ -57,7 +59,8 @@ public String getStatus() {
* Constraints:
* Allowed Values: TRAINING_IN_PROGRESS, TRAINING_COMPLETED,
* TRAINING_FAILED, STARTING, RUNNING, FAILED, STOPPING, STOPPED, DELETING,
- * COPYING_IN_PROGRESS, COPYING_COMPLETED, COPYING_FAILED
+ * COPYING_IN_PROGRESS, COPYING_COMPLETED, COPYING_FAILED, DEPRECATED,
+ * EXPIRED
*
* @param status
* The current running status of the model.
@@ -79,7 +82,8 @@ public void setStatus(String status) {
* Constraints:
* Allowed Values: TRAINING_IN_PROGRESS, TRAINING_COMPLETED,
* TRAINING_FAILED, STARTING, RUNNING, FAILED, STOPPING, STOPPED, DELETING,
- * COPYING_IN_PROGRESS, COPYING_COMPLETED, COPYING_FAILED
+ * COPYING_IN_PROGRESS, COPYING_COMPLETED, COPYING_FAILED, DEPRECATED,
+ * EXPIRED
*
* @param status
* The current running status of the model.
@@ -101,7 +105,8 @@ public StartProjectVersionResult withStatus(String status) {
* Constraints:
* Allowed Values: TRAINING_IN_PROGRESS, TRAINING_COMPLETED,
* TRAINING_FAILED, STARTING, RUNNING, FAILED, STOPPING, STOPPED, DELETING,
- * COPYING_IN_PROGRESS, COPYING_COMPLETED, COPYING_FAILED
+ * COPYING_IN_PROGRESS, COPYING_COMPLETED, COPYING_FAILED, DEPRECATED,
+ * EXPIRED
*
* @param status
* The current running status of the model.
@@ -123,7 +128,8 @@ public void setStatus(ProjectVersionStatus status) {
* Constraints:
* Allowed Values: TRAINING_IN_PROGRESS, TRAINING_COMPLETED,
* TRAINING_FAILED, STARTING, RUNNING, FAILED, STOPPING, STOPPED, DELETING,
- * COPYING_IN_PROGRESS, COPYING_COMPLETED, COPYING_FAILED
+ * COPYING_IN_PROGRESS, COPYING_COMPLETED, COPYING_FAILED, DEPRECATED,
+ * EXPIRED
*
* @param status
* The current running status of the model.
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/StartSegmentDetectionFilters.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/StartSegmentDetectionFilters.java
index 0e0dffaa43..2149f5b318 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/StartSegmentDetectionFilters.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/StartSegmentDetectionFilters.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/StartSegmentDetectionRequest.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/StartSegmentDetectionRequest.java
index 5e896018dc..cfca9a0687 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/StartSegmentDetectionRequest.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/StartSegmentDetectionRequest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/StartSegmentDetectionResult.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/StartSegmentDetectionResult.java
index dbc6dba97a..5fc1fb4165 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/StartSegmentDetectionResult.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/StartSegmentDetectionResult.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/StartShotDetectionFilter.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/StartShotDetectionFilter.java
index 06842667e7..6e138d1f20 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/StartShotDetectionFilter.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/StartShotDetectionFilter.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/StartStreamProcessorRequest.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/StartStreamProcessorRequest.java
index e298a95d29..480afca4c2 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/StartStreamProcessorRequest.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/StartStreamProcessorRequest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/StartStreamProcessorResult.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/StartStreamProcessorResult.java
index c0f290dc27..db4af2cd44 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/StartStreamProcessorResult.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/StartStreamProcessorResult.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/StartTechnicalCueDetectionFilter.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/StartTechnicalCueDetectionFilter.java
index 882d0f83fd..3679842022 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/StartTechnicalCueDetectionFilter.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/StartTechnicalCueDetectionFilter.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/StartTextDetectionFilters.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/StartTextDetectionFilters.java
index 1d78430470..a1f10f007d 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/StartTextDetectionFilters.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/StartTextDetectionFilters.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/StartTextDetectionRequest.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/StartTextDetectionRequest.java
index ec516010f0..3ad5e7c207 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/StartTextDetectionRequest.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/StartTextDetectionRequest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/StartTextDetectionResult.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/StartTextDetectionResult.java
index 177c139e61..d029cef499 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/StartTextDetectionResult.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/StartTextDetectionResult.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/StopProjectVersionRequest.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/StopProjectVersionRequest.java
index 5b2c342999..6ae7c69d57 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/StopProjectVersionRequest.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/StopProjectVersionRequest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
@@ -20,9 +20,15 @@
import com.amazonaws.AmazonWebServiceRequest;
/**
+ *
+ * This operation applies only to Amazon Rekognition Custom Labels.
+ *
* Stops a running model. The operation might take a while to complete. To check - * the current status, call DescribeProjectVersions. + * the current status, call DescribeProjectVersions. Only applies to + * Custom Labels projects. *
** This operation requires permissions to perform the @@ -33,7 +39,7 @@ public class StopProjectVersionRequest extends AmazonWebServiceRequest implement /** *
* The Amazon Resource Name (ARN) of the model version that you want to - * delete. + * stop. *
** This operation requires permissions to perform the @@ -51,7 +57,7 @@ public class StopProjectVersionRequest extends AmazonWebServiceRequest implement /** *
* The Amazon Resource Name (ARN) of the model version that you want to - * delete. + * stop. *
** This operation requires permissions to perform the @@ -66,7 +72,7 @@ public class StopProjectVersionRequest extends AmazonWebServiceRequest implement * * @return
* The Amazon Resource Name (ARN) of the model version that you want - * to delete. + * to stop. *
** This operation requires permissions to perform the @@ -80,7 +86,7 @@ public String getProjectVersionArn() { /** *
* The Amazon Resource Name (ARN) of the model version that you want to - * delete. + * stop. *
** This operation requires permissions to perform the @@ -95,7 +101,7 @@ public String getProjectVersionArn() { * * @param projectVersionArn
* The Amazon Resource Name (ARN) of the model version that you - * want to delete. + * want to stop. *
** This operation requires permissions to perform the @@ -109,7 +115,7 @@ public void setProjectVersionArn(String projectVersionArn) { /** *
* The Amazon Resource Name (ARN) of the model version that you want to - * delete. + * stop. *
** This operation requires permissions to perform the @@ -127,7 +133,7 @@ public void setProjectVersionArn(String projectVersionArn) { * * @param projectVersionArn
* The Amazon Resource Name (ARN) of the model version that you - * want to delete. + * want to stop. *
*
* This operation requires permissions to perform the
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/StopProjectVersionResult.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/StopProjectVersionResult.java
index b11d8d59b4..1ca2c46d77 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/StopProjectVersionResult.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/StopProjectVersionResult.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
@@ -26,7 +26,8 @@ public class StopProjectVersionResult implements Serializable {
* Constraints:
* Allowed Values: TRAINING_IN_PROGRESS, TRAINING_COMPLETED,
* TRAINING_FAILED, STARTING, RUNNING, FAILED, STOPPING, STOPPED, DELETING,
- * COPYING_IN_PROGRESS, COPYING_COMPLETED, COPYING_FAILED
+ * COPYING_IN_PROGRESS, COPYING_COMPLETED, COPYING_FAILED, DEPRECATED,
+ * EXPIRED
*/
private String status;
@@ -38,7 +39,8 @@ public class StopProjectVersionResult implements Serializable {
* Constraints:
* Allowed Values: TRAINING_IN_PROGRESS, TRAINING_COMPLETED,
* TRAINING_FAILED, STARTING, RUNNING, FAILED, STOPPING, STOPPED, DELETING,
- * COPYING_IN_PROGRESS, COPYING_COMPLETED, COPYING_FAILED
+ * COPYING_IN_PROGRESS, COPYING_COMPLETED, COPYING_FAILED, DEPRECATED,
+ * EXPIRED
*
* @return
* The current status of the stop operation.
@@ -57,7 +59,8 @@ public String getStatus() {
* Constraints:
* Allowed Values: TRAINING_IN_PROGRESS, TRAINING_COMPLETED,
* TRAINING_FAILED, STARTING, RUNNING, FAILED, STOPPING, STOPPED, DELETING,
- * COPYING_IN_PROGRESS, COPYING_COMPLETED, COPYING_FAILED
+ * COPYING_IN_PROGRESS, COPYING_COMPLETED, COPYING_FAILED, DEPRECATED,
+ * EXPIRED
*
* @param status
* The current status of the stop operation.
@@ -79,7 +82,8 @@ public void setStatus(String status) {
* Constraints:
* Allowed Values: TRAINING_IN_PROGRESS, TRAINING_COMPLETED,
* TRAINING_FAILED, STARTING, RUNNING, FAILED, STOPPING, STOPPED, DELETING,
- * COPYING_IN_PROGRESS, COPYING_COMPLETED, COPYING_FAILED
+ * COPYING_IN_PROGRESS, COPYING_COMPLETED, COPYING_FAILED, DEPRECATED,
+ * EXPIRED
*
* @param status
* The current status of the stop operation.
@@ -101,7 +105,8 @@ public StopProjectVersionResult withStatus(String status) {
* Constraints:
* Allowed Values: TRAINING_IN_PROGRESS, TRAINING_COMPLETED,
* TRAINING_FAILED, STARTING, RUNNING, FAILED, STOPPING, STOPPED, DELETING,
- * COPYING_IN_PROGRESS, COPYING_COMPLETED, COPYING_FAILED
+ * COPYING_IN_PROGRESS, COPYING_COMPLETED, COPYING_FAILED, DEPRECATED,
+ * EXPIRED
*
* @param status
* The current status of the stop operation.
@@ -123,7 +128,8 @@ public void setStatus(ProjectVersionStatus status) {
* Constraints:
* Allowed Values: TRAINING_IN_PROGRESS, TRAINING_COMPLETED,
* TRAINING_FAILED, STARTING, RUNNING, FAILED, STOPPING, STOPPED, DELETING,
- * COPYING_IN_PROGRESS, COPYING_COMPLETED, COPYING_FAILED
+ * COPYING_IN_PROGRESS, COPYING_COMPLETED, COPYING_FAILED, DEPRECATED,
+ * EXPIRED
*
* @param status
* The current status of the stop operation. diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/StopStreamProcessorRequest.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/StopStreamProcessorRequest.java index 4e925ee29c..8170da69d7 100644 --- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/StopStreamProcessorRequest.java +++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/StopStreamProcessorRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/StopStreamProcessorResult.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/StopStreamProcessorResult.java index cafa797781..3795baa63c 100644 --- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/StopStreamProcessorResult.java +++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/StopStreamProcessorResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/StreamProcessingStartSelector.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/StreamProcessingStartSelector.java index c2ffa60700..1211a3a8ea 100644 --- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/StreamProcessingStartSelector.java +++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/StreamProcessingStartSelector.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/StreamProcessingStopSelector.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/StreamProcessingStopSelector.java index dc867ac5eb..358b50bf71 100644 --- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/StreamProcessingStopSelector.java +++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/StreamProcessingStopSelector.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/StreamProcessor.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/StreamProcessor.java index ff926871b6..55b16e12c3 100644 --- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/StreamProcessor.java +++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/StreamProcessor.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/StreamProcessorDataSharingPreference.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/StreamProcessorDataSharingPreference.java index 732c9eec5b..dc85c487f4 100644 --- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/StreamProcessorDataSharingPreference.java +++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/StreamProcessorDataSharingPreference.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/StreamProcessorInput.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/StreamProcessorInput.java index 22477b8929..6cc782880c 100644 --- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/StreamProcessorInput.java +++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/StreamProcessorInput.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/StreamProcessorNotificationChannel.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/StreamProcessorNotificationChannel.java index 9fc2132f56..7572843a70 100644 --- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/StreamProcessorNotificationChannel.java +++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/StreamProcessorNotificationChannel.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/StreamProcessorOutput.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/StreamProcessorOutput.java index e4d33cde64..6b42bc7ffc 100644 --- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/StreamProcessorOutput.java +++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/StreamProcessorOutput.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/StreamProcessorParameterToDelete.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/StreamProcessorParameterToDelete.java index 86c5040365..67d92d08ac 100644 --- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/StreamProcessorParameterToDelete.java +++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/StreamProcessorParameterToDelete.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/StreamProcessorSettings.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/StreamProcessorSettings.java index ffd8bba7d4..170aa557cc 100644 --- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/StreamProcessorSettings.java +++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/StreamProcessorSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/StreamProcessorSettingsForUpdate.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/StreamProcessorSettingsForUpdate.java index 3bea9ead79..6f8b1701e4 100644 --- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/StreamProcessorSettingsForUpdate.java +++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/StreamProcessorSettingsForUpdate.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/StreamProcessorStatus.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/StreamProcessorStatus.java index 74a4b2debc..d956c54d9b 100644 --- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/StreamProcessorStatus.java +++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/StreamProcessorStatus.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/Summary.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/Summary.java index 041c51aafb..01971d08c2 100644 --- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/Summary.java +++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/Summary.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/Sunglasses.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/Sunglasses.java index 25343ebbc8..6bec6c90f4 100644 --- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/Sunglasses.java +++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/Sunglasses.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/TagResourceRequest.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/TagResourceRequest.java index cefa535ae8..529829ee81 100644 --- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/TagResourceRequest.java +++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/TagResourceRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/TagResourceResult.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/TagResourceResult.java index b7edc26dc0..558b9cfaf0 100644 --- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/TagResourceResult.java +++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/TagResourceResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/TechnicalCueSegment.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/TechnicalCueSegment.java index d8c4ef7d6f..b83ac67eb9 100644 --- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/TechnicalCueSegment.java +++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/TechnicalCueSegment.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/TechnicalCueType.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/TechnicalCueType.java index e8b0381e01..2ade0a8ba7 100644 --- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/TechnicalCueType.java +++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/TechnicalCueType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/TestingData.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/TestingData.java index 811a07ac6f..9abce0ec94 100644 --- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/TestingData.java +++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/TestingData.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -20,8 +20,8 @@ /** *
* The dataset used for testing. Optionally, if AutoCreate
is set,
- * Amazon Rekognition Custom Labels uses the training dataset to create a test
- * dataset with a temporary split of the training dataset.
+ * Amazon Rekognition uses the training dataset to create a test dataset with a
+ * temporary split of the training dataset.
*
- * If specified, Amazon Rekognition Custom Labels temporarily splits the - * training dataset (80%) to create a test dataset (20%) for the training - * job. After training completes, the test dataset is not stored and the - * training dataset reverts to its previous size. + * If specified, Rekognition splits training dataset to create a test + * dataset for the training job. *
*/ private Boolean autoCreate; @@ -118,17 +116,13 @@ public TestingData withAssets(java.util.Collection- * If specified, Amazon Rekognition Custom Labels temporarily splits the - * training dataset (80%) to create a test dataset (20%) for the training - * job. After training completes, the test dataset is not stored and the - * training dataset reverts to its previous size. + * If specified, Rekognition splits training dataset to create a test + * dataset for the training job. *
* * @return- * If specified, Amazon Rekognition Custom Labels temporarily splits - * the training dataset (80%) to create a test dataset (20%) for the - * training job. After training completes, the test dataset is not - * stored and the training dataset reverts to its previous size. + * If specified, Rekognition splits training dataset to create a + * test dataset for the training job. *
*/ public Boolean isAutoCreate() { @@ -137,17 +131,13 @@ public Boolean isAutoCreate() { /** *- * If specified, Amazon Rekognition Custom Labels temporarily splits the - * training dataset (80%) to create a test dataset (20%) for the training - * job. After training completes, the test dataset is not stored and the - * training dataset reverts to its previous size. + * If specified, Rekognition splits training dataset to create a test + * dataset for the training job. *
* * @return- * If specified, Amazon Rekognition Custom Labels temporarily splits - * the training dataset (80%) to create a test dataset (20%) for the - * training job. After training completes, the test dataset is not - * stored and the training dataset reverts to its previous size. + * If specified, Rekognition splits training dataset to create a + * test dataset for the training job. *
*/ public Boolean getAutoCreate() { @@ -156,18 +146,13 @@ public Boolean getAutoCreate() { /** *- * If specified, Amazon Rekognition Custom Labels temporarily splits the - * training dataset (80%) to create a test dataset (20%) for the training - * job. After training completes, the test dataset is not stored and the - * training dataset reverts to its previous size. + * If specified, Rekognition splits training dataset to create a test + * dataset for the training job. *
* * @param autoCreate- * If specified, Amazon Rekognition Custom Labels temporarily - * splits the training dataset (80%) to create a test dataset - * (20%) for the training job. After training completes, the test - * dataset is not stored and the training dataset reverts to its - * previous size. + * If specified, Rekognition splits training dataset to create a + * test dataset for the training job. *
*/ public void setAutoCreate(Boolean autoCreate) { @@ -176,21 +161,16 @@ public void setAutoCreate(Boolean autoCreate) { /** *- * If specified, Amazon Rekognition Custom Labels temporarily splits the - * training dataset (80%) to create a test dataset (20%) for the training - * job. After training completes, the test dataset is not stored and the - * training dataset reverts to its previous size. + * If specified, Rekognition splits training dataset to create a test + * dataset for the training job. *
** Returns a reference to this object so that method calls can be chained * together. * * @param autoCreate
- * If specified, Amazon Rekognition Custom Labels temporarily - * splits the training dataset (80%) to create a test dataset - * (20%) for the training job. After training completes, the test - * dataset is not stored and the training dataset reverts to its - * previous size. + * If specified, Rekognition splits training dataset to create a + * test dataset for the training job. *
* @return A reference to this updated object so that method calls can be * chained together. diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/TestingDataResult.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/TestingDataResult.java index a9e5170b58..3471cf3545 100644 --- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/TestingDataResult.java +++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/TestingDataResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/TextDetection.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/TextDetection.java index f04678bf8b..40557506c2 100644 --- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/TextDetection.java +++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/TextDetection.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/TextDetectionResult.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/TextDetectionResult.java index a9b8851b8c..9549f9fa0b 100644 --- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/TextDetectionResult.java +++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/TextDetectionResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/TextTypes.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/TextTypes.java index 5283de48a7..17ed095bc4 100644 --- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/TextTypes.java +++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/TextTypes.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/ThrottlingException.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/ThrottlingException.java index 5fc284eef9..5adc773b4e 100644 --- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/ThrottlingException.java +++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/ThrottlingException.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/TrainingData.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/TrainingData.java index ad16edcb7a..ee939037b5 100644 --- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/TrainingData.java +++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/TrainingData.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -25,21 +25,21 @@ public class TrainingData implements Serializable { /** *- * A Sagemaker GroundTruth manifest file that contains the training images - * (assets). + * A manifest file that contains references to the training images and + * ground-truth annotations. *
*/ private java.util.List- * A Sagemaker GroundTruth manifest file that contains the training images - * (assets). + * A manifest file that contains references to the training images and + * ground-truth annotations. *
* * @return- * A Sagemaker GroundTruth manifest file that contains the training - * images (assets). + * A manifest file that contains references to the training images + * and ground-truth annotations. *
*/ public java.util.List- * A Sagemaker GroundTruth manifest file that contains the training images - * (assets). + * A manifest file that contains references to the training images and + * ground-truth annotations. *
* * @param assets- * A Sagemaker GroundTruth manifest file that contains the - * training images (assets). + * A manifest file that contains references to the training + * images and ground-truth annotations. *
*/ public void setAssets(java.util.Collection- * A Sagemaker GroundTruth manifest file that contains the training images - * (assets). + * A manifest file that contains references to the training images and + * ground-truth annotations. *
** Returns a reference to this object so that method calls can be chained * together. * * @param assets
- * A Sagemaker GroundTruth manifest file that contains the - * training images (assets). + * A manifest file that contains references to the training + * images and ground-truth annotations. *
* @return A reference to this updated object so that method calls can be * chained together. @@ -94,16 +94,16 @@ public TrainingData withAssets(Asset... assets) { /** *- * A Sagemaker GroundTruth manifest file that contains the training images - * (assets). + * A manifest file that contains references to the training images and + * ground-truth annotations. *
** Returns a reference to this object so that method calls can be chained * together. * * @param assets
- * A Sagemaker GroundTruth manifest file that contains the - * training images (assets). + * A manifest file that contains references to the training + * images and ground-truth annotations. *
* @return A reference to this updated object so that method calls can be * chained together. diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/TrainingDataResult.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/TrainingDataResult.java index 8f7d73286c..38c1578b2f 100644 --- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/TrainingDataResult.java +++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/TrainingDataResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -19,41 +19,41 @@ /** *- * Sagemaker Groundtruth format manifest files for the input, output and - * validation datasets that are used and created during testing. + * The data validation manifest created for the training dataset during model + * training. *
*/ public class TrainingDataResult implements Serializable { /** *- * The training assets that you supplied for training. + * The training data that you supplied. *
*/ private TrainingData input; /** *- * The images (assets) that were actually trained by Amazon Rekognition - * Custom Labels. + * Reference to images (assets) that were actually used during training with + * trained model predictions. *
*/ private TrainingData output; /** *- * The location of the data validation manifest. The data validation - * manifest is created for the training dataset during model training. + * A manifest that you supplied for training, with validation results for + * each line. *
*/ private ValidationData validation; /** *- * The training assets that you supplied for training. + * The training data that you supplied. *
* * @return- * The training assets that you supplied for training. + * The training data that you supplied. *
*/ public TrainingData getInput() { @@ -62,11 +62,11 @@ public TrainingData getInput() { /** *- * The training assets that you supplied for training. + * The training data that you supplied. *
* * @param input- * The training assets that you supplied for training. + * The training data that you supplied. *
*/ public void setInput(TrainingData input) { @@ -75,14 +75,14 @@ public void setInput(TrainingData input) { /** *- * The training assets that you supplied for training. + * The training data that you supplied. *
** Returns a reference to this object so that method calls can be chained * together. * * @param input
- * The training assets that you supplied for training. + * The training data that you supplied. *
* @return A reference to this updated object so that method calls can be * chained together. @@ -94,13 +94,13 @@ public TrainingDataResult withInput(TrainingData input) { /** *- * The images (assets) that were actually trained by Amazon Rekognition - * Custom Labels. + * Reference to images (assets) that were actually used during training with + * trained model predictions. *
* * @return- * The images (assets) that were actually trained by Amazon - * Rekognition Custom Labels. + * Reference to images (assets) that were actually used during + * training with trained model predictions. *
*/ public TrainingData getOutput() { @@ -109,13 +109,13 @@ public TrainingData getOutput() { /** *- * The images (assets) that were actually trained by Amazon Rekognition - * Custom Labels. + * Reference to images (assets) that were actually used during training with + * trained model predictions. *
* * @param output- * The images (assets) that were actually trained by Amazon - * Rekognition Custom Labels. + * Reference to images (assets) that were actually used during + * training with trained model predictions. *
*/ public void setOutput(TrainingData output) { @@ -124,16 +124,16 @@ public void setOutput(TrainingData output) { /** *- * The images (assets) that were actually trained by Amazon Rekognition - * Custom Labels. + * Reference to images (assets) that were actually used during training with + * trained model predictions. *
** Returns a reference to this object so that method calls can be chained * together. * * @param output
- * The images (assets) that were actually trained by Amazon - * Rekognition Custom Labels. + * Reference to images (assets) that were actually used during + * training with trained model predictions. *
* @return A reference to this updated object so that method calls can be * chained together. @@ -145,14 +145,13 @@ public TrainingDataResult withOutput(TrainingData output) { /** *- * The location of the data validation manifest. The data validation - * manifest is created for the training dataset during model training. + * A manifest that you supplied for training, with validation results for + * each line. *
* * @return- * The location of the data validation manifest. The data validation - * manifest is created for the training dataset during model - * training. + * A manifest that you supplied for training, with validation + * results for each line. *
*/ public ValidationData getValidation() { @@ -161,14 +160,13 @@ public ValidationData getValidation() { /** *- * The location of the data validation manifest. The data validation - * manifest is created for the training dataset during model training. + * A manifest that you supplied for training, with validation results for + * each line. *
* * @param validation- * The location of the data validation manifest. The data - * validation manifest is created for the training dataset during - * model training. + * A manifest that you supplied for training, with validation + * results for each line. *
*/ public void setValidation(ValidationData validation) { @@ -177,17 +175,16 @@ public void setValidation(ValidationData validation) { /** *- * The location of the data validation manifest. The data validation - * manifest is created for the training dataset during model training. + * A manifest that you supplied for training, with validation results for + * each line. *
** Returns a reference to this object so that method calls can be chained * together. * * @param validation
- * The location of the data validation manifest. The data - * validation manifest is created for the training dataset during - * model training. + * A manifest that you supplied for training, with validation + * results for each line. *
* @return A reference to this updated object so that method calls can be * chained together. diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/UnindexedFace.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/UnindexedFace.java index 51f2048b72..245d80bf7a 100644 --- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/UnindexedFace.java +++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/UnindexedFace.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/UnsearchedFace.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/UnsearchedFace.java index b396f686ad..d0e8e3473d 100644 --- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/UnsearchedFace.java +++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/UnsearchedFace.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/UnsearchedFaceReason.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/UnsearchedFaceReason.java index a6ca78e7e2..c9d41d1376 100644 --- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/UnsearchedFaceReason.java +++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/UnsearchedFaceReason.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/UnsuccessfulFaceAssociation.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/UnsuccessfulFaceAssociation.java index 2e245a5350..f99615677c 100644 --- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/UnsuccessfulFaceAssociation.java +++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/UnsuccessfulFaceAssociation.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/UnsuccessfulFaceAssociationReason.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/UnsuccessfulFaceAssociationReason.java index 46d76aee7c..3c4e916075 100644 --- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/UnsuccessfulFaceAssociationReason.java +++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/UnsuccessfulFaceAssociationReason.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/UnsuccessfulFaceDeletion.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/UnsuccessfulFaceDeletion.java index 57a2105ea8..beadd6e1f7 100644 --- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/UnsuccessfulFaceDeletion.java +++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/UnsuccessfulFaceDeletion.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/UnsuccessfulFaceDeletionReason.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/UnsuccessfulFaceDeletionReason.java index 0ddac527f7..7d5f7fdd45 100644 --- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/UnsuccessfulFaceDeletionReason.java +++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/UnsuccessfulFaceDeletionReason.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/UnsuccessfulFaceDisassociation.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/UnsuccessfulFaceDisassociation.java index 6ab2d0869d..bdbdb6c8cc 100644 --- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/UnsuccessfulFaceDisassociation.java +++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/UnsuccessfulFaceDisassociation.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/UnsuccessfulFaceDisassociationReason.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/UnsuccessfulFaceDisassociationReason.java index c7d6541ea6..303df4c6be 100644 --- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/UnsuccessfulFaceDisassociationReason.java +++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/UnsuccessfulFaceDisassociationReason.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/UntagResourceRequest.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/UntagResourceRequest.java index 02896c0190..1a53bb0f95 100644 --- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/UntagResourceRequest.java +++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/UntagResourceRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/UntagResourceResult.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/UntagResourceResult.java index ac0d494320..d04f8e843e 100644 --- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/UntagResourceResult.java +++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/UntagResourceResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/UpdateDatasetEntriesRequest.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/UpdateDatasetEntriesRequest.java index 46610af338..810c1cc247 100644 --- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/UpdateDatasetEntriesRequest.java +++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/UpdateDatasetEntriesRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -20,6 +20,11 @@ import com.amazonaws.AmazonWebServiceRequest; /** + *+ * This operation applies only to Amazon Rekognition Custom Labels. + *
+ *
* Adds or updates one or more entries (images) in a dataset. An entry is a JSON
* Line which contains the information for a single image, including the image
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/UpdateDatasetEntriesResult.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/UpdateDatasetEntriesResult.java
index aeb7078700..1a9424b25d 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/UpdateDatasetEntriesResult.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/UpdateDatasetEntriesResult.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/UpdateStreamProcessorRequest.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/UpdateStreamProcessorRequest.java
index 25f0c23afe..c544a6e1b7 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/UpdateStreamProcessorRequest.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/UpdateStreamProcessorRequest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/UpdateStreamProcessorResult.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/UpdateStreamProcessorResult.java
index cd585d5ed6..d10654961a 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/UpdateStreamProcessorResult.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/UpdateStreamProcessorResult.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/User.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/User.java
index 18756951c0..6748c7ff85 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/User.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/User.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/UserMatch.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/UserMatch.java
index 72cb0b3cb4..173f1a8200 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/UserMatch.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/UserMatch.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/UserStatus.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/UserStatus.java
index d4405ca39b..e800d9b20a 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/UserStatus.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/UserStatus.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/ValidationData.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/ValidationData.java
index 6c26a2ba3f..c70a9cffcf 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/ValidationData.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/ValidationData.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/Video.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/Video.java
index 89e4f16491..109577e3f0 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/Video.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/Video.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/VideoColorRange.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/VideoColorRange.java
index 9243701e0d..f659baade7 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/VideoColorRange.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/VideoColorRange.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/VideoJobStatus.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/VideoJobStatus.java
index f8b773add5..ccd21a0971 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/VideoJobStatus.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/VideoJobStatus.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/VideoMetadata.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/VideoMetadata.java
index 6b867bd3be..7a378179d2 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/VideoMetadata.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/VideoMetadata.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/VideoTooLargeException.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/VideoTooLargeException.java
index 9650ba3aa0..038d6cdf54 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/VideoTooLargeException.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/VideoTooLargeException.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/AccessDeniedExceptionUnmarshaller.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/AccessDeniedExceptionUnmarshaller.java
index f5b7ff5fc9..70aca0db4f 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/AccessDeniedExceptionUnmarshaller.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/AccessDeniedExceptionUnmarshaller.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/AgeRangeJsonMarshaller.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/AgeRangeJsonMarshaller.java
index c7ffe6bbc9..f37ecb37a0 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/AgeRangeJsonMarshaller.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/AgeRangeJsonMarshaller.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/AgeRangeJsonUnmarshaller.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/AgeRangeJsonUnmarshaller.java
index e2312cf420..5893869ae2 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/AgeRangeJsonUnmarshaller.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/AgeRangeJsonUnmarshaller.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/AssetJsonMarshaller.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/AssetJsonMarshaller.java
index f2d44ee301..e6c59ad9f9 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/AssetJsonMarshaller.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/AssetJsonMarshaller.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/AssetJsonUnmarshaller.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/AssetJsonUnmarshaller.java
index 6b0d02f247..e762b7b4bb 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/AssetJsonUnmarshaller.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/AssetJsonUnmarshaller.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/AssociateFacesRequestMarshaller.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/AssociateFacesRequestMarshaller.java
index e28670f620..b06a71ed45 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/AssociateFacesRequestMarshaller.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/AssociateFacesRequestMarshaller.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/AssociateFacesResultJsonUnmarshaller.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/AssociateFacesResultJsonUnmarshaller.java
index e1d2216c2b..fbc84c945d 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/AssociateFacesResultJsonUnmarshaller.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/AssociateFacesResultJsonUnmarshaller.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/AssociatedFaceJsonMarshaller.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/AssociatedFaceJsonMarshaller.java
index 2523894cc6..b94dd95940 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/AssociatedFaceJsonMarshaller.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/AssociatedFaceJsonMarshaller.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/AssociatedFaceJsonUnmarshaller.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/AssociatedFaceJsonUnmarshaller.java
index 4e9913a6de..d282e738c2 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/AssociatedFaceJsonUnmarshaller.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/AssociatedFaceJsonUnmarshaller.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/AudioMetadataJsonMarshaller.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/AudioMetadataJsonMarshaller.java
index 5a8d55dda3..206c4f4d0b 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/AudioMetadataJsonMarshaller.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/AudioMetadataJsonMarshaller.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/AudioMetadataJsonUnmarshaller.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/AudioMetadataJsonUnmarshaller.java
index 8ceccbb8da..8c357ce308 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/AudioMetadataJsonUnmarshaller.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/AudioMetadataJsonUnmarshaller.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/AuditImageJsonMarshaller.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/AuditImageJsonMarshaller.java
index 65285a26f2..0a61c46407 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/AuditImageJsonMarshaller.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/AuditImageJsonMarshaller.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/AuditImageJsonUnmarshaller.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/AuditImageJsonUnmarshaller.java
index 8630c487a3..74eda4fb8d 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/AuditImageJsonUnmarshaller.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/AuditImageJsonUnmarshaller.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/BeardJsonMarshaller.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/BeardJsonMarshaller.java
index 8c81a871be..3228708e05 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/BeardJsonMarshaller.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/BeardJsonMarshaller.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/BeardJsonUnmarshaller.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/BeardJsonUnmarshaller.java
index 2429412b83..87b9e26c94 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/BeardJsonUnmarshaller.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/BeardJsonUnmarshaller.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/BlackFrameJsonMarshaller.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/BlackFrameJsonMarshaller.java
index 09f9ccafc3..6c3385054c 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/BlackFrameJsonMarshaller.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/BlackFrameJsonMarshaller.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/BlackFrameJsonUnmarshaller.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/BlackFrameJsonUnmarshaller.java
index 054ed510ed..9940cfb51d 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/BlackFrameJsonUnmarshaller.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/BlackFrameJsonUnmarshaller.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/BoundingBoxJsonMarshaller.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/BoundingBoxJsonMarshaller.java
index 865186eed5..0455a2784e 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/BoundingBoxJsonMarshaller.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/BoundingBoxJsonMarshaller.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/BoundingBoxJsonUnmarshaller.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/BoundingBoxJsonUnmarshaller.java
index 6431b30919..b1753ddf7c 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/BoundingBoxJsonUnmarshaller.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/BoundingBoxJsonUnmarshaller.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/CelebrityDetailJsonMarshaller.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/CelebrityDetailJsonMarshaller.java
index 2b47de3064..5757c3c4cc 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/CelebrityDetailJsonMarshaller.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/CelebrityDetailJsonMarshaller.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/CelebrityDetailJsonUnmarshaller.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/CelebrityDetailJsonUnmarshaller.java
index 19c42dd1df..ce239ffca0 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/CelebrityDetailJsonUnmarshaller.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/CelebrityDetailJsonUnmarshaller.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/CelebrityJsonMarshaller.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/CelebrityJsonMarshaller.java
index df9d08644e..ba89338c79 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/CelebrityJsonMarshaller.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/CelebrityJsonMarshaller.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/CelebrityJsonUnmarshaller.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/CelebrityJsonUnmarshaller.java
index 79b039c772..4334f5d062 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/CelebrityJsonUnmarshaller.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/CelebrityJsonUnmarshaller.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/CelebrityRecognitionJsonMarshaller.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/CelebrityRecognitionJsonMarshaller.java
index ff0efd183c..ae80043953 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/CelebrityRecognitionJsonMarshaller.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/CelebrityRecognitionJsonMarshaller.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/CelebrityRecognitionJsonUnmarshaller.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/CelebrityRecognitionJsonUnmarshaller.java
index 831eeb6947..7a50a5f693 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/CelebrityRecognitionJsonUnmarshaller.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/CelebrityRecognitionJsonUnmarshaller.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/CompareFacesMatchJsonMarshaller.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/CompareFacesMatchJsonMarshaller.java
index 643e00c96b..f2109e5e46 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/CompareFacesMatchJsonMarshaller.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/CompareFacesMatchJsonMarshaller.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/CompareFacesMatchJsonUnmarshaller.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/CompareFacesMatchJsonUnmarshaller.java
index 6abe4370f1..ed7f83ebb4 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/CompareFacesMatchJsonUnmarshaller.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/CompareFacesMatchJsonUnmarshaller.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/CompareFacesRequestMarshaller.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/CompareFacesRequestMarshaller.java
index 9533c10d7a..e750e7aeb2 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/CompareFacesRequestMarshaller.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/CompareFacesRequestMarshaller.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/CompareFacesResultJsonUnmarshaller.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/CompareFacesResultJsonUnmarshaller.java
index 472d4359aa..0944e11c70 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/CompareFacesResultJsonUnmarshaller.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/CompareFacesResultJsonUnmarshaller.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/ComparedFaceJsonMarshaller.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/ComparedFaceJsonMarshaller.java
index 594c91fb3f..0b6426ae6b 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/ComparedFaceJsonMarshaller.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/ComparedFaceJsonMarshaller.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/ComparedFaceJsonUnmarshaller.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/ComparedFaceJsonUnmarshaller.java
index c87d7d9834..f474bbee12 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/ComparedFaceJsonUnmarshaller.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/ComparedFaceJsonUnmarshaller.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/ComparedSourceImageFaceJsonMarshaller.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/ComparedSourceImageFaceJsonMarshaller.java
index a63e363eed..71bdea948a 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/ComparedSourceImageFaceJsonMarshaller.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/ComparedSourceImageFaceJsonMarshaller.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/ComparedSourceImageFaceJsonUnmarshaller.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/ComparedSourceImageFaceJsonUnmarshaller.java
index 244ebf84f4..63bb07e8a8 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/ComparedSourceImageFaceJsonUnmarshaller.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/ComparedSourceImageFaceJsonUnmarshaller.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/ConflictExceptionUnmarshaller.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/ConflictExceptionUnmarshaller.java
index 3799446e38..19cc8ca141 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/ConflictExceptionUnmarshaller.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/ConflictExceptionUnmarshaller.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/ConnectedHomeSettingsForUpdateJsonMarshaller.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/ConnectedHomeSettingsForUpdateJsonMarshaller.java
index 3bba4d459b..31cd9c32fc 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/ConnectedHomeSettingsForUpdateJsonMarshaller.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/ConnectedHomeSettingsForUpdateJsonMarshaller.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/ConnectedHomeSettingsForUpdateJsonUnmarshaller.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/ConnectedHomeSettingsForUpdateJsonUnmarshaller.java
index 23e990a71b..07940dea37 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/ConnectedHomeSettingsForUpdateJsonUnmarshaller.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/ConnectedHomeSettingsForUpdateJsonUnmarshaller.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/ConnectedHomeSettingsJsonMarshaller.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/ConnectedHomeSettingsJsonMarshaller.java
index d352dfe2b6..66f745db74 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/ConnectedHomeSettingsJsonMarshaller.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/ConnectedHomeSettingsJsonMarshaller.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/ConnectedHomeSettingsJsonUnmarshaller.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/ConnectedHomeSettingsJsonUnmarshaller.java
index cb4f072ddc..3021512409 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/ConnectedHomeSettingsJsonUnmarshaller.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/ConnectedHomeSettingsJsonUnmarshaller.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/ContentModerationDetectionJsonMarshaller.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/ContentModerationDetectionJsonMarshaller.java
index d3e28d2e92..888bf6aa46 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/ContentModerationDetectionJsonMarshaller.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/ContentModerationDetectionJsonMarshaller.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
@@ -52,6 +52,17 @@ public void marshall(ContentModerationDetection contentModerationDetection,
jsonWriter.name("DurationMillis");
jsonWriter.value(durationMillis);
}
+ if (contentModerationDetection.getContentTypes() != null) {
+ java.util.List This is the API Reference for Amazon Rekognition Image, Amazon Rekognition Custom Labels, Amazon Rekognition Stored Video, Amazon Rekognition Streaming Video. It provides descriptions of actions, data types, common parameters, and common errors. Amazon Rekognition Image Amazon Rekognition Custom Labels Amazon Rekognition Video Stored Video Amazon Rekognition Video Streaming Video This is the API Reference for Amazon Rekognition Image, Amazon Rekognition Custom Labels, Amazon Rekognition Stored Video, Amazon Rekognition Streaming Video. It provides descriptions of actions, data types, common parameters, and common errors. Amazon Rekognition Image Amazon Rekognition Custom Labels Amazon Rekognition Video Stored Video Amazon Rekognition Video Streaming Video
+ *