Class: Aws::Rekognition::Types::CreateProjectVersionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Rekognition::Types::CreateProjectVersionResponse
- Defined in:
- gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#project_version_arn ⇒ String
The ARN of the model or the project version that was created.
Instance Attribute Details
#project_version_arn ⇒ String
The ARN of the model or the project version that was created. Use
DescribeProjectVersion
to get the current status of the training
operation.
1128 1129 1130 1131 1132 |
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 1128 class CreateProjectVersionResponse < Struct.new( :project_version_arn) SENSITIVE = [] include Aws::Structure end |