Class: Aws::SageMaker::Types::InferenceComponentSpecificationSummary

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

Overview

Details about the resources that are deployed with this inference component.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#compute_resource_requirementsTypes::InferenceComponentComputeResourceRequirements

The compute resources allocated to run the model assigned to the inference component.



23037
23038
23039
23040
23041
23042
23043
23044
# File 'lib/aws-sdk-sagemaker/types.rb', line 23037

class InferenceComponentSpecificationSummary < Struct.new(
  :model_name,
  :container,
  :startup_parameters,
  :compute_resource_requirements)
  SENSITIVE = []
  include Aws::Structure
end

#containerTypes::InferenceComponentContainerSpecificationSummary

Details about the container that provides the runtime environment for the model that is deployed with the inference component.



23037
23038
23039
23040
23041
23042
23043
23044
# File 'lib/aws-sdk-sagemaker/types.rb', line 23037

class InferenceComponentSpecificationSummary < Struct.new(
  :model_name,
  :container,
  :startup_parameters,
  :compute_resource_requirements)
  SENSITIVE = []
  include Aws::Structure
end

#model_nameString

The name of the SageMaker model object that is deployed with the inference component.

Returns:

  • (String)


23037
23038
23039
23040
23041
23042
23043
23044
# File 'lib/aws-sdk-sagemaker/types.rb', line 23037

class InferenceComponentSpecificationSummary < Struct.new(
  :model_name,
  :container,
  :startup_parameters,
  :compute_resource_requirements)
  SENSITIVE = []
  include Aws::Structure
end

#startup_parametersTypes::InferenceComponentStartupParameters

Settings that take effect while the model container starts up.



23037
23038
23039
23040
23041
23042
23043
23044
# File 'lib/aws-sdk-sagemaker/types.rb', line 23037

class InferenceComponentSpecificationSummary < Struct.new(
  :model_name,
  :container,
  :startup_parameters,
  :compute_resource_requirements)
  SENSITIVE = []
  include Aws::Structure
end