Class: Aws::SageMaker::Types::DescribeModelInput

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 DescribeModelInput data as a hash:

{
  model_name: "ModelName", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#model_nameString

The name of the model.

Returns:

  • (String)


3807
3808
3809
3810
# File 'lib/aws-sdk-sagemaker/types.rb', line 3807

class DescribeModelInput < Struct.new(
  :model_name)
  include Aws::Structure
end