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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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.

<note markdown=“1”> If model deployment fails, this field is omitted from the response.

</note>

Returns:

  • (String)


31159
31160
31161
31162
31163
# File 'lib/aws-sdk-sagemaker/types.rb', line 31159

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