Class: Aws::SageMaker::Types::ProductionVariantServerlessConfig

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb

Overview

Specifies the serverless configuration for an endpoint variant.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_concurrencyInteger

The maximum number of concurrent invocations your serverless endpoint can process.

Returns:

  • (Integer)


35558
35559
35560
35561
35562
35563
35564
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 35558

class ProductionVariantServerlessConfig < Struct.new(
  :memory_size_in_mb,
  :max_concurrency,
  :provisioned_concurrency)
  SENSITIVE = []
  include Aws::Structure
end

#memory_size_in_mbInteger

The memory size of your serverless endpoint. Valid values are in 1 GB increments: 1024 MB, 2048 MB, 3072 MB, 4096 MB, 5120 MB, or 6144 MB.

Returns:

  • (Integer)


35558
35559
35560
35561
35562
35563
35564
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 35558

class ProductionVariantServerlessConfig < Struct.new(
  :memory_size_in_mb,
  :max_concurrency,
  :provisioned_concurrency)
  SENSITIVE = []
  include Aws::Structure
end

#provisioned_concurrencyInteger

The amount of provisioned concurrency to allocate for the serverless endpoint. Should be less than or equal to MaxConcurrency.

This field is not supported for serverless endpoint recommendations for Inference Recommender jobs. For more information about creating an Inference Recommender job, see CreateInferenceRecommendationsJobs.

Returns:

  • (Integer)


35558
35559
35560
35561
35562
35563
35564
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 35558

class ProductionVariantServerlessConfig < Struct.new(
  :memory_size_in_mb,
  :max_concurrency,
  :provisioned_concurrency)
  SENSITIVE = []
  include Aws::Structure
end