From c11aa207b82b223787f1c47d1fff074d47f67aa7 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. @@ -2790,6 +2851,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 +3311,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 +3364,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 +3598,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 +4205,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 +4286,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 +4307,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 +4606,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 3b2d55a02af..737777b1337 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. @@ -4082,6 +4144,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 +4764,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 +4845,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 +5267,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 +6170,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 +6305,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 +6326,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 +6841,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 c7ade694574..5495b0d33bb 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 bbc0a337898..48da9d35654 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 05de3a2036e..f05dac8460c 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 ed8cf344d13..e59ef3501d5 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 f57f5802a86..05911cb10b4 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 b9bd9c54783..c8d82be3ee4 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 4973b894f01..e88a5dfaa39 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 9023abcc768..07001c54d88 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 03ba790a0bf..774b289f6e9 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 1d05c1c5dc1..4405d4975c4 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 c26fa1138a6..cf66afd50f6 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 34e1948d9f3..35f4511fcb9 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 17ceb6f864a..619fcce411a 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 a6912a73507..26e6b2649f0 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 8e33b80e5e1..83c804724c0 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 e92252fc778..cf50ab62d4f 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 2364e1189ad..159de4f0466 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 2b835c3dbc9..3f7972ec1ab 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 be7597bb7e1..bbd39635c62 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 9b4d22ff46a..da79dcea738 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 a38199c7473..35b83f132f8 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 94db2b2c612..620e8736046 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 959c1cdc305..c75352d00a2 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 3bceeb2cfe0..0a2057ae41e 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 595b4219bad..bb440802ada 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 5288588f173..5286618cb87 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 a5e71b6b64c..87cbc74b394 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 adb9699e791..3bfc1a31cd5 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 ca975ab136f..d3ff30bb44f 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 3f53dffade4..e3dbfd909f6 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 39eae26118d..2e81b6f640c 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 37ba4078a3c..0a63d8063cf 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 2f9a6126d56..7260b80113b 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 24a316961dd..05018ada6c7 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 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 aa16b115480..330cdea45f2 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 8c8a1cd9383..95207d48081 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 7d8467fee50..f1cfe56b0b9 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 2ab24af71ef..c378a48b793 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:
@@ -32,7 +37,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:
@@ -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
- * 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. *
*/ public String getSessionId() { @@ -50,7 +65,12 @@ public String getSessionId() { /** *- * 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:
@@ -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
- * 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. *
*/ public void setSessionId(String sessionId) { @@ -68,7 +94,12 @@ public void setSessionId(String sessionId) { /** *- * 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}
*
* @param sessionId
- * 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. *
* @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/CreateProjectRequest.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/CreateProjectRequest.java index 56c557b2448..d1fb0e27dc2 100644 --- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/CreateProjectRequest.java +++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/CreateProjectRequest.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,13 @@ /** *- * Creates a new Amazon Rekognition Custom Labels project. A project is a group - * of resources (datasets, model versions) that you use to create and manage - * Amazon Rekognition Custom Labels models. - *
- *
- * This operation requires permissions to perform the
- * rekognition:CreateProject
action.
+ * 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.
*
+ * Specifies feature that is being customized. If no value is provided + * CUSTOM_LABELS is used as a default. + *
+ *
+ * Constraints:
+ * Allowed Values: CONTENT_MODERATION, CUSTOM_LABELS
+ */
+ private String feature;
+
+ /**
+ *
+ * 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:
+ * Allowed Values: ENABLED, DISABLED
+ */
+ private String autoUpdate;
+
/**
*
* The name of the project to create. @@ -99,6 +122,235 @@ 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:
+ * Allowed Values: CONTENT_MODERATION, CUSTOM_LABELS
+ *
+ * @return
+ * Specifies feature that is being customized. If no value is + * provided CUSTOM_LABELS is used as a default. + *
+ * @see CustomizationFeature + */ + public String getFeature() { + return feature; + } + + /** + *+ * Specifies feature that is being customized. If no value is provided + * CUSTOM_LABELS is used as a default. + *
+ *
+ * Constraints:
+ * Allowed Values: CONTENT_MODERATION, CUSTOM_LABELS
+ *
+ * @param feature
+ * Specifies feature that is being customized. If no value is + * provided CUSTOM_LABELS is used as a default. + *
+ * @see CustomizationFeature + */ + public void setFeature(String feature) { + this.feature = feature; + } + + /** + *+ * 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:
+ * Allowed Values: CONTENT_MODERATION, CUSTOM_LABELS
+ *
+ * @param feature
+ * Specifies feature that is being customized. If no value is + * provided CUSTOM_LABELS is used as a default. + *
+ * @return A reference to this updated object so that method calls can be + * chained together. + * @see CustomizationFeature + */ + public CreateProjectRequest withFeature(String feature) { + this.feature = feature; + return this; + } + + /** + *+ * Specifies feature that is being customized. If no value is provided + * CUSTOM_LABELS is used as a default. + *
+ *
+ * Constraints:
+ * Allowed Values: CONTENT_MODERATION, CUSTOM_LABELS
+ *
+ * @param feature
+ * Specifies feature that is being customized. If no value is + * provided CUSTOM_LABELS is used as a default. + *
+ * @see CustomizationFeature + */ + public void setFeature(CustomizationFeature feature) { + this.feature = feature.toString(); + } + + /** + *+ * 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:
+ * Allowed Values: CONTENT_MODERATION, CUSTOM_LABELS
+ *
+ * @param feature
+ * Specifies feature that is being customized. If no value is + * provided CUSTOM_LABELS is used as a default. + *
+ * @return A reference to this updated object so that method calls can be + * chained together. + * @see CustomizationFeature + */ + public CreateProjectRequest withFeature(CustomizationFeature feature) { + this.feature = feature.toString(); + return this; + } + + /** + *+ * 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:
+ * Allowed Values: ENABLED, DISABLED
+ *
+ * @return
+ * 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. + *
+ * @see ProjectAutoUpdate + */ + public String getAutoUpdate() { + return autoUpdate; + } + + /** + *+ * 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:
+ * Allowed Values: ENABLED, DISABLED
+ *
+ * @param autoUpdate
+ * 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. + *
+ * @see ProjectAutoUpdate + */ + public void setAutoUpdate(String autoUpdate) { + this.autoUpdate = autoUpdate; + } + + /** + *+ * 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:
+ * Allowed Values: ENABLED, DISABLED
+ *
+ * @param autoUpdate
+ * 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. + *
+ * @return A reference to this updated object so that method calls can be + * chained together. + * @see ProjectAutoUpdate + */ + public CreateProjectRequest withAutoUpdate(String autoUpdate) { + this.autoUpdate = autoUpdate; + return this; + } + + /** + *+ * 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:
+ * Allowed Values: ENABLED, DISABLED
+ *
+ * @param autoUpdate
+ * 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. + *
+ * @see ProjectAutoUpdate + */ + public void setAutoUpdate(ProjectAutoUpdate autoUpdate) { + this.autoUpdate = autoUpdate.toString(); + } + + /** + *+ * 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:
+ * Allowed Values: ENABLED, DISABLED
+ *
+ * @param autoUpdate
+ * 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. + *
+ * @return A reference to this updated object so that method calls can be + * chained together. + * @see ProjectAutoUpdate + */ + public CreateProjectRequest withAutoUpdate(ProjectAutoUpdate autoUpdate) { + this.autoUpdate = autoUpdate.toString(); + return this; + } + /** * Returns a string representation of this object; useful for testing and * debugging. @@ -111,7 +363,11 @@ 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()); sb.append("}"); return sb.toString(); } @@ -123,6 +379,8 @@ 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()); return hashCode; } @@ -142,6 +400,15 @@ 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; 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 b63566be45e..52ae9cf2a1b 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 e164bf9db51..126a0231311 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
* CreateProjectVersion
is an Amazon Resource Name (ARN) for the
- * version of the model.
+ * 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.
@@ -49,35 +63,13 @@
* 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.
- *
- * 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:
@@ -90,7 +82,7 @@ public class CreateProjectVersionRequest extends AmazonWebServiceRequest impleme
/**
*
- * 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:
@@ -101,27 +93,27 @@ public class CreateProjectVersionRequest extends AmazonWebServiceRequest impleme
/**
*
- * 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
- * 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.
*
- * Specifies an external manifest that the services uses to train the model.
- * If you specify 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.
*
- * Specifies an external manifest that the service uses to test the model.
- * If you specify 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.
*
- * 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. *
*/ private java.util.MapOutputConfig
).
+ * 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
).
*
* * 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:
+ * Length: 1 - 255
+ * Pattern: [a-zA-Z0-9-_. ()':,;?]+
+ */
+ private String versionDescription;
+
+ /**
+ *
+ * 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. + *
+ */ + private CustomizationFeatureConfig featureConfig; + + /** + *+ * The ARN of the Amazon Rekognition project that will manage the project + * version you want to train. *
*
* Constraints:
@@ -195,8 +208,8 @@ public class CreateProjectVersionRequest extends AmazonWebServiceRequest impleme
* -Z0-9_.\-]{1,255}\/[0-9]+$)
*
* @return
- * 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. *
*/ public String getProjectArn() { @@ -205,8 +218,8 @@ public String getProjectArn() { /** *- * 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:
@@ -216,8 +229,8 @@ public String getProjectArn() {
* -Z0-9_.\-]{1,255}\/[0-9]+$)
*
* @param projectArn
- * 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. *
*/ public void setProjectArn(String projectArn) { @@ -226,8 +239,8 @@ public void setProjectArn(String projectArn) { /** *- * 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]+$)
*
* @param projectArn
- * 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. *
* @return A reference to this updated object so that method calls can be * chained together. @@ -253,7 +266,7 @@ public CreateProjectVersionRequest withProjectArn(String projectArn) { /** *- * 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:
@@ -261,7 +274,8 @@ public CreateProjectVersionRequest withProjectArn(String projectArn) {
* Pattern: [a-zA-Z0-9_.\-]+
*
* @return
- * 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. *
*/ public String getVersionName() { @@ -270,7 +284,7 @@ public String getVersionName() { /** *- * 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:
@@ -278,8 +292,8 @@ public String getVersionName() {
* Pattern: [a-zA-Z0-9_.\-]+
*
* @param versionName
- * 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. *
*/ public void setVersionName(String versionName) { @@ -288,7 +302,7 @@ public void setVersionName(String versionName) { /** *- * 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_.\-]+
*
* @param versionName
- * 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. *
* @return A reference to this updated object so that method calls can be * chained together. @@ -312,15 +326,15 @@ public CreateProjectVersionRequest withVersionName(String versionName) { /** *
- * 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
- * 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.
*
* 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
- * 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.
*
- * 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
- * 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.
*
* 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 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.
*
- * 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
- * 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.
*
* 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 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.
*
- * Specifies an external manifest that the services uses to train the model.
- * If you specify 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.
*
* Specifies an external manifest that the services uses to train
- * the model. If you specify 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.
*
- * Specifies an external manifest that the services uses to train the model.
- * If you specify 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.
*
* Specifies an external manifest that the services uses to train
- * the model. If you specify 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.
*
- * Specifies an external manifest that the services uses to train the model.
- * If you specify 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.
*
* 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 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.
*
- * Specifies an external manifest that the service uses to test the model.
- * If you specify 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.
*
* Specifies an external manifest that the service uses to test the
- * model. If you specify 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.
*
- * Specifies an external manifest that the service uses to test the model.
- * If you specify 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.
*
* Specifies an external manifest that the service uses to test
- * the model. If you specify 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.
*
- * Specifies an external manifest that the service uses to test the model.
- * If you specify 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.
*
* Specifies an external manifest that the service uses to test
- * the model. If you specify 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.
*
- * 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. *
* * @return* A set of tags (key-value pairs) that you want to attach to the - * model. + * project version. *
*/ public java.util.Map- * 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. *
* * @param tags* A set of tags (key-value pairs) that you want to attach to the - * model. + * project version. *
*/ public void setTags(java.util.Map- * 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 8833b9a9c42..98300822ba4 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 cdf8e1d328d..130e28c24d4 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 513db054e26..dc68ffaaf1a 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 34d29cd1aea..938020b6903 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 b5bb63dceff..cf71ffe38d6 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 eabdfd03627..189359c45a7 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 6603b158556..e8380275f68 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 6f763087100..01b8fe69e77 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 ad84904f5f5..a89d6054d14 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 d73ca3f9ad5..d229a859eda 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 63d8290917c..d62046fc624 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 1086fb8c694..d1603bb3806 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 986acbb1939..282b8b545c1 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.
+ *
- * 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:
+ * 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 and the time, in milliseconds from
@@ -127,13 +152,13 @@ public DetectModerationLabelsResult withModerationLabels(
/**
*
- * 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 fcbfb819e27..b9121114b55 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 ab826936ffe..22cc8e9f505 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 3626dc6a44f..0f315b8c31f 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 d9f812f6a35..7e2ff614539 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 a82a7d5c433..720084812d0 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 6b8b90ad4b1..c8ad08e4988 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 027988aab71..2706f55fc18 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 a852eca4884..203280d5e98 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 ccb1ba9fd51..98302f6b836 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 cba4efa2881..fc7b2079059 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 280655065ca..e1f72db305c 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 d586cef53b5..5ce5774e4ff 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 345ea8806c6..383ddd29d45 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 32de7af5cf0..ae35216f494 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 2c91db3ebc0..dd659e00533 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 ac9d5b56688..928c6730ddd 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 49e24667874..e76c073994d 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 589690fb8cd..72a5978c935 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 d5613146755..613dd0fa02a 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 b9787e00fc7..e030f7ef424 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 c83f2e3c711..9ad955a15f4 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 45db90aaef7..380f60445ca 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 b8fc17e9f71..568e10470ad 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 7141faa5dcf..8e08d07e529 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 428f33b95cc..0198d924c01 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 826a648943c..3d13118fa48 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 a6a34c7cf73..3d8c9f47edf 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 0d3f8591833..5de855dd16b 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 2e4ca7acc2a..422d7caa1e6 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 7335d632cb8..ef32a0bb3d5 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 fd19319a11b..902db872957 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 9d1bcd807b0..67a66bfed6c 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 cfbf944c97d..1c6692e04d8 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 5d1913ed61c..7f73075b222 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 7f844915930..5c5166f6ba1 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 456e863a021..6b9b54cf054 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.
diff --git a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/GetLabelDetectionRequestMetadata.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/GetLabelDetectionRequestMetadata.java
index b84924fb708..d74bb4e9253 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/GetLabelDetectionRequestMetadata.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/GetLabelDetectionRequestMetadata.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/GetLabelDetectionResult.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/GetLabelDetectionResult.java
index 14fc85e73d9..aa01e2dfd9c 100644
--- a/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/GetLabelDetectionResult.java
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/GetLabelDetectionResult.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/GetMediaAnalysisJobRequest.java b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/GetMediaAnalysisJobRequest.java
new file mode 100644
index 00000000000..f118a68abb6
--- /dev/null
+++ b/aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/GetMediaAnalysisJobRequest.java
@@ -0,0 +1,147 @@
+/*
+ * 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;
+
+/**
+ *
+ * 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 371e25b01fb..0e9edc0b0c5 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 4956b15ac27..3ed4bce4d9a 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 7f28b6c668f..4ea111a318c 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 49ff75c4c51..dff256cebe9 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 6ef6b2af30d..1368078aced 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 cdfbdd56251..5f87f610f1e 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 17204e4abe6..87a56fd6d82 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 bb6d11cd770..d15b10a4af5 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 3fadcc6d2a7..4c4c8d24a2c 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 430c375a531..6d1b7991cdc 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 c38263312a6..d80a97da434 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 c06a68eee0c..3f0a9e1aaa5 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 1c8f186516b..443dbd4fc3a 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 36137f192b6..d7d5b907b43 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 5be99bb67a2..8ac39a5cf11 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 73e721b9f24..9ba17d2800f 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 2d463ec271f..4016237cef1 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 2ac30dee3d1..1cb3b6ded3d 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 1e6e7c8709a..ba9e1864980 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 ff53a1f3699..f5cacbeb860 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 0b46ace937f..a1746510b73 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 1bedaba91c4..aa6a1e699d9 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 7781ed42d04..e5a83475b40 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 f04b18eb616..c206bd987a7 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 5bb0f0da86e..549242b1c57 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 746cda27f3c..974964b708b 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 5cc4a870f62..913efed71be 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 d10243c522c..8f6ba76fa01 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 90043772e28..a309ec57372 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 12c58177317..be5837a6a27 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 85873688567..80236acbca9 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 0b6bc56aabd..8c6adf7e72f 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 d5d03048e5c..8c880b143e8 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 728f883fcf3..3a91cb35177 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 0e87ebbe30d..3d37769792b 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 50b0f401898..56ece877f00 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 6ccc8bcff88..c22a1130f7c 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 7e0b00090f0..4e0d4692994 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 386d571c694..97f947418c7 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 ea3d8e6b5e5..2a6c9b355dd 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 5412e637970..c0c25662143 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 edcc6644f3d..c58d4b37510 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 00000000000..fa80a4d4103
--- /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 @@
* 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 552fc35ddd1..a4ff966c8b8 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 e90e26dc8e7..0862315122f 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 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 de568d24432..e70cc9ff356 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 978249250a1..474829327c6 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 2735f76ce0b..2fe205fb9a4 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 52043dfe919..60187af0d68 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 0e0dffaa43a..2149f5b3185 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 5e896018dc0..cfca9a0687c 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 dbc6dba97ac..5fc1fb4165c 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 06842667e7a..6e138d1f206 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 e298a95d29b..480afca4c21 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 c0f290dc27a..db4af2cd445 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 882d0f83fdd..36798420225 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 1d78430470b..a1f10f007db 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 ec516010f06..3ad5e7c207b 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 177c139e614..d029cef499f 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 5b2c342999d..6ae7c69d571 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 b11d8d59b4a..1ca2c46d778 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 4e925ee29cd..8170da69d7a 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 cafa797781c..3795baa63c1 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 c2ffa607009..1211a3a8ea0 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 dc867ac5eb1..358b50bf715 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 ff926871b62..55b16e12c31 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 732c9eec5b8..dc85c487f47 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 22477b89296..6cc782880c6 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 9fc2132f569..7572843a70c 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 e4d33cde64a..6b42bc7ffc0 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 86c5040365d..67d92d08ac9 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 ffd8bba7d47..170aa557ccd 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 3bea9ead79c..6f8b1701e4e 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 74a4b2debc3..d956c54d9bf 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 041c51aafb5..01971d08c2f 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 25343ebbc89..6bec6c90f49 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 cefa535ae84..529829ee811 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 b7edc26dc0e..558b9cfaf07 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 d8c4ef7d6fc..b83ac67eb91 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 e8b0381e01c..2ade0a8ba7d 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 811a07ac6f3..9abce0ec947 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 a9e5170b586..3471cf35451 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 f04678bf8bc..40557506c2f 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 a9b8851b8c2..9549f9fa0b0 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 5283de48a7e..17ed095bc45 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 5fc284eef93..5adc773b4e2 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 ad16edcb7aa..ee939037b59 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 8f7d73286c0..38c1578b2f5 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 51f2048b728..245d80bf7ab 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 b396f686ad8..d0e8e3473da 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 a6ca78e7e2d..c9d41d1376e 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 2e245a5350c..f99615677cb 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 46d76aee7c3..3c4e916075c 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 57a2105ea8a..beadd6e1f7d 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 0ddac527f7b..7d5f7fdd455 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 6ab2d0869df..bdbdb6c8ccb 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 c7d6541ea6a..303df4c6be1 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 02896c01906..1a53bb0f953 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 ac0d494320b..d04f8e843e5 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 46610af338a..810c1cc2476 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 aeb70787005..1a9424b25db 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 25f0c23afec..c544a6e1b70 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 cd585d5ed6c..d10654961ad 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 18756951c0c..6748c7ff85a 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 72cb0b3cb4d..173f1a8200c 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 d4405ca39b4..e800d9b20a0 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 6c26a2ba3f1..c70a9cffcfa 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 89e4f16491c..109577e3f05 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 9243701e0d2..f659baade73 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 f8b773add5c..ccd21a0971d 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 6b867bd3be1..7a378179d29 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 9650ba3aa01..038d6cdf540 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 f5b7ff5fc96..70aca0db4f7 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 c7ffe6bbc9a..f37ecb37a05 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 e2312cf4208..5893869ae24 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 f2d44ee3011..e6c59ad9f96 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 6b0d02f2471..e762b7b4bb4 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 e28670f6204..b06a71ed458 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 e1d2216c2be..fbc84c945d4 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 2523894cc6a..b94dd95940e 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 4e9913a6de0..d282e738c2b 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 5a8d55dda38..206c4f4d0b3 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 8ceccbb8daa..8c357ce308f 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 65285a26f2f..0a61c46407e 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 8630c487a32..74eda4fb8dc 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 8c81a871be0..3228708e05c 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 2429412b830..87b9e26c94e 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 09f9ccafc3a..6c3385054ce 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 054ed510ed2..9940cfb51dc 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 865186eed5b..0455a2784ec 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 6431b30919c..b1753ddf7cc 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 2b47de3064c..5757c3c4ccc 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 19c42dd1dfd..ce239ffca05 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 df9d08644ef..ba89338c79f 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 79b039c7722..4334f5d0622 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 ff0efd183c0..ae80043953b 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 831eeb69473..7a50a5f693c 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 643e00c96bc..f2109e5e468 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 6abe4370f13..ed7f83ebb49 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 9533c10d7a8..e750e7aeb2f 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 472d4359aa6..0944e11c70f 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 594c91fb3f1..0b6426ae6b5 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 c87d7d9834e..f474bbee12e 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 a63e363eed6..71bdea948ac 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 244ebf84f48..63bb07e8a8e 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 3799446e384..19cc8ca1413 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 3bba4d459b0..31cd9c32fc4 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 23e990a71b4..07940dea37a 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 d352dfe2b69..66f745db745 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 cb4f072ddcf..30215124091 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 d3e28d2e92d..888bf6aa464 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
+ *