Class: Aws::Rekognition::Types::CreateProjectVersionResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-rekognition/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#project_version_arnString

The ARN of the model or the project version that was created. Use ‘DescribeProjectVersion` to get the current status of the training operation.

Returns:

  • (String)


1104
1105
1106
1107
1108
# File 'lib/aws-sdk-rekognition/types.rb', line 1104

class CreateProjectVersionResponse < Struct.new(
  :project_version_arn)
  SENSITIVE = []
  include Aws::Structure
end