| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
TrafficPattern |
TrafficPattern.clone() |
TrafficPattern |
RecommendationJobInputConfig.getTrafficPattern()
Specifies the traffic pattern of the job.
|
TrafficPattern |
TrafficPattern.withPhases(Collection<Phase> phases)
Defines the phases traffic specification.
|
TrafficPattern |
TrafficPattern.withPhases(Phase... phases)
Defines the phases traffic specification.
|
TrafficPattern |
TrafficPattern.withStairs(Stairs stairs)
Defines the stairs traffic pattern.
|
TrafficPattern |
TrafficPattern.withTrafficType(String trafficType)
Defines the traffic patterns.
|
TrafficPattern |
TrafficPattern.withTrafficType(TrafficType trafficType)
Defines the traffic patterns.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RecommendationJobInputConfig.setTrafficPattern(TrafficPattern trafficPattern)
Specifies the traffic pattern of the job.
|
RecommendationJobInputConfig |
RecommendationJobInputConfig.withTrafficPattern(TrafficPattern trafficPattern)
Specifies the traffic pattern of the job.
|
Copyright © 2024. All rights reserved.