Class: Aws::SageMaker::Types::DescribeModelInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DescribeModelInput
- Defined in:
- gems/aws-sdk-sagemaker/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
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#model_name ⇒ String
The name of the model.
Instance Attribute Details
#model_name ⇒ String
The name of the model.
12675 12676 12677 12678 12679 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 12675 class DescribeModelInput < Struct.new( :model_name) SENSITIVE = [] include Aws::Structure end |