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

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

#model_nameString

The name of the model.

Returns:

  • (String)


15016
15017
15018
15019
15020
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 15016

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