Class: Aws::SageMaker::Types::RealTimeInferenceConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::RealTimeInferenceConfig
- Includes:
- Aws::Structure
- Defined in:
- 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`.
38687 38688 38689 38690 38691 38692 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 38687 class RealTimeInferenceConfig < Struct.new( :instance_type, :instance_count) SENSITIVE = [] include Aws::Structure end |
#instance_type ⇒ String
The instance type the model is deployed to.
38687 38688 38689 38690 38691 38692 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 38687 class RealTimeInferenceConfig < Struct.new( :instance_type, :instance_count) SENSITIVE = [] include Aws::Structure end |