Class: Aws::SageMaker::Types::ModelDeployResult

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#endpoint_nameString

The name of the endpoint to which the model has been deployed.

If model deployment fails, this field is omitted from the response.

Returns:

  • (String)


31119
31120
31121
31122
31123
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 31119

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