Uses of Class
software.amazon.awssdk.services.sagemaker.model.CreateSpaceResponse
-
Packages that use CreateSpaceResponse Package Description software.amazon.awssdk.services.sagemaker Provides APIs for creating and managing SageMaker resources. -
-
Uses of CreateSpaceResponse in software.amazon.awssdk.services.sagemaker
Methods in software.amazon.awssdk.services.sagemaker that return CreateSpaceResponse Modifier and Type Method Description default CreateSpaceResponseSageMakerClient. createSpace(Consumer<CreateSpaceRequest.Builder> createSpaceRequest)Creates a private space or a space used for real time collaboration in a domain.default CreateSpaceResponseSageMakerClient. createSpace(CreateSpaceRequest createSpaceRequest)Creates a private space or a space used for real time collaboration in a domain.Methods in software.amazon.awssdk.services.sagemaker that return types with arguments of type CreateSpaceResponse Modifier and Type Method Description default CompletableFuture<CreateSpaceResponse>SageMakerAsyncClient. createSpace(Consumer<CreateSpaceRequest.Builder> createSpaceRequest)Creates a private space or a space used for real time collaboration in a domain.default CompletableFuture<CreateSpaceResponse>SageMakerAsyncClient. createSpace(CreateSpaceRequest createSpaceRequest)Creates a private space or a space used for real time collaboration in a domain.
-