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

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

Instance Attribute Details

#endpoint_config_nameString

The name of the endpoint configuration used in the deployment.

Returns:

  • (String)


34125
34126
34127
34128
34129
34130
34131
34132
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 34125

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.



34125
34126
34127
34128
34129
34130
34131
34132
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 34125

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.



34125
34126
34127
34128
34129
34130
34131
34132
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 34125

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)


34125
34126
34127
34128
34129
34130
34131
34132
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 34125

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