Uses of Class
software.amazon.awssdk.services.sagemaker.model.CreateNotebookInstanceLifecycleConfigRequest
-
Packages that use CreateNotebookInstanceLifecycleConfigRequest Package Description software.amazon.awssdk.services.sagemaker Provides APIs for creating and managing SageMaker resources.software.amazon.awssdk.services.sagemaker.transform -
-
Uses of CreateNotebookInstanceLifecycleConfigRequest in software.amazon.awssdk.services.sagemaker
Methods in software.amazon.awssdk.services.sagemaker with parameters of type CreateNotebookInstanceLifecycleConfigRequest Modifier and Type Method Description default CompletableFuture<CreateNotebookInstanceLifecycleConfigResponse>
SageMakerAsyncClient. createNotebookInstanceLifecycleConfig(CreateNotebookInstanceLifecycleConfigRequest createNotebookInstanceLifecycleConfigRequest)
Creates a lifecycle configuration that you can associate with a notebook instance.default CreateNotebookInstanceLifecycleConfigResponse
SageMakerClient. createNotebookInstanceLifecycleConfig(CreateNotebookInstanceLifecycleConfigRequest createNotebookInstanceLifecycleConfigRequest)
Creates a lifecycle configuration that you can associate with a notebook instance. -
Uses of CreateNotebookInstanceLifecycleConfigRequest in software.amazon.awssdk.services.sagemaker.transform
Methods in software.amazon.awssdk.services.sagemaker.transform with parameters of type CreateNotebookInstanceLifecycleConfigRequest Modifier and Type Method Description SdkHttpFullRequest
CreateNotebookInstanceLifecycleConfigRequestMarshaller. marshall(CreateNotebookInstanceLifecycleConfigRequest createNotebookInstanceLifecycleConfigRequest)
-