Class: Aws::SageMaker::Types::ModelDeployResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ModelDeployResult
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
Provides information about the endpoint of the model deployment.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#endpoint_name ⇒ String
The name of the endpoint to which the model has been deployed.
Instance Attribute Details
#endpoint_name ⇒ String
The name of the endpoint to which the model has been deployed.
34173 34174 34175 34176 34177 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 34173 class ModelDeployResult < Struct.new( :endpoint_name) SENSITIVE = [] include Aws::Structure end |