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)


5756
5757
5758
5759
5760
# File 'lib/aws-sdk-sagemaker/types.rb', line 5756

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