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()This parameter is no longer supported.List<NotebookInstanceAcceleratorType>DescribeNotebookInstanceResponse. acceleratorTypes()This parameter is no longer supported.List<NotebookInstanceAcceleratorType>UpdateNotebookInstanceRequest. acceleratorTypes()This parameter is no longer supported.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)This parameter is no longer supported.DescribeNotebookInstanceResponse.BuilderDescribeNotebookInstanceResponse.Builder. acceleratorTypes(NotebookInstanceAcceleratorType... acceleratorTypes)This parameter is no longer supported.UpdateNotebookInstanceRequest.BuilderUpdateNotebookInstanceRequest.Builder. acceleratorTypes(NotebookInstanceAcceleratorType... acceleratorTypes)This parameter is no longer supported.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)This parameter is no longer supported.DescribeNotebookInstanceResponse.BuilderDescribeNotebookInstanceResponse.Builder. acceleratorTypes(Collection<NotebookInstanceAcceleratorType> acceleratorTypes)This parameter is no longer supported.UpdateNotebookInstanceRequest.BuilderUpdateNotebookInstanceRequest.Builder. acceleratorTypes(Collection<NotebookInstanceAcceleratorType> acceleratorTypes)This parameter is no longer supported.
-