Uses of Class
software.amazon.awssdk.services.sagemaker.model.InstanceMetadataServiceConfiguration
-
Packages that use InstanceMetadataServiceConfiguration Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of InstanceMetadataServiceConfiguration in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return InstanceMetadataServiceConfiguration Modifier and Type Method Description InstanceMetadataServiceConfigurationCreateNotebookInstanceRequest. instanceMetadataServiceConfiguration()Information on the IMDS configuration of the notebook instanceInstanceMetadataServiceConfigurationDescribeNotebookInstanceResponse. instanceMetadataServiceConfiguration()Information on the IMDS configuration of the notebook instanceInstanceMetadataServiceConfigurationUpdateNotebookInstanceRequest. instanceMetadataServiceConfiguration()Information on the IMDS configuration of the notebook instanceMethods in software.amazon.awssdk.services.sagemaker.model with parameters of type InstanceMetadataServiceConfiguration Modifier and Type Method Description CreateNotebookInstanceRequest.BuilderCreateNotebookInstanceRequest.Builder. instanceMetadataServiceConfiguration(InstanceMetadataServiceConfiguration instanceMetadataServiceConfiguration)Information on the IMDS configuration of the notebook instanceDescribeNotebookInstanceResponse.BuilderDescribeNotebookInstanceResponse.Builder. instanceMetadataServiceConfiguration(InstanceMetadataServiceConfiguration instanceMetadataServiceConfiguration)Information on the IMDS configuration of the notebook instanceUpdateNotebookInstanceRequest.BuilderUpdateNotebookInstanceRequest.Builder. instanceMetadataServiceConfiguration(InstanceMetadataServiceConfiguration instanceMetadataServiceConfiguration)Information on the IMDS configuration of the notebook instance
-