Uses of Class
software.amazon.awssdk.services.sagemaker.model.TrainingInstanceType
-
Packages that use TrainingInstanceType Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of TrainingInstanceType in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return TrainingInstanceType Modifier and Type Method Description static TrainingInstanceTypeTrainingInstanceType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.TrainingInstanceTypeHyperParameterTuningInstanceConfig. instanceType()The instance type used for processing of hyperparameter optimization jobs.TrainingInstanceTypeHyperParameterTuningResourceConfig. instanceType()The instance type used to run hyperparameter optimization tuning jobs.TrainingInstanceTypeInstanceGroup. instanceType()Specifies the instance type of the instance group.TrainingInstanceTypeResourceConfig. instanceType()The ML compute instance type.static TrainingInstanceTypeTrainingInstanceType. valueOf(String name)Returns the enum constant of this type with the specified name.static TrainingInstanceType[]TrainingInstanceType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type TrainingInstanceType Modifier and Type Method Description static Set<TrainingInstanceType>TrainingInstanceType. knownValues()List<TrainingInstanceType>TrainingSpecification. supportedTrainingInstanceTypes()A list of the instance types that this algorithm can use for training.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type TrainingInstanceType Modifier and Type Method Description HyperParameterTuningInstanceConfig.BuilderHyperParameterTuningInstanceConfig.Builder. instanceType(TrainingInstanceType instanceType)The instance type used for processing of hyperparameter optimization jobs.HyperParameterTuningResourceConfig.BuilderHyperParameterTuningResourceConfig.Builder. instanceType(TrainingInstanceType instanceType)The instance type used to run hyperparameter optimization tuning jobs.InstanceGroup.BuilderInstanceGroup.Builder. instanceType(TrainingInstanceType instanceType)Specifies the instance type of the instance group.ResourceConfig.BuilderResourceConfig.Builder. instanceType(TrainingInstanceType instanceType)The ML compute instance type.TrainingSpecification.BuilderTrainingSpecification.Builder. supportedTrainingInstanceTypes(TrainingInstanceType... supportedTrainingInstanceTypes)A list of the instance types that this algorithm can use for training.Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type TrainingInstanceType Modifier and Type Method Description TrainingSpecification.BuilderTrainingSpecification.Builder. supportedTrainingInstanceTypes(Collection<TrainingInstanceType> supportedTrainingInstanceTypes)A list of the instance types that this algorithm can use for training.
-