Class: Aws::SageMaker::Types::InferenceComponentSpecificationSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::InferenceComponentSpecificationSummary
- Defined in:
- gems/aws-sdk-sagemaker/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
-
#compute_resource_requirements ⇒ Types::InferenceComponentComputeResourceRequirements
The compute resources allocated to run the model assigned to the inference component.
-
#container ⇒ Types::InferenceComponentContainerSpecificationSummary
Details about the container that provides the runtime environment for the model that is deployed with the inference component.
-
#model_name ⇒ String
The name of the SageMaker model object that is deployed with the inference component.
-
#startup_parameters ⇒ Types::InferenceComponentStartupParameters
Settings that take effect while the model container starts up.
Instance Attribute Details
#compute_resource_requirements ⇒ Types::InferenceComponentComputeResourceRequirements
The compute resources allocated to run the model assigned to the inference component.
24405 24406 24407 24408 24409 24410 24411 24412 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 24405 class InferenceComponentSpecificationSummary < Struct.new( :model_name, :container, :startup_parameters, :compute_resource_requirements) SENSITIVE = [] include Aws::Structure end |
#container ⇒ Types::InferenceComponentContainerSpecificationSummary
Details about the container that provides the runtime environment for the model that is deployed with the inference component.
24405 24406 24407 24408 24409 24410 24411 24412 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 24405 class InferenceComponentSpecificationSummary < Struct.new( :model_name, :container, :startup_parameters, :compute_resource_requirements) SENSITIVE = [] include Aws::Structure end |
#model_name ⇒ String
The name of the SageMaker model object that is deployed with the inference component.
24405 24406 24407 24408 24409 24410 24411 24412 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 24405 class InferenceComponentSpecificationSummary < Struct.new( :model_name, :container, :startup_parameters, :compute_resource_requirements) SENSITIVE = [] include Aws::Structure end |
#startup_parameters ⇒ Types::InferenceComponentStartupParameters
Settings that take effect while the model container starts up.
24405 24406 24407 24408 24409 24410 24411 24412 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 24405 class InferenceComponentSpecificationSummary < Struct.new( :model_name, :container, :startup_parameters, :compute_resource_requirements) SENSITIVE = [] include Aws::Structure end |