Uses of Class
software.amazon.awssdk.services.sagemaker.model.Phase
-
Packages that use Phase Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of Phase in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type Phase Modifier and Type Method Description List<Phase>TrafficPattern. phases()Defines the phases traffic specification.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type Phase Modifier and Type Method Description TrafficPattern.BuilderTrafficPattern.Builder. phases(Phase... phases)Defines the phases traffic specification.Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type Phase Modifier and Type Method Description TrafficPattern.BuilderTrafficPattern.Builder. phases(Collection<Phase> phases)Defines the phases traffic specification.
-