Uses of Class
software.amazon.awssdk.services.sagemaker.model.OptimizationJobDeploymentInstanceType
-
Packages that use OptimizationJobDeploymentInstanceType Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of OptimizationJobDeploymentInstanceType in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return OptimizationJobDeploymentInstanceType Modifier and Type Method Description OptimizationJobDeploymentInstanceTypeCreateOptimizationJobRequest. deploymentInstanceType()The type of instance that hosts the optimized model that you create with the optimization job.OptimizationJobDeploymentInstanceTypeDescribeOptimizationJobResponse. deploymentInstanceType()The type of instance that hosts the optimized model that you create with the optimization job.OptimizationJobDeploymentInstanceTypeOptimizationJobSummary. deploymentInstanceType()The type of instance that hosts the optimized model that you create with the optimization job.static OptimizationJobDeploymentInstanceTypeOptimizationJobDeploymentInstanceType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static OptimizationJobDeploymentInstanceTypeOptimizationJobDeploymentInstanceType. valueOf(String name)Returns the enum constant of this type with the specified name.static OptimizationJobDeploymentInstanceType[]OptimizationJobDeploymentInstanceType. 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 OptimizationJobDeploymentInstanceType Modifier and Type Method Description static Set<OptimizationJobDeploymentInstanceType>OptimizationJobDeploymentInstanceType. knownValues()Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type OptimizationJobDeploymentInstanceType Modifier and Type Method Description CreateOptimizationJobRequest.BuilderCreateOptimizationJobRequest.Builder. deploymentInstanceType(OptimizationJobDeploymentInstanceType deploymentInstanceType)The type of instance that hosts the optimized model that you create with the optimization job.DescribeOptimizationJobResponse.BuilderDescribeOptimizationJobResponse.Builder. deploymentInstanceType(OptimizationJobDeploymentInstanceType deploymentInstanceType)The type of instance that hosts the optimized model that you create with the optimization job.OptimizationJobSummary.BuilderOptimizationJobSummary.Builder. deploymentInstanceType(OptimizationJobDeploymentInstanceType deploymentInstanceType)The type of instance that hosts the optimized model that you create with the optimization job.
-