Uses of Class
software.amazon.awssdk.services.sagemaker.model.InstanceType
-
Packages that use InstanceType Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of InstanceType in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return InstanceType Modifier and Type Method Description static InstanceTypeInstanceType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.InstanceTypeCreateNotebookInstanceRequest. instanceType()The type of ML compute instance to launch for the notebook instance.InstanceTypeDescribeNotebookInstanceResponse. instanceType()The type of ML compute instance running on the notebook instance.InstanceTypeNotebookInstanceSummary. instanceType()The type of ML compute instance that the notebook instance is running on.InstanceTypeRealTimeInferenceConfig. instanceType()The instance type the model is deployed to.InstanceTypeUpdateNotebookInstanceRequest. instanceType()The Amazon ML compute instance type.static InstanceTypeInstanceType. valueOf(String name)Returns the enum constant of this type with the specified name.static InstanceType[]InstanceType. 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 InstanceType Modifier and Type Method Description static Set<InstanceType>InstanceType. knownValues()Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type InstanceType Modifier and Type Method Description CreateNotebookInstanceRequest.BuilderCreateNotebookInstanceRequest.Builder. instanceType(InstanceType instanceType)The type of ML compute instance to launch for the notebook instance.DescribeNotebookInstanceResponse.BuilderDescribeNotebookInstanceResponse.Builder. instanceType(InstanceType instanceType)The type of ML compute instance running on the notebook instance.NotebookInstanceSummary.BuilderNotebookInstanceSummary.Builder. instanceType(InstanceType instanceType)The type of ML compute instance that the notebook instance is running on.RealTimeInferenceConfig.BuilderRealTimeInferenceConfig.Builder. instanceType(InstanceType instanceType)The instance type the model is deployed to.UpdateNotebookInstanceRequest.BuilderUpdateNotebookInstanceRequest.Builder. instanceType(InstanceType instanceType)The Amazon ML compute instance type.
-