Class: Aws::SageMaker::Types::PendingDeploymentSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::PendingDeploymentSummary
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
The summary of an in-progress deployment when an endpoint is creating or updating with a new endpoint configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#endpoint_config_name ⇒ String
The name of the endpoint configuration used in the deployment.
-
#production_variants ⇒ Array<Types::PendingProductionVariantSummary>
An array of [PendingProductionVariantSummary][1] objects, one for each model hosted behind this endpoint for the in-progress deployment.
-
#shadow_production_variants ⇒ Array<Types::PendingProductionVariantSummary>
An array of [PendingProductionVariantSummary][1] objects, one for each model hosted behind this endpoint in shadow mode with production traffic replicated from the model specified on
ProductionVariants
for the in-progress deployment. -
#start_time ⇒ Time
The start time of the deployment.
Instance Attribute Details
#endpoint_config_name ⇒ String
The name of the endpoint configuration used in the deployment.
36220 36221 36222 36223 36224 36225 36226 36227 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 36220 class PendingDeploymentSummary < Struct.new( :endpoint_config_name, :production_variants, :start_time, :shadow_production_variants) SENSITIVE = [] include Aws::Structure end |
#production_variants ⇒ Array<Types::PendingProductionVariantSummary>
An array of PendingProductionVariantSummary objects, one for each model hosted behind this endpoint for the in-progress deployment.
36220 36221 36222 36223 36224 36225 36226 36227 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 36220 class PendingDeploymentSummary < Struct.new( :endpoint_config_name, :production_variants, :start_time, :shadow_production_variants) SENSITIVE = [] include Aws::Structure end |
#shadow_production_variants ⇒ Array<Types::PendingProductionVariantSummary>
An array of PendingProductionVariantSummary objects, one for
each model hosted behind this endpoint in shadow mode with
production traffic replicated from the model specified on
ProductionVariants
for the in-progress deployment.
36220 36221 36222 36223 36224 36225 36226 36227 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 36220 class PendingDeploymentSummary < Struct.new( :endpoint_config_name, :production_variants, :start_time, :shadow_production_variants) SENSITIVE = [] include Aws::Structure end |
#start_time ⇒ Time
The start time of the deployment.
36220 36221 36222 36223 36224 36225 36226 36227 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 36220 class PendingDeploymentSummary < Struct.new( :endpoint_config_name, :production_variants, :start_time, :shadow_production_variants) SENSITIVE = [] include Aws::Structure end |