Uses of Class
software.amazon.awssdk.services.sagemaker.model.NotebookInstanceAcceleratorType
-
Packages that use NotebookInstanceAcceleratorType Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of NotebookInstanceAcceleratorType in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return NotebookInstanceAcceleratorType Modifier and Type Method Description static NotebookInstanceAcceleratorTypeNotebookInstanceAcceleratorType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static NotebookInstanceAcceleratorTypeNotebookInstanceAcceleratorType. valueOf(String name)Returns the enum constant of this type with the specified name.static NotebookInstanceAcceleratorType[]NotebookInstanceAcceleratorType. 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 NotebookInstanceAcceleratorType Modifier and Type Method Description List<NotebookInstanceAcceleratorType>CreateNotebookInstanceRequest. acceleratorTypes()A list of Elastic Inference (EI) instance types to associate with this notebook instance.List<NotebookInstanceAcceleratorType>DescribeNotebookInstanceResponse. acceleratorTypes()A list of the Elastic Inference (EI) instance types associated with this notebook instance.List<NotebookInstanceAcceleratorType>UpdateNotebookInstanceRequest. acceleratorTypes()A list of the Elastic Inference (EI) instance types to associate with this notebook instance.static Set<NotebookInstanceAcceleratorType>NotebookInstanceAcceleratorType. knownValues()Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type NotebookInstanceAcceleratorType Modifier and Type Method Description CreateNotebookInstanceRequest.BuilderCreateNotebookInstanceRequest.Builder. acceleratorTypes(NotebookInstanceAcceleratorType... acceleratorTypes)A list of Elastic Inference (EI) instance types to associate with this notebook instance.DescribeNotebookInstanceResponse.BuilderDescribeNotebookInstanceResponse.Builder. acceleratorTypes(NotebookInstanceAcceleratorType... acceleratorTypes)A list of the Elastic Inference (EI) instance types associated with this notebook instance.UpdateNotebookInstanceRequest.BuilderUpdateNotebookInstanceRequest.Builder. acceleratorTypes(NotebookInstanceAcceleratorType... acceleratorTypes)A list of the Elastic Inference (EI) instance types to associate with this notebook instance.Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type NotebookInstanceAcceleratorType Modifier and Type Method Description CreateNotebookInstanceRequest.BuilderCreateNotebookInstanceRequest.Builder. acceleratorTypes(Collection<NotebookInstanceAcceleratorType> acceleratorTypes)A list of Elastic Inference (EI) instance types to associate with this notebook instance.DescribeNotebookInstanceResponse.BuilderDescribeNotebookInstanceResponse.Builder. acceleratorTypes(Collection<NotebookInstanceAcceleratorType> acceleratorTypes)A list of the Elastic Inference (EI) instance types associated with this notebook instance.UpdateNotebookInstanceRequest.BuilderUpdateNotebookInstanceRequest.Builder. acceleratorTypes(Collection<NotebookInstanceAcceleratorType> acceleratorTypes)A list of the Elastic Inference (EI) instance types to associate with this notebook instance.
-