Class: Aws::SageMaker::Types::RealTimeInferenceConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::RealTimeInferenceConfig
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
The infrastructure configuration for deploying the model to a real-time inference endpoint.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#instance_count ⇒ Integer
The number of instances of the type specified by
InstanceType
. -
#instance_type ⇒ String
The instance type the model is deployed to.
Instance Attribute Details
#instance_count ⇒ Integer
The number of instances of the type specified by InstanceType
.
40571 40572 40573 40574 40575 40576 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 40571 class RealTimeInferenceConfig < Struct.new( :instance_type, :instance_count) SENSITIVE = [] include Aws::Structure end |
#instance_type ⇒ String
The instance type the model is deployed to.
40571 40572 40573 40574 40575 40576 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 40571 class RealTimeInferenceConfig < Struct.new( :instance_type, :instance_count) SENSITIVE = [] include Aws::Structure end |