Class: Aws::SageMaker::Types::CreateModelOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#model_arnString

The ARN of the model created in SageMaker.

Returns:

  • (String)


7052
7053
7054
7055
7056
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 7052

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