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)


8060
8061
8062
8063
8064
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 8060

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