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

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


17312
17313
17314
17315
17316
17317
17318
# File 'lib/aws-sdk-sagemaker/types.rb', line 17312

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)


17312
17313
17314
17315
17316
17317
17318
# File 'lib/aws-sdk-sagemaker/types.rb', line 17312

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)


17312
17313
17314
17315
17316
17317
17318
# File 'lib/aws-sdk-sagemaker/types.rb', line 17312

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