Class: Aws::SageMaker::Types::EndpointConfigSummary

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

Overview

Provides summary information for an endpoint configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timeTime

A timestamp that shows when the endpoint configuration was created.

Returns:

  • (Time)


18503
18504
18505
18506
18507
18508
18509
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 18503

class EndpointConfigSummary < Struct.new(
  :endpoint_config_name,
  :endpoint_config_arn,
  :creation_time)
  SENSITIVE = []
  include Aws::Structure
end

#endpoint_config_arnString

The Amazon Resource Name (ARN) of the endpoint configuration.

Returns:

  • (String)


18503
18504
18505
18506
18507
18508
18509
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 18503

class EndpointConfigSummary < Struct.new(
  :endpoint_config_name,
  :endpoint_config_arn,
  :creation_time)
  SENSITIVE = []
  include Aws::Structure
end

#endpoint_config_nameString

The name of the endpoint configuration.

Returns:

  • (String)


18503
18504
18505
18506
18507
18508
18509
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 18503

class EndpointConfigSummary < Struct.new(
  :endpoint_config_name,
  :endpoint_config_arn,
  :creation_time)
  SENSITIVE = []
  include Aws::Structure
end