Class: Aws::SageMaker::Types::PendingDeploymentSummary

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

Instance Attribute Details

#endpoint_config_nameString

The name of the endpoint configuration used in the deployment.

Returns:

  • (String)


34155
34156
34157
34158
34159
34160
34161
34162
# File 'lib/aws-sdk-sagemaker/types.rb', line 34155

class PendingDeploymentSummary < Struct.new(
  :endpoint_config_name,
  :production_variants,
  :start_time,
  :shadow_production_variants)
  SENSITIVE = []
  include Aws::Structure
end

#production_variantsArray<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



34155
34156
34157
34158
34159
34160
34161
34162
# File 'lib/aws-sdk-sagemaker/types.rb', line 34155

class PendingDeploymentSummary < Struct.new(
  :endpoint_config_name,
  :production_variants,
  :start_time,
  :shadow_production_variants)
  SENSITIVE = []
  include Aws::Structure
end

#shadow_production_variantsArray<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



34155
34156
34157
34158
34159
34160
34161
34162
# File 'lib/aws-sdk-sagemaker/types.rb', line 34155

class PendingDeploymentSummary < Struct.new(
  :endpoint_config_name,
  :production_variants,
  :start_time,
  :shadow_production_variants)
  SENSITIVE = []
  include Aws::Structure
end

#start_timeTime

The start time of the deployment.

Returns:

  • (Time)


34155
34156
34157
34158
34159
34160
34161
34162
# File 'lib/aws-sdk-sagemaker/types.rb', line 34155

class PendingDeploymentSummary < Struct.new(
  :endpoint_config_name,
  :production_variants,
  :start_time,
  :shadow_production_variants)
  SENSITIVE = []
  include Aws::Structure
end