Class: Aws::SageMaker::Types::EndpointMetadata

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb

Overview

The metadata of the endpoint.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#endpoint_config_nameString

The name of the endpoint configuration.

Returns:

  • (String)


18705
18706
18707
18708
18709
18710
18711
18712
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 18705

class EndpointMetadata < Struct.new(
  :endpoint_name,
  :endpoint_config_name,
  :endpoint_status,
  :failure_reason)
  SENSITIVE = []
  include Aws::Structure
end

#endpoint_nameString

The name of the endpoint.

Returns:

  • (String)


18705
18706
18707
18708
18709
18710
18711
18712
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 18705

class EndpointMetadata < Struct.new(
  :endpoint_name,
  :endpoint_config_name,
  :endpoint_status,
  :failure_reason)
  SENSITIVE = []
  include Aws::Structure
end

#endpoint_statusString

The status of the endpoint. For possible values of the status of an endpoint, see EndpointSummary.

Returns:

  • (String)


18705
18706
18707
18708
18709
18710
18711
18712
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 18705

class EndpointMetadata < Struct.new(
  :endpoint_name,
  :endpoint_config_name,
  :endpoint_status,
  :failure_reason)
  SENSITIVE = []
  include Aws::Structure
end

#failure_reasonString

If the status of the endpoint is Failed, or the status is InService but update operation fails, this provides the reason why it failed.

Returns:

  • (String)


18705
18706
18707
18708
18709
18710
18711
18712
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 18705

class EndpointMetadata < Struct.new(
  :endpoint_name,
  :endpoint_config_name,
  :endpoint_status,
  :failure_reason)
  SENSITIVE = []
  include Aws::Structure
end