class Aws::SageMaker::Types::TrafficRoutingConfig

Currently, the `TrafficRoutingConfig` API is not supported.

@note When making an API call, you may pass TrafficRoutingConfig

data as a hash:

    {
      type: "ALL_AT_ONCE", # required, accepts ALL_AT_ONCE, CANARY
      wait_interval_in_seconds: 1, # required
      canary_size: {
        type: "INSTANCE_COUNT", # required, accepts INSTANCE_COUNT, CAPACITY_PERCENT
        value: 1, # required
      },
    }

@!attribute [rw] type

@return [String]

@!attribute [rw] wait_interval_in_seconds

@return [Integer]

@!attribute [rw] canary_size

@return [Types::CapacitySize]

@see docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/TrafficRoutingConfig AWS API Documentation

Constants

SENSITIVE