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

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

#instance_countInteger

The number of instances of the type specified by ‘InstanceType`.

Returns:

  • (Integer)


36693
36694
36695
36696
36697
36698
# File 'lib/aws-sdk-sagemaker/types.rb', line 36693

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)


36693
36694
36695
36696
36697
36698
# File 'lib/aws-sdk-sagemaker/types.rb', line 36693

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