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 DirectInternetAccess
CreateNotebookInstanceRequest. directInternetAccess()
Sets whether SageMaker AI provides internet access to the notebook instance.DirectInternetAccess
DescribeNotebookInstanceResponse. directInternetAccess()
Describes whether SageMaker AI provides internet access to the notebook instance.static DirectInternetAccess
DirectInternetAccess. fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.static DirectInternetAccess
DirectInternetAccess. 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.Builder
CreateNotebookInstanceRequest.Builder. directInternetAccess(DirectInternetAccess directInternetAccess)
Sets whether SageMaker AI provides internet access to the notebook instance.DescribeNotebookInstanceResponse.Builder
DescribeNotebookInstanceResponse.Builder. directInternetAccess(DirectInternetAccess directInternetAccess)
Describes whether SageMaker AI provides internet access to the notebook instance.
-