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.
32833 32834 32835 32836 32837 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 32833 class ModelDeployResult < Struct.new( :endpoint_name) SENSITIVE = [] include Aws::Structure end |