Uses of Class
software.amazon.awssdk.services.sagemaker.model.ProcessingInstanceType
-
Packages that use ProcessingInstanceType Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of ProcessingInstanceType in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return ProcessingInstanceType Modifier and Type Method Description static ProcessingInstanceTypeProcessingInstanceType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ProcessingInstanceTypeDebugRuleConfiguration. instanceType()The instance type to deploy a custom rule for debugging a training job.ProcessingInstanceTypeMonitoringClusterConfig. instanceType()The ML compute instance type for the processing job.ProcessingInstanceTypeProcessingClusterConfig. instanceType()The ML compute instance type for the processing job.ProcessingInstanceTypeProfilerRuleConfiguration. instanceType()The instance type to deploy a custom rule for profiling a training job.static ProcessingInstanceTypeProcessingInstanceType. valueOf(String name)Returns the enum constant of this type with the specified name.static ProcessingInstanceType[]ProcessingInstanceType. 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 ProcessingInstanceType Modifier and Type Method Description static Set<ProcessingInstanceType>ProcessingInstanceType. knownValues()Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type ProcessingInstanceType Modifier and Type Method Description DebugRuleConfiguration.BuilderDebugRuleConfiguration.Builder. instanceType(ProcessingInstanceType instanceType)The instance type to deploy a custom rule for debugging a training job.MonitoringClusterConfig.BuilderMonitoringClusterConfig.Builder. instanceType(ProcessingInstanceType instanceType)The ML compute instance type for the processing job.ProcessingClusterConfig.BuilderProcessingClusterConfig.Builder. instanceType(ProcessingInstanceType instanceType)The ML compute instance type for the processing job.ProfilerRuleConfiguration.BuilderProfilerRuleConfiguration.Builder. instanceType(ProcessingInstanceType instanceType)The instance type to deploy a custom rule for profiling a training job.
-