Class: Aws::SageMaker::Types::DescribeAlgorithmInput

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

Overview

Note:

When making an API call, you may pass DescribeAlgorithmInput data as a hash:

{
  algorithm_name: "ArnOrName", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#algorithm_nameString

The name of the algorithm to describe.

Returns:

  • (String)


6057
6058
6059
6060
# File 'lib/aws-sdk-sagemaker/types.rb', line 6057

class DescribeAlgorithmInput < Struct.new(
  :algorithm_name)
  include Aws::Structure
end