Class: Aws::SageMaker::Types::PendingDeploymentSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::PendingDeploymentSummary
- Includes:
- Aws::Structure
- Defined in:
- 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] objects, one for each model hosted behind this endpoint for the in-progress deployment.
-
#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.
-
#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.
36118 36119 36120 36121 36122 36123 36124 36125 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 36118 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.
[1]: docs.aws.amazon.com/sagemaker/latest/APIReference/API_PendingProductionVariantSummary.html
36118 36119 36120 36121 36122 36123 36124 36125 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 36118 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.
[1]: docs.aws.amazon.com/sagemaker/latest/APIReference/API_PendingProductionVariantSummary.html
36118 36119 36120 36121 36122 36123 36124 36125 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 36118 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.
36118 36119 36120 36121 36122 36123 36124 36125 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 36118 class PendingDeploymentSummary < Struct.new( :endpoint_config_name, :production_variants, :start_time, :shadow_production_variants) SENSITIVE = [] include Aws::Structure end |