Class: Aws::SageMaker::Types::CreateAlgorithmOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#algorithm_arnString

The Amazon Resource Name (ARN) of the new algorithm.

Returns:

  • (String)


5408
5409
5410
5411
5412
# File 'lib/aws-sdk-sagemaker/types.rb', line 5408

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