Class: Aws::SageMaker::Types::InferenceComponentSummary

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

Overview

A summary of the properties of an inference component.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timeTime

The time when the inference component was created.

Returns:

  • (Time)


25604
25605
25606
25607
25608
25609
25610
25611
25612
25613
25614
25615
# File 'lib/aws-sdk-sagemaker/types.rb', line 25604

class InferenceComponentSummary < Struct.new(
  :creation_time,
  :inference_component_arn,
  :inference_component_name,
  :endpoint_arn,
  :endpoint_name,
  :variant_name,
  :inference_component_status,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#endpoint_arnString

The Amazon Resource Name (ARN) of the endpoint that hosts the inference component.

Returns:

  • (String)


25604
25605
25606
25607
25608
25609
25610
25611
25612
25613
25614
25615
# File 'lib/aws-sdk-sagemaker/types.rb', line 25604

class InferenceComponentSummary < Struct.new(
  :creation_time,
  :inference_component_arn,
  :inference_component_name,
  :endpoint_arn,
  :endpoint_name,
  :variant_name,
  :inference_component_status,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#endpoint_nameString

The name of the endpoint that hosts the inference component.

Returns:

  • (String)


25604
25605
25606
25607
25608
25609
25610
25611
25612
25613
25614
25615
# File 'lib/aws-sdk-sagemaker/types.rb', line 25604

class InferenceComponentSummary < Struct.new(
  :creation_time,
  :inference_component_arn,
  :inference_component_name,
  :endpoint_arn,
  :endpoint_name,
  :variant_name,
  :inference_component_status,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#inference_component_arnString

The Amazon Resource Name (ARN) of the inference component.

Returns:

  • (String)


25604
25605
25606
25607
25608
25609
25610
25611
25612
25613
25614
25615
# File 'lib/aws-sdk-sagemaker/types.rb', line 25604

class InferenceComponentSummary < Struct.new(
  :creation_time,
  :inference_component_arn,
  :inference_component_name,
  :endpoint_arn,
  :endpoint_name,
  :variant_name,
  :inference_component_status,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#inference_component_nameString

The name of the inference component.

Returns:

  • (String)


25604
25605
25606
25607
25608
25609
25610
25611
25612
25613
25614
25615
# File 'lib/aws-sdk-sagemaker/types.rb', line 25604

class InferenceComponentSummary < Struct.new(
  :creation_time,
  :inference_component_arn,
  :inference_component_name,
  :endpoint_arn,
  :endpoint_name,
  :variant_name,
  :inference_component_status,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#inference_component_statusString

The status of the inference component.

Returns:

  • (String)


25604
25605
25606
25607
25608
25609
25610
25611
25612
25613
25614
25615
# File 'lib/aws-sdk-sagemaker/types.rb', line 25604

class InferenceComponentSummary < Struct.new(
  :creation_time,
  :inference_component_arn,
  :inference_component_name,
  :endpoint_arn,
  :endpoint_name,
  :variant_name,
  :inference_component_status,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_timeTime

The time when the inference component was last updated.

Returns:

  • (Time)


25604
25605
25606
25607
25608
25609
25610
25611
25612
25613
25614
25615
# File 'lib/aws-sdk-sagemaker/types.rb', line 25604

class InferenceComponentSummary < Struct.new(
  :creation_time,
  :inference_component_arn,
  :inference_component_name,
  :endpoint_arn,
  :endpoint_name,
  :variant_name,
  :inference_component_status,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#variant_nameString

The name of the production variant that hosts the inference component.

Returns:

  • (String)


25604
25605
25606
25607
25608
25609
25610
25611
25612
25613
25614
25615
# File 'lib/aws-sdk-sagemaker/types.rb', line 25604

class InferenceComponentSummary < Struct.new(
  :creation_time,
  :inference_component_arn,
  :inference_component_name,
  :endpoint_arn,
  :endpoint_name,
  :variant_name,
  :inference_component_status,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end