Class: Aws::SageMaker::Types::RealTimeInferenceConfig

Inherits:
Struct
  • Object
show all
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 Attribute Details

#instance_countInteger

The number of instances of the type specified by InstanceType.

Returns:

  • (Integer)


36663
36664
36665
36666
36667
36668
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 36663

class RealTimeInferenceConfig < Struct.new(
  :instance_type,
  :instance_count)
  SENSITIVE = []
  include Aws::Structure
end

#instance_typeString

The instance type the model is deployed to.

Returns:

  • (String)


36663
36664
36665
36666
36667
36668
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 36663

class RealTimeInferenceConfig < Struct.new(
  :instance_type,
  :instance_count)
  SENSITIVE = []
  include Aws::Structure
end