public static interface CreateProjectVersionResponse.Builder extends RekognitionResponse.Builder, SdkPojo, CopyableBuilder<CreateProjectVersionResponse.Builder,CreateProjectVersionResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateProjectVersionResponse.Builder |
projectVersionArn(String projectVersionArn)
The ARN of the model or the project version that was created.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateProjectVersionResponse.Builder projectVersionArn(String projectVersionArn)
The ARN of the model or the project version that was created. Use DescribeProjectVersion to get
the current status of the training operation.
projectVersionArn - The ARN of the model or the project version that was created. Use DescribeProjectVersion
to get the current status of the training operation.Copyright © 2023. All rights reserved.