Uses of Class
software.amazon.awssdk.services.sagemaker.model.DirectInternetAccess
-
Packages that use DirectInternetAccess Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of DirectInternetAccess in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return DirectInternetAccess Modifier and Type Method Description DirectInternetAccessCreateNotebookInstanceRequest. directInternetAccess()Sets whether SageMaker AI provides internet access to the notebook instance.DirectInternetAccessDescribeNotebookInstanceResponse. directInternetAccess()Describes whether SageMaker AI provides internet access to the notebook instance.static DirectInternetAccessDirectInternetAccess. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static DirectInternetAccessDirectInternetAccess. valueOf(String name)Returns the enum constant of this type with the specified name.static DirectInternetAccess[]DirectInternetAccess. 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 DirectInternetAccess Modifier and Type Method Description static Set<DirectInternetAccess>DirectInternetAccess. knownValues()Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type DirectInternetAccess Modifier and Type Method Description CreateNotebookInstanceRequest.BuilderCreateNotebookInstanceRequest.Builder. directInternetAccess(DirectInternetAccess directInternetAccess)Sets whether SageMaker AI provides internet access to the notebook instance.DescribeNotebookInstanceResponse.BuilderDescribeNotebookInstanceResponse.Builder. directInternetAccess(DirectInternetAccess directInternetAccess)Describes whether SageMaker AI provides internet access to the notebook instance.
-