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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/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)


23112
23113
23114
23115
23116
23117
23118
23119
23120
23121
23122
23123
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 23112

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)


23112
23113
23114
23115
23116
23117
23118
23119
23120
23121
23122
23123
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 23112

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)


23112
23113
23114
23115
23116
23117
23118
23119
23120
23121
23122
23123
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 23112

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)


23112
23113
23114
23115
23116
23117
23118
23119
23120
23121
23122
23123
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 23112

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)


23112
23113
23114
23115
23116
23117
23118
23119
23120
23121
23122
23123
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 23112

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)


23112
23113
23114
23115
23116
23117
23118
23119
23120
23121
23122
23123
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 23112

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)


23112
23113
23114
23115
23116
23117
23118
23119
23120
23121
23122
23123
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 23112

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)


23112
23113
23114
23115
23116
23117
23118
23119
23120
23121
23122
23123
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 23112

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