Uses of Class
software.amazon.awssdk.services.sagemaker.model.NotebookInstanceStatus
-
Packages that use NotebookInstanceStatus Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of NotebookInstanceStatus in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return NotebookInstanceStatus Modifier and Type Method Description static NotebookInstanceStatusNotebookInstanceStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.NotebookInstanceStatusDescribeNotebookInstanceResponse. notebookInstanceStatus()The status of the notebook instance.NotebookInstanceStatusNotebookInstanceSummary. notebookInstanceStatus()The status of the notebook instance.NotebookInstanceStatusListNotebookInstancesRequest. statusEquals()A filter that returns only notebook instances with the specified status.static NotebookInstanceStatusNotebookInstanceStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static NotebookInstanceStatus[]NotebookInstanceStatus. 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 NotebookInstanceStatus Modifier and Type Method Description static Set<NotebookInstanceStatus>NotebookInstanceStatus. knownValues()Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type NotebookInstanceStatus Modifier and Type Method Description DescribeNotebookInstanceResponse.BuilderDescribeNotebookInstanceResponse.Builder. notebookInstanceStatus(NotebookInstanceStatus notebookInstanceStatus)The status of the notebook instance.NotebookInstanceSummary.BuilderNotebookInstanceSummary.Builder. notebookInstanceStatus(NotebookInstanceStatus notebookInstanceStatus)The status of the notebook instance.ListNotebookInstancesRequest.BuilderListNotebookInstancesRequest.Builder. statusEquals(NotebookInstanceStatus statusEquals)A filter that returns only notebook instances with the specified status.
-