Class: Aws::SageMaker::Types::DescribeModelInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DescribeModelInput
- 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
-
#model_name ⇒ String
The name of the model.
Instance Attribute Details
#model_name ⇒ String
The name of the model.
7238 7239 7240 7241 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 7238 class DescribeModelInput < Struct.new( :model_name) include Aws::Structure end |