Thanks to visit codestin.com
Credit goes to docs.aws.amazon.com

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)


6927
6928
6929
6930
6931
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 6927

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