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

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

#algorithm_arnString

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

Returns:

  • (String)


4963
4964
4965
4966
4967
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 4963

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