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)


4488
4489
4490
4491
4492
# File 'lib/aws-sdk-sagemaker/types.rb', line 4488

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