All Downloads are FREE. Search and download functionalities are using the official Maven repository.

software.amazon.awssdk.services.sagemaker.SageMakerAsyncClient Maven / Gradle / Ivy

Go to download

The AWS Java SDK for Amazon SageMaker module holds the client classes that are used for communicating with Amazon SageMaker Service

There is a newer version: 2.30.1
Show newest version
/*
 * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 * 
 * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with
 * the License. A copy of the License is located at
 * 
 * http://aws.amazon.com/apache2.0
 * 
 * or in the "license" file accompanying this file. This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
 * CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions
 * and limitations under the License.
 */

package software.amazon.awssdk.services.sagemaker;

import java.util.concurrent.CompletableFuture;
import java.util.function.Consumer;
import software.amazon.awssdk.annotations.Generated;
import software.amazon.awssdk.core.SdkClient;
import software.amazon.awssdk.services.sagemaker.model.AddAssociationRequest;
import software.amazon.awssdk.services.sagemaker.model.AddAssociationResponse;
import software.amazon.awssdk.services.sagemaker.model.AddTagsRequest;
import software.amazon.awssdk.services.sagemaker.model.AddTagsResponse;
import software.amazon.awssdk.services.sagemaker.model.AssociateTrialComponentRequest;
import software.amazon.awssdk.services.sagemaker.model.AssociateTrialComponentResponse;
import software.amazon.awssdk.services.sagemaker.model.CreateActionRequest;
import software.amazon.awssdk.services.sagemaker.model.CreateActionResponse;
import software.amazon.awssdk.services.sagemaker.model.CreateAlgorithmRequest;
import software.amazon.awssdk.services.sagemaker.model.CreateAlgorithmResponse;
import software.amazon.awssdk.services.sagemaker.model.CreateAppImageConfigRequest;
import software.amazon.awssdk.services.sagemaker.model.CreateAppImageConfigResponse;
import software.amazon.awssdk.services.sagemaker.model.CreateAppRequest;
import software.amazon.awssdk.services.sagemaker.model.CreateAppResponse;
import software.amazon.awssdk.services.sagemaker.model.CreateArtifactRequest;
import software.amazon.awssdk.services.sagemaker.model.CreateArtifactResponse;
import software.amazon.awssdk.services.sagemaker.model.CreateAutoMlJobRequest;
import software.amazon.awssdk.services.sagemaker.model.CreateAutoMlJobResponse;
import software.amazon.awssdk.services.sagemaker.model.CreateCodeRepositoryRequest;
import software.amazon.awssdk.services.sagemaker.model.CreateCodeRepositoryResponse;
import software.amazon.awssdk.services.sagemaker.model.CreateCompilationJobRequest;
import software.amazon.awssdk.services.sagemaker.model.CreateCompilationJobResponse;
import software.amazon.awssdk.services.sagemaker.model.CreateContextRequest;
import software.amazon.awssdk.services.sagemaker.model.CreateContextResponse;
import software.amazon.awssdk.services.sagemaker.model.CreateDataQualityJobDefinitionRequest;
import software.amazon.awssdk.services.sagemaker.model.CreateDataQualityJobDefinitionResponse;
import software.amazon.awssdk.services.sagemaker.model.CreateDeviceFleetRequest;
import software.amazon.awssdk.services.sagemaker.model.CreateDeviceFleetResponse;
import software.amazon.awssdk.services.sagemaker.model.CreateDomainRequest;
import software.amazon.awssdk.services.sagemaker.model.CreateDomainResponse;
import software.amazon.awssdk.services.sagemaker.model.CreateEdgePackagingJobRequest;
import software.amazon.awssdk.services.sagemaker.model.CreateEdgePackagingJobResponse;
import software.amazon.awssdk.services.sagemaker.model.CreateEndpointConfigRequest;
import software.amazon.awssdk.services.sagemaker.model.CreateEndpointConfigResponse;
import software.amazon.awssdk.services.sagemaker.model.CreateEndpointRequest;
import software.amazon.awssdk.services.sagemaker.model.CreateEndpointResponse;
import software.amazon.awssdk.services.sagemaker.model.CreateExperimentRequest;
import software.amazon.awssdk.services.sagemaker.model.CreateExperimentResponse;
import software.amazon.awssdk.services.sagemaker.model.CreateFeatureGroupRequest;
import software.amazon.awssdk.services.sagemaker.model.CreateFeatureGroupResponse;
import software.amazon.awssdk.services.sagemaker.model.CreateFlowDefinitionRequest;
import software.amazon.awssdk.services.sagemaker.model.CreateFlowDefinitionResponse;
import software.amazon.awssdk.services.sagemaker.model.CreateHumanTaskUiRequest;
import software.amazon.awssdk.services.sagemaker.model.CreateHumanTaskUiResponse;
import software.amazon.awssdk.services.sagemaker.model.CreateHyperParameterTuningJobRequest;
import software.amazon.awssdk.services.sagemaker.model.CreateHyperParameterTuningJobResponse;
import software.amazon.awssdk.services.sagemaker.model.CreateImageRequest;
import software.amazon.awssdk.services.sagemaker.model.CreateImageResponse;
import software.amazon.awssdk.services.sagemaker.model.CreateImageVersionRequest;
import software.amazon.awssdk.services.sagemaker.model.CreateImageVersionResponse;
import software.amazon.awssdk.services.sagemaker.model.CreateLabelingJobRequest;
import software.amazon.awssdk.services.sagemaker.model.CreateLabelingJobResponse;
import software.amazon.awssdk.services.sagemaker.model.CreateModelBiasJobDefinitionRequest;
import software.amazon.awssdk.services.sagemaker.model.CreateModelBiasJobDefinitionResponse;
import software.amazon.awssdk.services.sagemaker.model.CreateModelExplainabilityJobDefinitionRequest;
import software.amazon.awssdk.services.sagemaker.model.CreateModelExplainabilityJobDefinitionResponse;
import software.amazon.awssdk.services.sagemaker.model.CreateModelPackageGroupRequest;
import software.amazon.awssdk.services.sagemaker.model.CreateModelPackageGroupResponse;
import software.amazon.awssdk.services.sagemaker.model.CreateModelPackageRequest;
import software.amazon.awssdk.services.sagemaker.model.CreateModelPackageResponse;
import software.amazon.awssdk.services.sagemaker.model.CreateModelQualityJobDefinitionRequest;
import software.amazon.awssdk.services.sagemaker.model.CreateModelQualityJobDefinitionResponse;
import software.amazon.awssdk.services.sagemaker.model.CreateModelRequest;
import software.amazon.awssdk.services.sagemaker.model.CreateModelResponse;
import software.amazon.awssdk.services.sagemaker.model.CreateMonitoringScheduleRequest;
import software.amazon.awssdk.services.sagemaker.model.CreateMonitoringScheduleResponse;
import software.amazon.awssdk.services.sagemaker.model.CreateNotebookInstanceLifecycleConfigRequest;
import software.amazon.awssdk.services.sagemaker.model.CreateNotebookInstanceLifecycleConfigResponse;
import software.amazon.awssdk.services.sagemaker.model.CreateNotebookInstanceRequest;
import software.amazon.awssdk.services.sagemaker.model.CreateNotebookInstanceResponse;
import software.amazon.awssdk.services.sagemaker.model.CreatePipelineRequest;
import software.amazon.awssdk.services.sagemaker.model.CreatePipelineResponse;
import software.amazon.awssdk.services.sagemaker.model.CreatePresignedDomainUrlRequest;
import software.amazon.awssdk.services.sagemaker.model.CreatePresignedDomainUrlResponse;
import software.amazon.awssdk.services.sagemaker.model.CreatePresignedNotebookInstanceUrlRequest;
import software.amazon.awssdk.services.sagemaker.model.CreatePresignedNotebookInstanceUrlResponse;
import software.amazon.awssdk.services.sagemaker.model.CreateProcessingJobRequest;
import software.amazon.awssdk.services.sagemaker.model.CreateProcessingJobResponse;
import software.amazon.awssdk.services.sagemaker.model.CreateProjectRequest;
import software.amazon.awssdk.services.sagemaker.model.CreateProjectResponse;
import software.amazon.awssdk.services.sagemaker.model.CreateTrainingJobRequest;
import software.amazon.awssdk.services.sagemaker.model.CreateTrainingJobResponse;
import software.amazon.awssdk.services.sagemaker.model.CreateTransformJobRequest;
import software.amazon.awssdk.services.sagemaker.model.CreateTransformJobResponse;
import software.amazon.awssdk.services.sagemaker.model.CreateTrialComponentRequest;
import software.amazon.awssdk.services.sagemaker.model.CreateTrialComponentResponse;
import software.amazon.awssdk.services.sagemaker.model.CreateTrialRequest;
import software.amazon.awssdk.services.sagemaker.model.CreateTrialResponse;
import software.amazon.awssdk.services.sagemaker.model.CreateUserProfileRequest;
import software.amazon.awssdk.services.sagemaker.model.CreateUserProfileResponse;
import software.amazon.awssdk.services.sagemaker.model.CreateWorkforceRequest;
import software.amazon.awssdk.services.sagemaker.model.CreateWorkforceResponse;
import software.amazon.awssdk.services.sagemaker.model.CreateWorkteamRequest;
import software.amazon.awssdk.services.sagemaker.model.CreateWorkteamResponse;
import software.amazon.awssdk.services.sagemaker.model.DeleteActionRequest;
import software.amazon.awssdk.services.sagemaker.model.DeleteActionResponse;
import software.amazon.awssdk.services.sagemaker.model.DeleteAlgorithmRequest;
import software.amazon.awssdk.services.sagemaker.model.DeleteAlgorithmResponse;
import software.amazon.awssdk.services.sagemaker.model.DeleteAppImageConfigRequest;
import software.amazon.awssdk.services.sagemaker.model.DeleteAppImageConfigResponse;
import software.amazon.awssdk.services.sagemaker.model.DeleteAppRequest;
import software.amazon.awssdk.services.sagemaker.model.DeleteAppResponse;
import software.amazon.awssdk.services.sagemaker.model.DeleteArtifactRequest;
import software.amazon.awssdk.services.sagemaker.model.DeleteArtifactResponse;
import software.amazon.awssdk.services.sagemaker.model.DeleteAssociationRequest;
import software.amazon.awssdk.services.sagemaker.model.DeleteAssociationResponse;
import software.amazon.awssdk.services.sagemaker.model.DeleteCodeRepositoryRequest;
import software.amazon.awssdk.services.sagemaker.model.DeleteCodeRepositoryResponse;
import software.amazon.awssdk.services.sagemaker.model.DeleteContextRequest;
import software.amazon.awssdk.services.sagemaker.model.DeleteContextResponse;
import software.amazon.awssdk.services.sagemaker.model.DeleteDataQualityJobDefinitionRequest;
import software.amazon.awssdk.services.sagemaker.model.DeleteDataQualityJobDefinitionResponse;
import software.amazon.awssdk.services.sagemaker.model.DeleteDeviceFleetRequest;
import software.amazon.awssdk.services.sagemaker.model.DeleteDeviceFleetResponse;
import software.amazon.awssdk.services.sagemaker.model.DeleteDomainRequest;
import software.amazon.awssdk.services.sagemaker.model.DeleteDomainResponse;
import software.amazon.awssdk.services.sagemaker.model.DeleteEndpointConfigRequest;
import software.amazon.awssdk.services.sagemaker.model.DeleteEndpointConfigResponse;
import software.amazon.awssdk.services.sagemaker.model.DeleteEndpointRequest;
import software.amazon.awssdk.services.sagemaker.model.DeleteEndpointResponse;
import software.amazon.awssdk.services.sagemaker.model.DeleteExperimentRequest;
import software.amazon.awssdk.services.sagemaker.model.DeleteExperimentResponse;
import software.amazon.awssdk.services.sagemaker.model.DeleteFeatureGroupRequest;
import software.amazon.awssdk.services.sagemaker.model.DeleteFeatureGroupResponse;
import software.amazon.awssdk.services.sagemaker.model.DeleteFlowDefinitionRequest;
import software.amazon.awssdk.services.sagemaker.model.DeleteFlowDefinitionResponse;
import software.amazon.awssdk.services.sagemaker.model.DeleteHumanTaskUiRequest;
import software.amazon.awssdk.services.sagemaker.model.DeleteHumanTaskUiResponse;
import software.amazon.awssdk.services.sagemaker.model.DeleteImageRequest;
import software.amazon.awssdk.services.sagemaker.model.DeleteImageResponse;
import software.amazon.awssdk.services.sagemaker.model.DeleteImageVersionRequest;
import software.amazon.awssdk.services.sagemaker.model.DeleteImageVersionResponse;
import software.amazon.awssdk.services.sagemaker.model.DeleteModelBiasJobDefinitionRequest;
import software.amazon.awssdk.services.sagemaker.model.DeleteModelBiasJobDefinitionResponse;
import software.amazon.awssdk.services.sagemaker.model.DeleteModelExplainabilityJobDefinitionRequest;
import software.amazon.awssdk.services.sagemaker.model.DeleteModelExplainabilityJobDefinitionResponse;
import software.amazon.awssdk.services.sagemaker.model.DeleteModelPackageGroupPolicyRequest;
import software.amazon.awssdk.services.sagemaker.model.DeleteModelPackageGroupPolicyResponse;
import software.amazon.awssdk.services.sagemaker.model.DeleteModelPackageGroupRequest;
import software.amazon.awssdk.services.sagemaker.model.DeleteModelPackageGroupResponse;
import software.amazon.awssdk.services.sagemaker.model.DeleteModelPackageRequest;
import software.amazon.awssdk.services.sagemaker.model.DeleteModelPackageResponse;
import software.amazon.awssdk.services.sagemaker.model.DeleteModelQualityJobDefinitionRequest;
import software.amazon.awssdk.services.sagemaker.model.DeleteModelQualityJobDefinitionResponse;
import software.amazon.awssdk.services.sagemaker.model.DeleteModelRequest;
import software.amazon.awssdk.services.sagemaker.model.DeleteModelResponse;
import software.amazon.awssdk.services.sagemaker.model.DeleteMonitoringScheduleRequest;
import software.amazon.awssdk.services.sagemaker.model.DeleteMonitoringScheduleResponse;
import software.amazon.awssdk.services.sagemaker.model.DeleteNotebookInstanceLifecycleConfigRequest;
import software.amazon.awssdk.services.sagemaker.model.DeleteNotebookInstanceLifecycleConfigResponse;
import software.amazon.awssdk.services.sagemaker.model.DeleteNotebookInstanceRequest;
import software.amazon.awssdk.services.sagemaker.model.DeleteNotebookInstanceResponse;
import software.amazon.awssdk.services.sagemaker.model.DeletePipelineRequest;
import software.amazon.awssdk.services.sagemaker.model.DeletePipelineResponse;
import software.amazon.awssdk.services.sagemaker.model.DeleteProjectRequest;
import software.amazon.awssdk.services.sagemaker.model.DeleteProjectResponse;
import software.amazon.awssdk.services.sagemaker.model.DeleteTagsRequest;
import software.amazon.awssdk.services.sagemaker.model.DeleteTagsResponse;
import software.amazon.awssdk.services.sagemaker.model.DeleteTrialComponentRequest;
import software.amazon.awssdk.services.sagemaker.model.DeleteTrialComponentResponse;
import software.amazon.awssdk.services.sagemaker.model.DeleteTrialRequest;
import software.amazon.awssdk.services.sagemaker.model.DeleteTrialResponse;
import software.amazon.awssdk.services.sagemaker.model.DeleteUserProfileRequest;
import software.amazon.awssdk.services.sagemaker.model.DeleteUserProfileResponse;
import software.amazon.awssdk.services.sagemaker.model.DeleteWorkforceRequest;
import software.amazon.awssdk.services.sagemaker.model.DeleteWorkforceResponse;
import software.amazon.awssdk.services.sagemaker.model.DeleteWorkteamRequest;
import software.amazon.awssdk.services.sagemaker.model.DeleteWorkteamResponse;
import software.amazon.awssdk.services.sagemaker.model.DeregisterDevicesRequest;
import software.amazon.awssdk.services.sagemaker.model.DeregisterDevicesResponse;
import software.amazon.awssdk.services.sagemaker.model.DescribeActionRequest;
import software.amazon.awssdk.services.sagemaker.model.DescribeActionResponse;
import software.amazon.awssdk.services.sagemaker.model.DescribeAlgorithmRequest;
import software.amazon.awssdk.services.sagemaker.model.DescribeAlgorithmResponse;
import software.amazon.awssdk.services.sagemaker.model.DescribeAppImageConfigRequest;
import software.amazon.awssdk.services.sagemaker.model.DescribeAppImageConfigResponse;
import software.amazon.awssdk.services.sagemaker.model.DescribeAppRequest;
import software.amazon.awssdk.services.sagemaker.model.DescribeAppResponse;
import software.amazon.awssdk.services.sagemaker.model.DescribeArtifactRequest;
import software.amazon.awssdk.services.sagemaker.model.DescribeArtifactResponse;
import software.amazon.awssdk.services.sagemaker.model.DescribeAutoMlJobRequest;
import software.amazon.awssdk.services.sagemaker.model.DescribeAutoMlJobResponse;
import software.amazon.awssdk.services.sagemaker.model.DescribeCodeRepositoryRequest;
import software.amazon.awssdk.services.sagemaker.model.DescribeCodeRepositoryResponse;
import software.amazon.awssdk.services.sagemaker.model.DescribeCompilationJobRequest;
import software.amazon.awssdk.services.sagemaker.model.DescribeCompilationJobResponse;
import software.amazon.awssdk.services.sagemaker.model.DescribeContextRequest;
import software.amazon.awssdk.services.sagemaker.model.DescribeContextResponse;
import software.amazon.awssdk.services.sagemaker.model.DescribeDataQualityJobDefinitionRequest;
import software.amazon.awssdk.services.sagemaker.model.DescribeDataQualityJobDefinitionResponse;
import software.amazon.awssdk.services.sagemaker.model.DescribeDeviceFleetRequest;
import software.amazon.awssdk.services.sagemaker.model.DescribeDeviceFleetResponse;
import software.amazon.awssdk.services.sagemaker.model.DescribeDeviceRequest;
import software.amazon.awssdk.services.sagemaker.model.DescribeDeviceResponse;
import software.amazon.awssdk.services.sagemaker.model.DescribeDomainRequest;
import software.amazon.awssdk.services.sagemaker.model.DescribeDomainResponse;
import software.amazon.awssdk.services.sagemaker.model.DescribeEdgePackagingJobRequest;
import software.amazon.awssdk.services.sagemaker.model.DescribeEdgePackagingJobResponse;
import software.amazon.awssdk.services.sagemaker.model.DescribeEndpointConfigRequest;
import software.amazon.awssdk.services.sagemaker.model.DescribeEndpointConfigResponse;
import software.amazon.awssdk.services.sagemaker.model.DescribeEndpointRequest;
import software.amazon.awssdk.services.sagemaker.model.DescribeEndpointResponse;
import software.amazon.awssdk.services.sagemaker.model.DescribeExperimentRequest;
import software.amazon.awssdk.services.sagemaker.model.DescribeExperimentResponse;
import software.amazon.awssdk.services.sagemaker.model.DescribeFeatureGroupRequest;
import software.amazon.awssdk.services.sagemaker.model.DescribeFeatureGroupResponse;
import software.amazon.awssdk.services.sagemaker.model.DescribeFlowDefinitionRequest;
import software.amazon.awssdk.services.sagemaker.model.DescribeFlowDefinitionResponse;
import software.amazon.awssdk.services.sagemaker.model.DescribeHumanTaskUiRequest;
import software.amazon.awssdk.services.sagemaker.model.DescribeHumanTaskUiResponse;
import software.amazon.awssdk.services.sagemaker.model.DescribeHyperParameterTuningJobRequest;
import software.amazon.awssdk.services.sagemaker.model.DescribeHyperParameterTuningJobResponse;
import software.amazon.awssdk.services.sagemaker.model.DescribeImageRequest;
import software.amazon.awssdk.services.sagemaker.model.DescribeImageResponse;
import software.amazon.awssdk.services.sagemaker.model.DescribeImageVersionRequest;
import software.amazon.awssdk.services.sagemaker.model.DescribeImageVersionResponse;
import software.amazon.awssdk.services.sagemaker.model.DescribeLabelingJobRequest;
import software.amazon.awssdk.services.sagemaker.model.DescribeLabelingJobResponse;
import software.amazon.awssdk.services.sagemaker.model.DescribeModelBiasJobDefinitionRequest;
import software.amazon.awssdk.services.sagemaker.model.DescribeModelBiasJobDefinitionResponse;
import software.amazon.awssdk.services.sagemaker.model.DescribeModelExplainabilityJobDefinitionRequest;
import software.amazon.awssdk.services.sagemaker.model.DescribeModelExplainabilityJobDefinitionResponse;
import software.amazon.awssdk.services.sagemaker.model.DescribeModelPackageGroupRequest;
import software.amazon.awssdk.services.sagemaker.model.DescribeModelPackageGroupResponse;
import software.amazon.awssdk.services.sagemaker.model.DescribeModelPackageRequest;
import software.amazon.awssdk.services.sagemaker.model.DescribeModelPackageResponse;
import software.amazon.awssdk.services.sagemaker.model.DescribeModelQualityJobDefinitionRequest;
import software.amazon.awssdk.services.sagemaker.model.DescribeModelQualityJobDefinitionResponse;
import software.amazon.awssdk.services.sagemaker.model.DescribeModelRequest;
import software.amazon.awssdk.services.sagemaker.model.DescribeModelResponse;
import software.amazon.awssdk.services.sagemaker.model.DescribeMonitoringScheduleRequest;
import software.amazon.awssdk.services.sagemaker.model.DescribeMonitoringScheduleResponse;
import software.amazon.awssdk.services.sagemaker.model.DescribeNotebookInstanceLifecycleConfigRequest;
import software.amazon.awssdk.services.sagemaker.model.DescribeNotebookInstanceLifecycleConfigResponse;
import software.amazon.awssdk.services.sagemaker.model.DescribeNotebookInstanceRequest;
import software.amazon.awssdk.services.sagemaker.model.DescribeNotebookInstanceResponse;
import software.amazon.awssdk.services.sagemaker.model.DescribePipelineDefinitionForExecutionRequest;
import software.amazon.awssdk.services.sagemaker.model.DescribePipelineDefinitionForExecutionResponse;
import software.amazon.awssdk.services.sagemaker.model.DescribePipelineExecutionRequest;
import software.amazon.awssdk.services.sagemaker.model.DescribePipelineExecutionResponse;
import software.amazon.awssdk.services.sagemaker.model.DescribePipelineRequest;
import software.amazon.awssdk.services.sagemaker.model.DescribePipelineResponse;
import software.amazon.awssdk.services.sagemaker.model.DescribeProcessingJobRequest;
import software.amazon.awssdk.services.sagemaker.model.DescribeProcessingJobResponse;
import software.amazon.awssdk.services.sagemaker.model.DescribeProjectRequest;
import software.amazon.awssdk.services.sagemaker.model.DescribeProjectResponse;
import software.amazon.awssdk.services.sagemaker.model.DescribeSubscribedWorkteamRequest;
import software.amazon.awssdk.services.sagemaker.model.DescribeSubscribedWorkteamResponse;
import software.amazon.awssdk.services.sagemaker.model.DescribeTrainingJobRequest;
import software.amazon.awssdk.services.sagemaker.model.DescribeTrainingJobResponse;
import software.amazon.awssdk.services.sagemaker.model.DescribeTransformJobRequest;
import software.amazon.awssdk.services.sagemaker.model.DescribeTransformJobResponse;
import software.amazon.awssdk.services.sagemaker.model.DescribeTrialComponentRequest;
import software.amazon.awssdk.services.sagemaker.model.DescribeTrialComponentResponse;
import software.amazon.awssdk.services.sagemaker.model.DescribeTrialRequest;
import software.amazon.awssdk.services.sagemaker.model.DescribeTrialResponse;
import software.amazon.awssdk.services.sagemaker.model.DescribeUserProfileRequest;
import software.amazon.awssdk.services.sagemaker.model.DescribeUserProfileResponse;
import software.amazon.awssdk.services.sagemaker.model.DescribeWorkforceRequest;
import software.amazon.awssdk.services.sagemaker.model.DescribeWorkforceResponse;
import software.amazon.awssdk.services.sagemaker.model.DescribeWorkteamRequest;
import software.amazon.awssdk.services.sagemaker.model.DescribeWorkteamResponse;
import software.amazon.awssdk.services.sagemaker.model.DisableSagemakerServicecatalogPortfolioRequest;
import software.amazon.awssdk.services.sagemaker.model.DisableSagemakerServicecatalogPortfolioResponse;
import software.amazon.awssdk.services.sagemaker.model.DisassociateTrialComponentRequest;
import software.amazon.awssdk.services.sagemaker.model.DisassociateTrialComponentResponse;
import software.amazon.awssdk.services.sagemaker.model.EnableSagemakerServicecatalogPortfolioRequest;
import software.amazon.awssdk.services.sagemaker.model.EnableSagemakerServicecatalogPortfolioResponse;
import software.amazon.awssdk.services.sagemaker.model.GetDeviceFleetReportRequest;
import software.amazon.awssdk.services.sagemaker.model.GetDeviceFleetReportResponse;
import software.amazon.awssdk.services.sagemaker.model.GetModelPackageGroupPolicyRequest;
import software.amazon.awssdk.services.sagemaker.model.GetModelPackageGroupPolicyResponse;
import software.amazon.awssdk.services.sagemaker.model.GetSagemakerServicecatalogPortfolioStatusRequest;
import software.amazon.awssdk.services.sagemaker.model.GetSagemakerServicecatalogPortfolioStatusResponse;
import software.amazon.awssdk.services.sagemaker.model.GetSearchSuggestionsRequest;
import software.amazon.awssdk.services.sagemaker.model.GetSearchSuggestionsResponse;
import software.amazon.awssdk.services.sagemaker.model.ListActionsRequest;
import software.amazon.awssdk.services.sagemaker.model.ListActionsResponse;
import software.amazon.awssdk.services.sagemaker.model.ListAlgorithmsRequest;
import software.amazon.awssdk.services.sagemaker.model.ListAlgorithmsResponse;
import software.amazon.awssdk.services.sagemaker.model.ListAppImageConfigsRequest;
import software.amazon.awssdk.services.sagemaker.model.ListAppImageConfigsResponse;
import software.amazon.awssdk.services.sagemaker.model.ListAppsRequest;
import software.amazon.awssdk.services.sagemaker.model.ListAppsResponse;
import software.amazon.awssdk.services.sagemaker.model.ListArtifactsRequest;
import software.amazon.awssdk.services.sagemaker.model.ListArtifactsResponse;
import software.amazon.awssdk.services.sagemaker.model.ListAssociationsRequest;
import software.amazon.awssdk.services.sagemaker.model.ListAssociationsResponse;
import software.amazon.awssdk.services.sagemaker.model.ListAutoMlJobsRequest;
import software.amazon.awssdk.services.sagemaker.model.ListAutoMlJobsResponse;
import software.amazon.awssdk.services.sagemaker.model.ListCandidatesForAutoMlJobRequest;
import software.amazon.awssdk.services.sagemaker.model.ListCandidatesForAutoMlJobResponse;
import software.amazon.awssdk.services.sagemaker.model.ListCodeRepositoriesRequest;
import software.amazon.awssdk.services.sagemaker.model.ListCodeRepositoriesResponse;
import software.amazon.awssdk.services.sagemaker.model.ListCompilationJobsRequest;
import software.amazon.awssdk.services.sagemaker.model.ListCompilationJobsResponse;
import software.amazon.awssdk.services.sagemaker.model.ListContextsRequest;
import software.amazon.awssdk.services.sagemaker.model.ListContextsResponse;
import software.amazon.awssdk.services.sagemaker.model.ListDataQualityJobDefinitionsRequest;
import software.amazon.awssdk.services.sagemaker.model.ListDataQualityJobDefinitionsResponse;
import software.amazon.awssdk.services.sagemaker.model.ListDeviceFleetsRequest;
import software.amazon.awssdk.services.sagemaker.model.ListDeviceFleetsResponse;
import software.amazon.awssdk.services.sagemaker.model.ListDevicesRequest;
import software.amazon.awssdk.services.sagemaker.model.ListDevicesResponse;
import software.amazon.awssdk.services.sagemaker.model.ListDomainsRequest;
import software.amazon.awssdk.services.sagemaker.model.ListDomainsResponse;
import software.amazon.awssdk.services.sagemaker.model.ListEdgePackagingJobsRequest;
import software.amazon.awssdk.services.sagemaker.model.ListEdgePackagingJobsResponse;
import software.amazon.awssdk.services.sagemaker.model.ListEndpointConfigsRequest;
import software.amazon.awssdk.services.sagemaker.model.ListEndpointConfigsResponse;
import software.amazon.awssdk.services.sagemaker.model.ListEndpointsRequest;
import software.amazon.awssdk.services.sagemaker.model.ListEndpointsResponse;
import software.amazon.awssdk.services.sagemaker.model.ListExperimentsRequest;
import software.amazon.awssdk.services.sagemaker.model.ListExperimentsResponse;
import software.amazon.awssdk.services.sagemaker.model.ListFeatureGroupsRequest;
import software.amazon.awssdk.services.sagemaker.model.ListFeatureGroupsResponse;
import software.amazon.awssdk.services.sagemaker.model.ListFlowDefinitionsRequest;
import software.amazon.awssdk.services.sagemaker.model.ListFlowDefinitionsResponse;
import software.amazon.awssdk.services.sagemaker.model.ListHumanTaskUisRequest;
import software.amazon.awssdk.services.sagemaker.model.ListHumanTaskUisResponse;
import software.amazon.awssdk.services.sagemaker.model.ListHyperParameterTuningJobsRequest;
import software.amazon.awssdk.services.sagemaker.model.ListHyperParameterTuningJobsResponse;
import software.amazon.awssdk.services.sagemaker.model.ListImageVersionsRequest;
import software.amazon.awssdk.services.sagemaker.model.ListImageVersionsResponse;
import software.amazon.awssdk.services.sagemaker.model.ListImagesRequest;
import software.amazon.awssdk.services.sagemaker.model.ListImagesResponse;
import software.amazon.awssdk.services.sagemaker.model.ListLabelingJobsForWorkteamRequest;
import software.amazon.awssdk.services.sagemaker.model.ListLabelingJobsForWorkteamResponse;
import software.amazon.awssdk.services.sagemaker.model.ListLabelingJobsRequest;
import software.amazon.awssdk.services.sagemaker.model.ListLabelingJobsResponse;
import software.amazon.awssdk.services.sagemaker.model.ListModelBiasJobDefinitionsRequest;
import software.amazon.awssdk.services.sagemaker.model.ListModelBiasJobDefinitionsResponse;
import software.amazon.awssdk.services.sagemaker.model.ListModelExplainabilityJobDefinitionsRequest;
import software.amazon.awssdk.services.sagemaker.model.ListModelExplainabilityJobDefinitionsResponse;
import software.amazon.awssdk.services.sagemaker.model.ListModelPackageGroupsRequest;
import software.amazon.awssdk.services.sagemaker.model.ListModelPackageGroupsResponse;
import software.amazon.awssdk.services.sagemaker.model.ListModelPackagesRequest;
import software.amazon.awssdk.services.sagemaker.model.ListModelPackagesResponse;
import software.amazon.awssdk.services.sagemaker.model.ListModelQualityJobDefinitionsRequest;
import software.amazon.awssdk.services.sagemaker.model.ListModelQualityJobDefinitionsResponse;
import software.amazon.awssdk.services.sagemaker.model.ListModelsRequest;
import software.amazon.awssdk.services.sagemaker.model.ListModelsResponse;
import software.amazon.awssdk.services.sagemaker.model.ListMonitoringExecutionsRequest;
import software.amazon.awssdk.services.sagemaker.model.ListMonitoringExecutionsResponse;
import software.amazon.awssdk.services.sagemaker.model.ListMonitoringSchedulesRequest;
import software.amazon.awssdk.services.sagemaker.model.ListMonitoringSchedulesResponse;
import software.amazon.awssdk.services.sagemaker.model.ListNotebookInstanceLifecycleConfigsRequest;
import software.amazon.awssdk.services.sagemaker.model.ListNotebookInstanceLifecycleConfigsResponse;
import software.amazon.awssdk.services.sagemaker.model.ListNotebookInstancesRequest;
import software.amazon.awssdk.services.sagemaker.model.ListNotebookInstancesResponse;
import software.amazon.awssdk.services.sagemaker.model.ListPipelineExecutionStepsRequest;
import software.amazon.awssdk.services.sagemaker.model.ListPipelineExecutionStepsResponse;
import software.amazon.awssdk.services.sagemaker.model.ListPipelineExecutionsRequest;
import software.amazon.awssdk.services.sagemaker.model.ListPipelineExecutionsResponse;
import software.amazon.awssdk.services.sagemaker.model.ListPipelineParametersForExecutionRequest;
import software.amazon.awssdk.services.sagemaker.model.ListPipelineParametersForExecutionResponse;
import software.amazon.awssdk.services.sagemaker.model.ListPipelinesRequest;
import software.amazon.awssdk.services.sagemaker.model.ListPipelinesResponse;
import software.amazon.awssdk.services.sagemaker.model.ListProcessingJobsRequest;
import software.amazon.awssdk.services.sagemaker.model.ListProcessingJobsResponse;
import software.amazon.awssdk.services.sagemaker.model.ListProjectsRequest;
import software.amazon.awssdk.services.sagemaker.model.ListProjectsResponse;
import software.amazon.awssdk.services.sagemaker.model.ListSubscribedWorkteamsRequest;
import software.amazon.awssdk.services.sagemaker.model.ListSubscribedWorkteamsResponse;
import software.amazon.awssdk.services.sagemaker.model.ListTagsRequest;
import software.amazon.awssdk.services.sagemaker.model.ListTagsResponse;
import software.amazon.awssdk.services.sagemaker.model.ListTrainingJobsForHyperParameterTuningJobRequest;
import software.amazon.awssdk.services.sagemaker.model.ListTrainingJobsForHyperParameterTuningJobResponse;
import software.amazon.awssdk.services.sagemaker.model.ListTrainingJobsRequest;
import software.amazon.awssdk.services.sagemaker.model.ListTrainingJobsResponse;
import software.amazon.awssdk.services.sagemaker.model.ListTransformJobsRequest;
import software.amazon.awssdk.services.sagemaker.model.ListTransformJobsResponse;
import software.amazon.awssdk.services.sagemaker.model.ListTrialComponentsRequest;
import software.amazon.awssdk.services.sagemaker.model.ListTrialComponentsResponse;
import software.amazon.awssdk.services.sagemaker.model.ListTrialsRequest;
import software.amazon.awssdk.services.sagemaker.model.ListTrialsResponse;
import software.amazon.awssdk.services.sagemaker.model.ListUserProfilesRequest;
import software.amazon.awssdk.services.sagemaker.model.ListUserProfilesResponse;
import software.amazon.awssdk.services.sagemaker.model.ListWorkforcesRequest;
import software.amazon.awssdk.services.sagemaker.model.ListWorkforcesResponse;
import software.amazon.awssdk.services.sagemaker.model.ListWorkteamsRequest;
import software.amazon.awssdk.services.sagemaker.model.ListWorkteamsResponse;
import software.amazon.awssdk.services.sagemaker.model.PutModelPackageGroupPolicyRequest;
import software.amazon.awssdk.services.sagemaker.model.PutModelPackageGroupPolicyResponse;
import software.amazon.awssdk.services.sagemaker.model.RegisterDevicesRequest;
import software.amazon.awssdk.services.sagemaker.model.RegisterDevicesResponse;
import software.amazon.awssdk.services.sagemaker.model.RenderUiTemplateRequest;
import software.amazon.awssdk.services.sagemaker.model.RenderUiTemplateResponse;
import software.amazon.awssdk.services.sagemaker.model.SearchRequest;
import software.amazon.awssdk.services.sagemaker.model.SearchResponse;
import software.amazon.awssdk.services.sagemaker.model.StartMonitoringScheduleRequest;
import software.amazon.awssdk.services.sagemaker.model.StartMonitoringScheduleResponse;
import software.amazon.awssdk.services.sagemaker.model.StartNotebookInstanceRequest;
import software.amazon.awssdk.services.sagemaker.model.StartNotebookInstanceResponse;
import software.amazon.awssdk.services.sagemaker.model.StartPipelineExecutionRequest;
import software.amazon.awssdk.services.sagemaker.model.StartPipelineExecutionResponse;
import software.amazon.awssdk.services.sagemaker.model.StopAutoMlJobRequest;
import software.amazon.awssdk.services.sagemaker.model.StopAutoMlJobResponse;
import software.amazon.awssdk.services.sagemaker.model.StopCompilationJobRequest;
import software.amazon.awssdk.services.sagemaker.model.StopCompilationJobResponse;
import software.amazon.awssdk.services.sagemaker.model.StopEdgePackagingJobRequest;
import software.amazon.awssdk.services.sagemaker.model.StopEdgePackagingJobResponse;
import software.amazon.awssdk.services.sagemaker.model.StopHyperParameterTuningJobRequest;
import software.amazon.awssdk.services.sagemaker.model.StopHyperParameterTuningJobResponse;
import software.amazon.awssdk.services.sagemaker.model.StopLabelingJobRequest;
import software.amazon.awssdk.services.sagemaker.model.StopLabelingJobResponse;
import software.amazon.awssdk.services.sagemaker.model.StopMonitoringScheduleRequest;
import software.amazon.awssdk.services.sagemaker.model.StopMonitoringScheduleResponse;
import software.amazon.awssdk.services.sagemaker.model.StopNotebookInstanceRequest;
import software.amazon.awssdk.services.sagemaker.model.StopNotebookInstanceResponse;
import software.amazon.awssdk.services.sagemaker.model.StopPipelineExecutionRequest;
import software.amazon.awssdk.services.sagemaker.model.StopPipelineExecutionResponse;
import software.amazon.awssdk.services.sagemaker.model.StopProcessingJobRequest;
import software.amazon.awssdk.services.sagemaker.model.StopProcessingJobResponse;
import software.amazon.awssdk.services.sagemaker.model.StopTrainingJobRequest;
import software.amazon.awssdk.services.sagemaker.model.StopTrainingJobResponse;
import software.amazon.awssdk.services.sagemaker.model.StopTransformJobRequest;
import software.amazon.awssdk.services.sagemaker.model.StopTransformJobResponse;
import software.amazon.awssdk.services.sagemaker.model.UpdateActionRequest;
import software.amazon.awssdk.services.sagemaker.model.UpdateActionResponse;
import software.amazon.awssdk.services.sagemaker.model.UpdateAppImageConfigRequest;
import software.amazon.awssdk.services.sagemaker.model.UpdateAppImageConfigResponse;
import software.amazon.awssdk.services.sagemaker.model.UpdateArtifactRequest;
import software.amazon.awssdk.services.sagemaker.model.UpdateArtifactResponse;
import software.amazon.awssdk.services.sagemaker.model.UpdateCodeRepositoryRequest;
import software.amazon.awssdk.services.sagemaker.model.UpdateCodeRepositoryResponse;
import software.amazon.awssdk.services.sagemaker.model.UpdateContextRequest;
import software.amazon.awssdk.services.sagemaker.model.UpdateContextResponse;
import software.amazon.awssdk.services.sagemaker.model.UpdateDeviceFleetRequest;
import software.amazon.awssdk.services.sagemaker.model.UpdateDeviceFleetResponse;
import software.amazon.awssdk.services.sagemaker.model.UpdateDevicesRequest;
import software.amazon.awssdk.services.sagemaker.model.UpdateDevicesResponse;
import software.amazon.awssdk.services.sagemaker.model.UpdateDomainRequest;
import software.amazon.awssdk.services.sagemaker.model.UpdateDomainResponse;
import software.amazon.awssdk.services.sagemaker.model.UpdateEndpointRequest;
import software.amazon.awssdk.services.sagemaker.model.UpdateEndpointResponse;
import software.amazon.awssdk.services.sagemaker.model.UpdateEndpointWeightsAndCapacitiesRequest;
import software.amazon.awssdk.services.sagemaker.model.UpdateEndpointWeightsAndCapacitiesResponse;
import software.amazon.awssdk.services.sagemaker.model.UpdateExperimentRequest;
import software.amazon.awssdk.services.sagemaker.model.UpdateExperimentResponse;
import software.amazon.awssdk.services.sagemaker.model.UpdateImageRequest;
import software.amazon.awssdk.services.sagemaker.model.UpdateImageResponse;
import software.amazon.awssdk.services.sagemaker.model.UpdateModelPackageRequest;
import software.amazon.awssdk.services.sagemaker.model.UpdateModelPackageResponse;
import software.amazon.awssdk.services.sagemaker.model.UpdateMonitoringScheduleRequest;
import software.amazon.awssdk.services.sagemaker.model.UpdateMonitoringScheduleResponse;
import software.amazon.awssdk.services.sagemaker.model.UpdateNotebookInstanceLifecycleConfigRequest;
import software.amazon.awssdk.services.sagemaker.model.UpdateNotebookInstanceLifecycleConfigResponse;
import software.amazon.awssdk.services.sagemaker.model.UpdateNotebookInstanceRequest;
import software.amazon.awssdk.services.sagemaker.model.UpdateNotebookInstanceResponse;
import software.amazon.awssdk.services.sagemaker.model.UpdatePipelineExecutionRequest;
import software.amazon.awssdk.services.sagemaker.model.UpdatePipelineExecutionResponse;
import software.amazon.awssdk.services.sagemaker.model.UpdatePipelineRequest;
import software.amazon.awssdk.services.sagemaker.model.UpdatePipelineResponse;
import software.amazon.awssdk.services.sagemaker.model.UpdateTrainingJobRequest;
import software.amazon.awssdk.services.sagemaker.model.UpdateTrainingJobResponse;
import software.amazon.awssdk.services.sagemaker.model.UpdateTrialComponentRequest;
import software.amazon.awssdk.services.sagemaker.model.UpdateTrialComponentResponse;
import software.amazon.awssdk.services.sagemaker.model.UpdateTrialRequest;
import software.amazon.awssdk.services.sagemaker.model.UpdateTrialResponse;
import software.amazon.awssdk.services.sagemaker.model.UpdateUserProfileRequest;
import software.amazon.awssdk.services.sagemaker.model.UpdateUserProfileResponse;
import software.amazon.awssdk.services.sagemaker.model.UpdateWorkforceRequest;
import software.amazon.awssdk.services.sagemaker.model.UpdateWorkforceResponse;
import software.amazon.awssdk.services.sagemaker.model.UpdateWorkteamRequest;
import software.amazon.awssdk.services.sagemaker.model.UpdateWorkteamResponse;
import software.amazon.awssdk.services.sagemaker.paginators.ListActionsPublisher;
import software.amazon.awssdk.services.sagemaker.paginators.ListAlgorithmsPublisher;
import software.amazon.awssdk.services.sagemaker.paginators.ListAppImageConfigsPublisher;
import software.amazon.awssdk.services.sagemaker.paginators.ListAppsPublisher;
import software.amazon.awssdk.services.sagemaker.paginators.ListArtifactsPublisher;
import software.amazon.awssdk.services.sagemaker.paginators.ListAssociationsPublisher;
import software.amazon.awssdk.services.sagemaker.paginators.ListAutoMLJobsPublisher;
import software.amazon.awssdk.services.sagemaker.paginators.ListCandidatesForAutoMLJobPublisher;
import software.amazon.awssdk.services.sagemaker.paginators.ListCodeRepositoriesPublisher;
import software.amazon.awssdk.services.sagemaker.paginators.ListCompilationJobsPublisher;
import software.amazon.awssdk.services.sagemaker.paginators.ListContextsPublisher;
import software.amazon.awssdk.services.sagemaker.paginators.ListDataQualityJobDefinitionsPublisher;
import software.amazon.awssdk.services.sagemaker.paginators.ListDeviceFleetsPublisher;
import software.amazon.awssdk.services.sagemaker.paginators.ListDevicesPublisher;
import software.amazon.awssdk.services.sagemaker.paginators.ListDomainsPublisher;
import software.amazon.awssdk.services.sagemaker.paginators.ListEdgePackagingJobsPublisher;
import software.amazon.awssdk.services.sagemaker.paginators.ListEndpointConfigsPublisher;
import software.amazon.awssdk.services.sagemaker.paginators.ListEndpointsPublisher;
import software.amazon.awssdk.services.sagemaker.paginators.ListExperimentsPublisher;
import software.amazon.awssdk.services.sagemaker.paginators.ListFeatureGroupsPublisher;
import software.amazon.awssdk.services.sagemaker.paginators.ListFlowDefinitionsPublisher;
import software.amazon.awssdk.services.sagemaker.paginators.ListHumanTaskUisPublisher;
import software.amazon.awssdk.services.sagemaker.paginators.ListHyperParameterTuningJobsPublisher;
import software.amazon.awssdk.services.sagemaker.paginators.ListImageVersionsPublisher;
import software.amazon.awssdk.services.sagemaker.paginators.ListImagesPublisher;
import software.amazon.awssdk.services.sagemaker.paginators.ListLabelingJobsForWorkteamPublisher;
import software.amazon.awssdk.services.sagemaker.paginators.ListLabelingJobsPublisher;
import software.amazon.awssdk.services.sagemaker.paginators.ListModelBiasJobDefinitionsPublisher;
import software.amazon.awssdk.services.sagemaker.paginators.ListModelExplainabilityJobDefinitionsPublisher;
import software.amazon.awssdk.services.sagemaker.paginators.ListModelPackageGroupsPublisher;
import software.amazon.awssdk.services.sagemaker.paginators.ListModelPackagesPublisher;
import software.amazon.awssdk.services.sagemaker.paginators.ListModelQualityJobDefinitionsPublisher;
import software.amazon.awssdk.services.sagemaker.paginators.ListModelsPublisher;
import software.amazon.awssdk.services.sagemaker.paginators.ListMonitoringExecutionsPublisher;
import software.amazon.awssdk.services.sagemaker.paginators.ListMonitoringSchedulesPublisher;
import software.amazon.awssdk.services.sagemaker.paginators.ListNotebookInstanceLifecycleConfigsPublisher;
import software.amazon.awssdk.services.sagemaker.paginators.ListNotebookInstancesPublisher;
import software.amazon.awssdk.services.sagemaker.paginators.ListPipelineExecutionStepsPublisher;
import software.amazon.awssdk.services.sagemaker.paginators.ListPipelineExecutionsPublisher;
import software.amazon.awssdk.services.sagemaker.paginators.ListPipelineParametersForExecutionPublisher;
import software.amazon.awssdk.services.sagemaker.paginators.ListPipelinesPublisher;
import software.amazon.awssdk.services.sagemaker.paginators.ListProcessingJobsPublisher;
import software.amazon.awssdk.services.sagemaker.paginators.ListProjectsPublisher;
import software.amazon.awssdk.services.sagemaker.paginators.ListSubscribedWorkteamsPublisher;
import software.amazon.awssdk.services.sagemaker.paginators.ListTagsPublisher;
import software.amazon.awssdk.services.sagemaker.paginators.ListTrainingJobsForHyperParameterTuningJobPublisher;
import software.amazon.awssdk.services.sagemaker.paginators.ListTrainingJobsPublisher;
import software.amazon.awssdk.services.sagemaker.paginators.ListTransformJobsPublisher;
import software.amazon.awssdk.services.sagemaker.paginators.ListTrialComponentsPublisher;
import software.amazon.awssdk.services.sagemaker.paginators.ListTrialsPublisher;
import software.amazon.awssdk.services.sagemaker.paginators.ListUserProfilesPublisher;
import software.amazon.awssdk.services.sagemaker.paginators.ListWorkforcesPublisher;
import software.amazon.awssdk.services.sagemaker.paginators.ListWorkteamsPublisher;
import software.amazon.awssdk.services.sagemaker.paginators.SearchPublisher;
import software.amazon.awssdk.services.sagemaker.waiters.SageMakerAsyncWaiter;

/**
 * Service client for accessing SageMaker asynchronously. This can be created using the static {@link #builder()}
 * method.
 *
 * 

* Provides APIs for creating and managing Amazon SageMaker resources. *

*

* Other Resources: *

* */ @Generated("software.amazon.awssdk:codegen") public interface SageMakerAsyncClient extends SdkClient { String SERVICE_NAME = "sagemaker"; /** * Create a {@link SageMakerAsyncClient} with the region loaded from the * {@link software.amazon.awssdk.regions.providers.DefaultAwsRegionProviderChain} and credentials loaded from the * {@link software.amazon.awssdk.auth.credentials.DefaultCredentialsProvider}. */ static SageMakerAsyncClient create() { return builder().build(); } /** * Create a builder that can be used to configure and create a {@link SageMakerAsyncClient}. */ static SageMakerAsyncClientBuilder builder() { return new DefaultSageMakerAsyncClientBuilder(); } /** *

* Creates an association between the source and the destination. A source can be associated with multiple * destinations, and a destination can be associated with multiple sources. An association is a lineage tracking * entity. For more information, see Amazon SageMaker ML Lineage * Tracking. *

* * @param addAssociationRequest * @return A Java Future containing the result of the AddAssociation operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • ResourceLimitExceededException You have exceeded an Amazon SageMaker resource limit. For example, you * might have too many training jobs created.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.AddAssociation * @see AWS API * Documentation */ default CompletableFuture addAssociation(AddAssociationRequest addAssociationRequest) { throw new UnsupportedOperationException(); } /** *

* Creates an association between the source and the destination. A source can be associated with multiple * destinations, and a destination can be associated with multiple sources. An association is a lineage tracking * entity. For more information, see Amazon SageMaker ML Lineage * Tracking. *

*
*

* This is a convenience which creates an instance of the {@link AddAssociationRequest.Builder} avoiding the need to * create one manually via {@link AddAssociationRequest#builder()} *

* * @param addAssociationRequest * A {@link Consumer} that will call methods on {@link AddAssociationRequest.Builder} to create a request. * @return A Java Future containing the result of the AddAssociation operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • ResourceLimitExceededException You have exceeded an Amazon SageMaker resource limit. For example, you * might have too many training jobs created.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.AddAssociation * @see AWS API * Documentation */ default CompletableFuture addAssociation(Consumer addAssociationRequest) { return addAssociation(AddAssociationRequest.builder().applyMutation(addAssociationRequest).build()); } /** *

* Adds or overwrites one or more tags for the specified Amazon SageMaker resource. You can add tags to notebook * instances, training jobs, hyperparameter tuning jobs, batch transform jobs, models, labeling jobs, work teams, * endpoint configurations, and endpoints. *

*

* Each tag consists of a key and an optional value. Tag keys must be unique per resource. For more information * about tags, see For more information, see AWS Tagging Strategies. *

* *

* Tags that you add to a hyperparameter tuning job by calling this API are also added to any training jobs that the * hyperparameter tuning job launches after you call this API, but not to training jobs that the hyperparameter * tuning job launched before you called this API. To make sure that the tags associated with a hyperparameter * tuning job are also added to all training jobs that the hyperparameter tuning job launches, add the tags when you * first create the tuning job by specifying them in the Tags parameter of * CreateHyperParameterTuningJob *

*
* * @param addTagsRequest * @return A Java Future containing the result of the AddTags operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.AddTags * @see AWS API * Documentation */ default CompletableFuture addTags(AddTagsRequest addTagsRequest) { throw new UnsupportedOperationException(); } /** *

* Adds or overwrites one or more tags for the specified Amazon SageMaker resource. You can add tags to notebook * instances, training jobs, hyperparameter tuning jobs, batch transform jobs, models, labeling jobs, work teams, * endpoint configurations, and endpoints. *

*

* Each tag consists of a key and an optional value. Tag keys must be unique per resource. For more information * about tags, see For more information, see AWS Tagging Strategies. *

* *

* Tags that you add to a hyperparameter tuning job by calling this API are also added to any training jobs that the * hyperparameter tuning job launches after you call this API, but not to training jobs that the hyperparameter * tuning job launched before you called this API. To make sure that the tags associated with a hyperparameter * tuning job are also added to all training jobs that the hyperparameter tuning job launches, add the tags when you * first create the tuning job by specifying them in the Tags parameter of * CreateHyperParameterTuningJob *

*

*

* This is a convenience which creates an instance of the {@link AddTagsRequest.Builder} avoiding the need to create * one manually via {@link AddTagsRequest#builder()} *

* * @param addTagsRequest * A {@link Consumer} that will call methods on {@link AddTagsInput.Builder} to create a request. * @return A Java Future containing the result of the AddTags operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.AddTags * @see AWS API * Documentation */ default CompletableFuture addTags(Consumer addTagsRequest) { return addTags(AddTagsRequest.builder().applyMutation(addTagsRequest).build()); } /** *

* Associates a trial component with a trial. A trial component can be associated with multiple trials. To * disassociate a trial component from a trial, call the DisassociateTrialComponent API. *

* * @param associateTrialComponentRequest * @return A Java Future containing the result of the AssociateTrialComponent operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • ResourceLimitExceededException You have exceeded an Amazon SageMaker resource limit. For example, you * might have too many training jobs created.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.AssociateTrialComponent * @see AWS API Documentation */ default CompletableFuture associateTrialComponent( AssociateTrialComponentRequest associateTrialComponentRequest) { throw new UnsupportedOperationException(); } /** *

* Associates a trial component with a trial. A trial component can be associated with multiple trials. To * disassociate a trial component from a trial, call the DisassociateTrialComponent API. *

*
*

* This is a convenience which creates an instance of the {@link AssociateTrialComponentRequest.Builder} avoiding * the need to create one manually via {@link AssociateTrialComponentRequest#builder()} *

* * @param associateTrialComponentRequest * A {@link Consumer} that will call methods on {@link AssociateTrialComponentRequest.Builder} to create a * request. * @return A Java Future containing the result of the AssociateTrialComponent operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • ResourceLimitExceededException You have exceeded an Amazon SageMaker resource limit. For example, you * might have too many training jobs created.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.AssociateTrialComponent * @see AWS API Documentation */ default CompletableFuture associateTrialComponent( Consumer associateTrialComponentRequest) { return associateTrialComponent(AssociateTrialComponentRequest.builder().applyMutation(associateTrialComponentRequest) .build()); } /** *

* Creates an action. An action is a lineage tracking entity that represents an action or activity. For * example, a model deployment or an HPO job. Generally, an action involves at least one input or output artifact. * For more information, see Amazon * SageMaker ML Lineage Tracking. *

* * @param createActionRequest * @return A Java Future containing the result of the CreateAction operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceLimitExceededException You have exceeded an Amazon SageMaker resource limit. For example, you * might have too many training jobs created.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.CreateAction * @see AWS API * Documentation */ default CompletableFuture createAction(CreateActionRequest createActionRequest) { throw new UnsupportedOperationException(); } /** *

* Creates an action. An action is a lineage tracking entity that represents an action or activity. For * example, a model deployment or an HPO job. Generally, an action involves at least one input or output artifact. * For more information, see Amazon * SageMaker ML Lineage Tracking. *

*
*

* This is a convenience which creates an instance of the {@link CreateActionRequest.Builder} avoiding the need to * create one manually via {@link CreateActionRequest#builder()} *

* * @param createActionRequest * A {@link Consumer} that will call methods on {@link CreateActionRequest.Builder} to create a request. * @return A Java Future containing the result of the CreateAction operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceLimitExceededException You have exceeded an Amazon SageMaker resource limit. For example, you * might have too many training jobs created.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.CreateAction * @see AWS API * Documentation */ default CompletableFuture createAction(Consumer createActionRequest) { return createAction(CreateActionRequest.builder().applyMutation(createActionRequest).build()); } /** *

* Create a machine learning algorithm that you can use in Amazon SageMaker and list in the AWS Marketplace. *

* * @param createAlgorithmRequest * @return A Java Future containing the result of the CreateAlgorithm operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.CreateAlgorithm * @see AWS API * Documentation */ default CompletableFuture createAlgorithm(CreateAlgorithmRequest createAlgorithmRequest) { throw new UnsupportedOperationException(); } /** *

* Create a machine learning algorithm that you can use in Amazon SageMaker and list in the AWS Marketplace. *

*
*

* This is a convenience which creates an instance of the {@link CreateAlgorithmRequest.Builder} avoiding the need * to create one manually via {@link CreateAlgorithmRequest#builder()} *

* * @param createAlgorithmRequest * A {@link Consumer} that will call methods on {@link CreateAlgorithmInput.Builder} to create a request. * @return A Java Future containing the result of the CreateAlgorithm operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.CreateAlgorithm * @see AWS API * Documentation */ default CompletableFuture createAlgorithm( Consumer createAlgorithmRequest) { return createAlgorithm(CreateAlgorithmRequest.builder().applyMutation(createAlgorithmRequest).build()); } /** *

* Creates a running App for the specified UserProfile. Supported Apps are JupyterServer and KernelGateway. This * operation is automatically invoked by Amazon SageMaker Studio upon access to the associated Domain, and when new * kernel configurations are selected by the user. A user may have multiple Apps active simultaneously. *

* * @param createAppRequest * @return A Java Future containing the result of the CreateApp operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceLimitExceededException You have exceeded an Amazon SageMaker resource limit. For example, you * might have too many training jobs created.
  • *
  • ResourceInUseException Resource being accessed is in use.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.CreateApp * @see AWS API * Documentation */ default CompletableFuture createApp(CreateAppRequest createAppRequest) { throw new UnsupportedOperationException(); } /** *

* Creates a running App for the specified UserProfile. Supported Apps are JupyterServer and KernelGateway. This * operation is automatically invoked by Amazon SageMaker Studio upon access to the associated Domain, and when new * kernel configurations are selected by the user. A user may have multiple Apps active simultaneously. *

*
*

* This is a convenience which creates an instance of the {@link CreateAppRequest.Builder} avoiding the need to * create one manually via {@link CreateAppRequest#builder()} *

* * @param createAppRequest * A {@link Consumer} that will call methods on {@link CreateAppRequest.Builder} to create a request. * @return A Java Future containing the result of the CreateApp operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceLimitExceededException You have exceeded an Amazon SageMaker resource limit. For example, you * might have too many training jobs created.
  • *
  • ResourceInUseException Resource being accessed is in use.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.CreateApp * @see AWS API * Documentation */ default CompletableFuture createApp(Consumer createAppRequest) { return createApp(CreateAppRequest.builder().applyMutation(createAppRequest).build()); } /** *

* Creates a configuration for running a SageMaker image as a KernelGateway app. The configuration specifies the * Amazon Elastic File System (EFS) storage volume on the image, and a list of the kernels in the image. *

* * @param createAppImageConfigRequest * @return A Java Future containing the result of the CreateAppImageConfig operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceInUseException Resource being accessed is in use.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.CreateAppImageConfig * @see AWS * API Documentation */ default CompletableFuture createAppImageConfig( CreateAppImageConfigRequest createAppImageConfigRequest) { throw new UnsupportedOperationException(); } /** *

* Creates a configuration for running a SageMaker image as a KernelGateway app. The configuration specifies the * Amazon Elastic File System (EFS) storage volume on the image, and a list of the kernels in the image. *

*
*

* This is a convenience which creates an instance of the {@link CreateAppImageConfigRequest.Builder} avoiding the * need to create one manually via {@link CreateAppImageConfigRequest#builder()} *

* * @param createAppImageConfigRequest * A {@link Consumer} that will call methods on {@link CreateAppImageConfigRequest.Builder} to create a * request. * @return A Java Future containing the result of the CreateAppImageConfig operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceInUseException Resource being accessed is in use.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.CreateAppImageConfig * @see AWS * API Documentation */ default CompletableFuture createAppImageConfig( Consumer createAppImageConfigRequest) { return createAppImageConfig(CreateAppImageConfigRequest.builder().applyMutation(createAppImageConfigRequest).build()); } /** *

* Creates an artifact. An artifact is a lineage tracking entity that represents a URI addressable object or * data. Some examples are the S3 URI of a dataset and the ECR registry path of an image. For more information, see * Amazon SageMaker ML Lineage * Tracking. *

* * @param createArtifactRequest * @return A Java Future containing the result of the CreateArtifact operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceLimitExceededException You have exceeded an Amazon SageMaker resource limit. For example, you * might have too many training jobs created.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.CreateArtifact * @see AWS API * Documentation */ default CompletableFuture createArtifact(CreateArtifactRequest createArtifactRequest) { throw new UnsupportedOperationException(); } /** *

* Creates an artifact. An artifact is a lineage tracking entity that represents a URI addressable object or * data. Some examples are the S3 URI of a dataset and the ECR registry path of an image. For more information, see * Amazon SageMaker ML Lineage * Tracking. *

*
*

* This is a convenience which creates an instance of the {@link CreateArtifactRequest.Builder} avoiding the need to * create one manually via {@link CreateArtifactRequest#builder()} *

* * @param createArtifactRequest * A {@link Consumer} that will call methods on {@link CreateArtifactRequest.Builder} to create a request. * @return A Java Future containing the result of the CreateArtifact operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceLimitExceededException You have exceeded an Amazon SageMaker resource limit. For example, you * might have too many training jobs created.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.CreateArtifact * @see AWS API * Documentation */ default CompletableFuture createArtifact(Consumer createArtifactRequest) { return createArtifact(CreateArtifactRequest.builder().applyMutation(createArtifactRequest).build()); } /** *

* Creates an Autopilot job. *

*

* Find the best performing model after you run an Autopilot job by calling . Deploy that model by following the * steps described in Step 6.1: * Deploy the Model to Amazon SageMaker Hosting Services. *

*

* For information about how to use Autopilot, see Automate Model * Development with Amazon SageMaker Autopilot. *

* * @param createAutoMlJobRequest * @return A Java Future containing the result of the CreateAutoMLJob operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceInUseException Resource being accessed is in use.
  • *
  • ResourceLimitExceededException You have exceeded an Amazon SageMaker resource limit. For example, you * might have too many training jobs created.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.CreateAutoMLJob * @see AWS API * Documentation */ default CompletableFuture createAutoMLJob(CreateAutoMlJobRequest createAutoMlJobRequest) { throw new UnsupportedOperationException(); } /** *

* Creates an Autopilot job. *

*

* Find the best performing model after you run an Autopilot job by calling . Deploy that model by following the * steps described in Step 6.1: * Deploy the Model to Amazon SageMaker Hosting Services. *

*

* For information about how to use Autopilot, see Automate Model * Development with Amazon SageMaker Autopilot. *

*
*

* This is a convenience which creates an instance of the {@link CreateAutoMlJobRequest.Builder} avoiding the need * to create one manually via {@link CreateAutoMlJobRequest#builder()} *

* * @param createAutoMlJobRequest * A {@link Consumer} that will call methods on {@link CreateAutoMLJobRequest.Builder} to create a request. * @return A Java Future containing the result of the CreateAutoMLJob operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceInUseException Resource being accessed is in use.
  • *
  • ResourceLimitExceededException You have exceeded an Amazon SageMaker resource limit. For example, you * might have too many training jobs created.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.CreateAutoMLJob * @see AWS API * Documentation */ default CompletableFuture createAutoMLJob( Consumer createAutoMlJobRequest) { return createAutoMLJob(CreateAutoMlJobRequest.builder().applyMutation(createAutoMlJobRequest).build()); } /** *

* Creates a Git repository as a resource in your Amazon SageMaker account. You can associate the repository with * notebook instances so that you can use Git source control for the notebooks you create. The Git repository is a * resource in your Amazon SageMaker account, so it can be associated with more than one notebook instance, and it * persists independently from the lifecycle of any notebook instances it is associated with. *

*

* The repository can be hosted either in AWS CodeCommit or in any other * Git repository. *

* * @param createCodeRepositoryRequest * @return A Java Future containing the result of the CreateCodeRepository operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.CreateCodeRepository * @see AWS * API Documentation */ default CompletableFuture createCodeRepository( CreateCodeRepositoryRequest createCodeRepositoryRequest) { throw new UnsupportedOperationException(); } /** *

* Creates a Git repository as a resource in your Amazon SageMaker account. You can associate the repository with * notebook instances so that you can use Git source control for the notebooks you create. The Git repository is a * resource in your Amazon SageMaker account, so it can be associated with more than one notebook instance, and it * persists independently from the lifecycle of any notebook instances it is associated with. *

*

* The repository can be hosted either in AWS CodeCommit or in any other * Git repository. *

*
*

* This is a convenience which creates an instance of the {@link CreateCodeRepositoryRequest.Builder} avoiding the * need to create one manually via {@link CreateCodeRepositoryRequest#builder()} *

* * @param createCodeRepositoryRequest * A {@link Consumer} that will call methods on {@link CreateCodeRepositoryInput.Builder} to create a * request. * @return A Java Future containing the result of the CreateCodeRepository operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.CreateCodeRepository * @see AWS * API Documentation */ default CompletableFuture createCodeRepository( Consumer createCodeRepositoryRequest) { return createCodeRepository(CreateCodeRepositoryRequest.builder().applyMutation(createCodeRepositoryRequest).build()); } /** *

* Starts a model compilation job. After the model has been compiled, Amazon SageMaker saves the resulting model * artifacts to an Amazon Simple Storage Service (Amazon S3) bucket that you specify. *

*

* If you choose to host your model using Amazon SageMaker hosting services, you can use the resulting model * artifacts as part of the model. You can also use the artifacts with AWS IoT Greengrass. In that case, deploy them * as an ML resource. *

*

* In the request body, you provide the following: *

*
    *
  • *

    * A name for the compilation job *

    *
  • *
  • *

    * Information about the input model artifacts *

    *
  • *
  • *

    * The output location for the compiled model and the device (target) that the model runs on *

    *
  • *
  • *

    * The Amazon Resource Name (ARN) of the IAM role that Amazon SageMaker assumes to perform the model compilation * job. *

    *
  • *
*

* You can also provide a Tag to track the model compilation job's resource use and costs. The response * body contains the CompilationJobArn for the compiled job. *

*

* To stop a model compilation job, use StopCompilationJob. To get information about a particular model * compilation job, use DescribeCompilationJob. To get information about multiple model compilation jobs, use * ListCompilationJobs. *

* * @param createCompilationJobRequest * @return A Java Future containing the result of the CreateCompilationJob operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceInUseException Resource being accessed is in use.
  • *
  • ResourceLimitExceededException You have exceeded an Amazon SageMaker resource limit. For example, you * might have too many training jobs created.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.CreateCompilationJob * @see AWS * API Documentation */ default CompletableFuture createCompilationJob( CreateCompilationJobRequest createCompilationJobRequest) { throw new UnsupportedOperationException(); } /** *

* Starts a model compilation job. After the model has been compiled, Amazon SageMaker saves the resulting model * artifacts to an Amazon Simple Storage Service (Amazon S3) bucket that you specify. *

*

* If you choose to host your model using Amazon SageMaker hosting services, you can use the resulting model * artifacts as part of the model. You can also use the artifacts with AWS IoT Greengrass. In that case, deploy them * as an ML resource. *

*

* In the request body, you provide the following: *

*
    *
  • *

    * A name for the compilation job *

    *
  • *
  • *

    * Information about the input model artifacts *

    *
  • *
  • *

    * The output location for the compiled model and the device (target) that the model runs on *

    *
  • *
  • *

    * The Amazon Resource Name (ARN) of the IAM role that Amazon SageMaker assumes to perform the model compilation * job. *

    *
  • *
*

* You can also provide a Tag to track the model compilation job's resource use and costs. The response * body contains the CompilationJobArn for the compiled job. *

*

* To stop a model compilation job, use StopCompilationJob. To get information about a particular model * compilation job, use DescribeCompilationJob. To get information about multiple model compilation jobs, use * ListCompilationJobs. *

*
*

* This is a convenience which creates an instance of the {@link CreateCompilationJobRequest.Builder} avoiding the * need to create one manually via {@link CreateCompilationJobRequest#builder()} *

* * @param createCompilationJobRequest * A {@link Consumer} that will call methods on {@link CreateCompilationJobRequest.Builder} to create a * request. * @return A Java Future containing the result of the CreateCompilationJob operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceInUseException Resource being accessed is in use.
  • *
  • ResourceLimitExceededException You have exceeded an Amazon SageMaker resource limit. For example, you * might have too many training jobs created.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.CreateCompilationJob * @see AWS * API Documentation */ default CompletableFuture createCompilationJob( Consumer createCompilationJobRequest) { return createCompilationJob(CreateCompilationJobRequest.builder().applyMutation(createCompilationJobRequest).build()); } /** *

* Creates a context. A context is a lineage tracking entity that represents a logical grouping of other * tracking or experiment entities. Some examples are an endpoint and a model package. For more information, see Amazon SageMaker ML Lineage * Tracking. *

* * @param createContextRequest * @return A Java Future containing the result of the CreateContext operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceLimitExceededException You have exceeded an Amazon SageMaker resource limit. For example, you * might have too many training jobs created.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.CreateContext * @see AWS API * Documentation */ default CompletableFuture createContext(CreateContextRequest createContextRequest) { throw new UnsupportedOperationException(); } /** *

* Creates a context. A context is a lineage tracking entity that represents a logical grouping of other * tracking or experiment entities. Some examples are an endpoint and a model package. For more information, see Amazon SageMaker ML Lineage * Tracking. *

*
*

* This is a convenience which creates an instance of the {@link CreateContextRequest.Builder} avoiding the need to * create one manually via {@link CreateContextRequest#builder()} *

* * @param createContextRequest * A {@link Consumer} that will call methods on {@link CreateContextRequest.Builder} to create a request. * @return A Java Future containing the result of the CreateContext operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceLimitExceededException You have exceeded an Amazon SageMaker resource limit. For example, you * might have too many training jobs created.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.CreateContext * @see AWS API * Documentation */ default CompletableFuture createContext(Consumer createContextRequest) { return createContext(CreateContextRequest.builder().applyMutation(createContextRequest).build()); } /** *

* Creates a definition for a job that monitors data quality and drift. For information about model monitor, see Amazon SageMaker Model Monitor. *

* * @param createDataQualityJobDefinitionRequest * @return A Java Future containing the result of the CreateDataQualityJobDefinition operation returned by the * service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceLimitExceededException You have exceeded an Amazon SageMaker resource limit. For example, you * might have too many training jobs created.
  • *
  • ResourceInUseException Resource being accessed is in use.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.CreateDataQualityJobDefinition * @see AWS API Documentation */ default CompletableFuture createDataQualityJobDefinition( CreateDataQualityJobDefinitionRequest createDataQualityJobDefinitionRequest) { throw new UnsupportedOperationException(); } /** *

* Creates a definition for a job that monitors data quality and drift. For information about model monitor, see Amazon SageMaker Model Monitor. *

*
*

* This is a convenience which creates an instance of the {@link CreateDataQualityJobDefinitionRequest.Builder} * avoiding the need to create one manually via {@link CreateDataQualityJobDefinitionRequest#builder()} *

* * @param createDataQualityJobDefinitionRequest * A {@link Consumer} that will call methods on {@link CreateDataQualityJobDefinitionRequest.Builder} to * create a request. * @return A Java Future containing the result of the CreateDataQualityJobDefinition operation returned by the * service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceLimitExceededException You have exceeded an Amazon SageMaker resource limit. For example, you * might have too many training jobs created.
  • *
  • ResourceInUseException Resource being accessed is in use.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.CreateDataQualityJobDefinition * @see AWS API Documentation */ default CompletableFuture createDataQualityJobDefinition( Consumer createDataQualityJobDefinitionRequest) { return createDataQualityJobDefinition(CreateDataQualityJobDefinitionRequest.builder() .applyMutation(createDataQualityJobDefinitionRequest).build()); } /** *

* Creates a device fleet. *

* * @param createDeviceFleetRequest * @return A Java Future containing the result of the CreateDeviceFleet operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceInUseException Resource being accessed is in use.
  • *
  • ResourceLimitExceededException You have exceeded an Amazon SageMaker resource limit. For example, you * might have too many training jobs created.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.CreateDeviceFleet * @see AWS * API Documentation */ default CompletableFuture createDeviceFleet(CreateDeviceFleetRequest createDeviceFleetRequest) { throw new UnsupportedOperationException(); } /** *

* Creates a device fleet. *

*
*

* This is a convenience which creates an instance of the {@link CreateDeviceFleetRequest.Builder} avoiding the need * to create one manually via {@link CreateDeviceFleetRequest#builder()} *

* * @param createDeviceFleetRequest * A {@link Consumer} that will call methods on {@link CreateDeviceFleetRequest.Builder} to create a request. * @return A Java Future containing the result of the CreateDeviceFleet operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceInUseException Resource being accessed is in use.
  • *
  • ResourceLimitExceededException You have exceeded an Amazon SageMaker resource limit. For example, you * might have too many training jobs created.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.CreateDeviceFleet * @see AWS * API Documentation */ default CompletableFuture createDeviceFleet( Consumer createDeviceFleetRequest) { return createDeviceFleet(CreateDeviceFleetRequest.builder().applyMutation(createDeviceFleetRequest).build()); } /** *

* Creates a Domain used by Amazon SageMaker Studio. A domain consists of an associated Amazon Elastic * File System (EFS) volume, a list of authorized users, and a variety of security, application, policy, and Amazon * Virtual Private Cloud (VPC) configurations. An AWS account is limited to one domain per region. Users within a * domain can share notebook files and other artifacts with each other. *

*

* EFS storage *

*

* When a domain is created, an EFS volume is created for use by all of the users within the domain. Each user * receives a private home directory within the EFS volume for notebooks, Git repositories, and data files. *

*

* SageMaker uses the AWS Key Management Service (AWS KMS) to encrypt the EFS volume attached to the domain with an * AWS managed customer master key (CMK) by default. For more control, you can specify a customer managed CMK. For * more information, see Protect * Data at Rest Using Encryption. *

*

* VPC configuration *

*

* All SageMaker Studio traffic between the domain and the EFS volume is through the specified VPC and subnets. For * other Studio traffic, you can specify the AppNetworkAccessType parameter. * AppNetworkAccessType corresponds to the network access type that you choose when you onboard to * Studio. The following options are available: *

*
    *
  • *

    * PublicInternetOnly - Non-EFS traffic goes through a VPC managed by Amazon SageMaker, which allows * internet access. This is the default value. *

    *
  • *
  • *

    * VpcOnly - All Studio traffic is through the specified VPC and subnets. Internet access is disabled * by default. To allow internet access, you must specify a NAT gateway. *

    *

    * When internet access is disabled, you won't be able to run a Studio notebook or to train or host models unless * your VPC has an interface endpoint to the SageMaker API and runtime or a NAT gateway and your security groups * allow outbound connections. *

    *
  • *
*

* For more information, see Connect * SageMaker Studio Notebooks to Resources in a VPC. *

* * @param createDomainRequest * @return A Java Future containing the result of the CreateDomain operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceLimitExceededException You have exceeded an Amazon SageMaker resource limit. For example, you * might have too many training jobs created.
  • *
  • ResourceInUseException Resource being accessed is in use.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.CreateDomain * @see AWS API * Documentation */ default CompletableFuture createDomain(CreateDomainRequest createDomainRequest) { throw new UnsupportedOperationException(); } /** *

* Creates a Domain used by Amazon SageMaker Studio. A domain consists of an associated Amazon Elastic * File System (EFS) volume, a list of authorized users, and a variety of security, application, policy, and Amazon * Virtual Private Cloud (VPC) configurations. An AWS account is limited to one domain per region. Users within a * domain can share notebook files and other artifacts with each other. *

*

* EFS storage *

*

* When a domain is created, an EFS volume is created for use by all of the users within the domain. Each user * receives a private home directory within the EFS volume for notebooks, Git repositories, and data files. *

*

* SageMaker uses the AWS Key Management Service (AWS KMS) to encrypt the EFS volume attached to the domain with an * AWS managed customer master key (CMK) by default. For more control, you can specify a customer managed CMK. For * more information, see Protect * Data at Rest Using Encryption. *

*

* VPC configuration *

*

* All SageMaker Studio traffic between the domain and the EFS volume is through the specified VPC and subnets. For * other Studio traffic, you can specify the AppNetworkAccessType parameter. * AppNetworkAccessType corresponds to the network access type that you choose when you onboard to * Studio. The following options are available: *

*
    *
  • *

    * PublicInternetOnly - Non-EFS traffic goes through a VPC managed by Amazon SageMaker, which allows * internet access. This is the default value. *

    *
  • *
  • *

    * VpcOnly - All Studio traffic is through the specified VPC and subnets. Internet access is disabled * by default. To allow internet access, you must specify a NAT gateway. *

    *

    * When internet access is disabled, you won't be able to run a Studio notebook or to train or host models unless * your VPC has an interface endpoint to the SageMaker API and runtime or a NAT gateway and your security groups * allow outbound connections. *

    *
  • *
*

* For more information, see Connect * SageMaker Studio Notebooks to Resources in a VPC. *

*
*

* This is a convenience which creates an instance of the {@link CreateDomainRequest.Builder} avoiding the need to * create one manually via {@link CreateDomainRequest#builder()} *

* * @param createDomainRequest * A {@link Consumer} that will call methods on {@link CreateDomainRequest.Builder} to create a request. * @return A Java Future containing the result of the CreateDomain operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceLimitExceededException You have exceeded an Amazon SageMaker resource limit. For example, you * might have too many training jobs created.
  • *
  • ResourceInUseException Resource being accessed is in use.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.CreateDomain * @see AWS API * Documentation */ default CompletableFuture createDomain(Consumer createDomainRequest) { return createDomain(CreateDomainRequest.builder().applyMutation(createDomainRequest).build()); } /** *

* Starts a SageMaker Edge Manager model packaging job. Edge Manager will use the model artifacts from the Amazon * Simple Storage Service bucket that you specify. After the model has been packaged, Amazon SageMaker saves the * resulting artifacts to an S3 bucket that you specify. *

* * @param createEdgePackagingJobRequest * @return A Java Future containing the result of the CreateEdgePackagingJob operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceLimitExceededException You have exceeded an Amazon SageMaker resource limit. For example, you * might have too many training jobs created.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.CreateEdgePackagingJob * @see AWS API Documentation */ default CompletableFuture createEdgePackagingJob( CreateEdgePackagingJobRequest createEdgePackagingJobRequest) { throw new UnsupportedOperationException(); } /** *

* Starts a SageMaker Edge Manager model packaging job. Edge Manager will use the model artifacts from the Amazon * Simple Storage Service bucket that you specify. After the model has been packaged, Amazon SageMaker saves the * resulting artifacts to an S3 bucket that you specify. *

*
*

* This is a convenience which creates an instance of the {@link CreateEdgePackagingJobRequest.Builder} avoiding the * need to create one manually via {@link CreateEdgePackagingJobRequest#builder()} *

* * @param createEdgePackagingJobRequest * A {@link Consumer} that will call methods on {@link CreateEdgePackagingJobRequest.Builder} to create a * request. * @return A Java Future containing the result of the CreateEdgePackagingJob operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceLimitExceededException You have exceeded an Amazon SageMaker resource limit. For example, you * might have too many training jobs created.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.CreateEdgePackagingJob * @see AWS API Documentation */ default CompletableFuture createEdgePackagingJob( Consumer createEdgePackagingJobRequest) { return createEdgePackagingJob(CreateEdgePackagingJobRequest.builder().applyMutation(createEdgePackagingJobRequest) .build()); } /** *

* Creates an endpoint using the endpoint configuration specified in the request. Amazon SageMaker uses the endpoint * to provision resources and deploy models. You create the endpoint configuration with the * CreateEndpointConfig API. *

*

* Use this API to deploy models using Amazon SageMaker hosting services. *

*

* For an example that calls this method when deploying a model to Amazon SageMaker hosting services, see Deploy the * Model to Amazon SageMaker Hosting Services (AWS SDK for Python (Boto 3)). *

* *

* You must not delete an EndpointConfig that is in use by an endpoint that is live or while the * UpdateEndpoint or CreateEndpoint operations are being performed on the endpoint. To * update an endpoint, you must create a new EndpointConfig. *

*
*

* The endpoint name must be unique within an AWS Region in your AWS account. *

*

* When it receives the request, Amazon SageMaker creates the endpoint, launches the resources (ML compute * instances), and deploys the model(s) on them. *

* *

* When you call CreateEndpoint, a load call is made to DynamoDB to verify that your endpoint configuration * exists. When you read data from a DynamoDB table supporting * Eventually Consistent Reads , the response might not reflect the results of a recently completed * write operation. The response might include some stale data. If the dependent entities are not yet in DynamoDB, * this causes a validation error. If you repeat your read request after a short time, the response should return * the latest data. So retry logic is recommended to handle these possible issues. We also recommend that customers * call DescribeEndpointConfig before calling CreateEndpoint to minimize the potential impact of a * DynamoDB eventually consistent read. *

*
*

* When Amazon SageMaker receives the request, it sets the endpoint status to Creating. After it * creates the endpoint, it sets the status to InService. Amazon SageMaker can then process incoming * requests for inferences. To check the status of an endpoint, use the DescribeEndpoint API. *

*

* If any of the models hosted at this endpoint get model data from an Amazon S3 location, Amazon SageMaker uses AWS * Security Token Service to download model artifacts from the S3 path you provided. AWS STS is activated in your * IAM user account by default. If you previously deactivated AWS STS for a region, you need to reactivate AWS STS * for that region. For more information, see Activating and * Deactivating AWS STS in an AWS Region in the AWS Identity and Access Management User Guide. *

* *

* To add the IAM role policies for using this API operation, go to the IAM console, and choose Roles in the left navigation pane. Search * the IAM role that you want to grant access to use the CreateEndpoint and CreateEndpointConfig API * operations, add the following policies to the role. *

*
    *
  • *

    * Option 1: For a full Amazon SageMaker access, search and attach the AmazonSageMakerFullAccess * policy. *

    *
  • *
  • *

    * Option 2: For granting a limited access to an IAM role, paste the following Action elements manually into the * JSON file of the IAM role: *

    *

    * "Action": ["sagemaker:CreateEndpoint", "sagemaker:CreateEndpointConfig"] *

    *

    * "Resource": [ *

    *

    * "arn:aws:sagemaker:region:account-id:endpoint/endpointName" *

    *

    * "arn:aws:sagemaker:region:account-id:endpoint-config/endpointConfigName" *

    *

    * ] *

    *

    * For more information, see Amazon SageMaker API * Permissions: Actions, Permissions, and Resources Reference. *

    *
  • *
*
* * @param createEndpointRequest * @return A Java Future containing the result of the CreateEndpoint operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceLimitExceededException You have exceeded an Amazon SageMaker resource limit. For example, you * might have too many training jobs created.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.CreateEndpoint * @see AWS API * Documentation */ default CompletableFuture createEndpoint(CreateEndpointRequest createEndpointRequest) { throw new UnsupportedOperationException(); } /** *

* Creates an endpoint using the endpoint configuration specified in the request. Amazon SageMaker uses the endpoint * to provision resources and deploy models. You create the endpoint configuration with the * CreateEndpointConfig API. *

*

* Use this API to deploy models using Amazon SageMaker hosting services. *

*

* For an example that calls this method when deploying a model to Amazon SageMaker hosting services, see Deploy the * Model to Amazon SageMaker Hosting Services (AWS SDK for Python (Boto 3)). *

* *

* You must not delete an EndpointConfig that is in use by an endpoint that is live or while the * UpdateEndpoint or CreateEndpoint operations are being performed on the endpoint. To * update an endpoint, you must create a new EndpointConfig. *

*
*

* The endpoint name must be unique within an AWS Region in your AWS account. *

*

* When it receives the request, Amazon SageMaker creates the endpoint, launches the resources (ML compute * instances), and deploys the model(s) on them. *

* *

* When you call CreateEndpoint, a load call is made to DynamoDB to verify that your endpoint configuration * exists. When you read data from a DynamoDB table supporting * Eventually Consistent Reads , the response might not reflect the results of a recently completed * write operation. The response might include some stale data. If the dependent entities are not yet in DynamoDB, * this causes a validation error. If you repeat your read request after a short time, the response should return * the latest data. So retry logic is recommended to handle these possible issues. We also recommend that customers * call DescribeEndpointConfig before calling CreateEndpoint to minimize the potential impact of a * DynamoDB eventually consistent read. *

*
*

* When Amazon SageMaker receives the request, it sets the endpoint status to Creating. After it * creates the endpoint, it sets the status to InService. Amazon SageMaker can then process incoming * requests for inferences. To check the status of an endpoint, use the DescribeEndpoint API. *

*

* If any of the models hosted at this endpoint get model data from an Amazon S3 location, Amazon SageMaker uses AWS * Security Token Service to download model artifacts from the S3 path you provided. AWS STS is activated in your * IAM user account by default. If you previously deactivated AWS STS for a region, you need to reactivate AWS STS * for that region. For more information, see Activating and * Deactivating AWS STS in an AWS Region in the AWS Identity and Access Management User Guide. *

* *

* To add the IAM role policies for using this API operation, go to the IAM console, and choose Roles in the left navigation pane. Search * the IAM role that you want to grant access to use the CreateEndpoint and CreateEndpointConfig API * operations, add the following policies to the role. *

*
    *
  • *

    * Option 1: For a full Amazon SageMaker access, search and attach the AmazonSageMakerFullAccess * policy. *

    *
  • *
  • *

    * Option 2: For granting a limited access to an IAM role, paste the following Action elements manually into the * JSON file of the IAM role: *

    *

    * "Action": ["sagemaker:CreateEndpoint", "sagemaker:CreateEndpointConfig"] *

    *

    * "Resource": [ *

    *

    * "arn:aws:sagemaker:region:account-id:endpoint/endpointName" *

    *

    * "arn:aws:sagemaker:region:account-id:endpoint-config/endpointConfigName" *

    *

    * ] *

    *

    * For more information, see Amazon SageMaker API * Permissions: Actions, Permissions, and Resources Reference. *

    *
  • *
*

*

* This is a convenience which creates an instance of the {@link CreateEndpointRequest.Builder} avoiding the need to * create one manually via {@link CreateEndpointRequest#builder()} *

* * @param createEndpointRequest * A {@link Consumer} that will call methods on {@link CreateEndpointInput.Builder} to create a request. * @return A Java Future containing the result of the CreateEndpoint operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceLimitExceededException You have exceeded an Amazon SageMaker resource limit. For example, you * might have too many training jobs created.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.CreateEndpoint * @see AWS API * Documentation */ default CompletableFuture createEndpoint(Consumer createEndpointRequest) { return createEndpoint(CreateEndpointRequest.builder().applyMutation(createEndpointRequest).build()); } /** *

* Creates an endpoint configuration that Amazon SageMaker hosting services uses to deploy models. In the * configuration, you identify one or more models, created using the CreateModel API, to deploy and the * resources that you want Amazon SageMaker to provision. Then you call the CreateEndpoint API. *

* *

* Use this API if you want to use Amazon SageMaker hosting services to deploy models into production. *

*
*

* In the request, you define a ProductionVariant, for each model that you want to deploy. Each * ProductionVariant parameter also describes the resources that you want Amazon SageMaker to * provision. This includes the number and type of ML compute instances to deploy. *

*

* If you are hosting multiple models, you also assign a VariantWeight to specify how much traffic you * want to allocate to each model. For example, suppose that you want to host two models, A and B, and you assign * traffic weight 2 for model A and 1 for model B. Amazon SageMaker distributes two-thirds of the traffic to Model * A, and one-third to model B. *

*

* For an example that calls this method when deploying a model to Amazon SageMaker hosting services, see Deploy the * Model to Amazon SageMaker Hosting Services (AWS SDK for Python (Boto 3)). *

* *

* When you call CreateEndpoint, a load call is made to DynamoDB to verify that your endpoint configuration * exists. When you read data from a DynamoDB table supporting * Eventually Consistent Reads , the response might not reflect the results of a recently completed * write operation. The response might include some stale data. If the dependent entities are not yet in DynamoDB, * this causes a validation error. If you repeat your read request after a short time, the response should return * the latest data. So retry logic is recommended to handle these possible issues. We also recommend that customers * call DescribeEndpointConfig before calling CreateEndpoint to minimize the potential impact of a * DynamoDB eventually consistent read. *

*
* * @param createEndpointConfigRequest * @return A Java Future containing the result of the CreateEndpointConfig operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceLimitExceededException You have exceeded an Amazon SageMaker resource limit. For example, you * might have too many training jobs created.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.CreateEndpointConfig * @see AWS * API Documentation */ default CompletableFuture createEndpointConfig( CreateEndpointConfigRequest createEndpointConfigRequest) { throw new UnsupportedOperationException(); } /** *

* Creates an endpoint configuration that Amazon SageMaker hosting services uses to deploy models. In the * configuration, you identify one or more models, created using the CreateModel API, to deploy and the * resources that you want Amazon SageMaker to provision. Then you call the CreateEndpoint API. *

* *

* Use this API if you want to use Amazon SageMaker hosting services to deploy models into production. *

*
*

* In the request, you define a ProductionVariant, for each model that you want to deploy. Each * ProductionVariant parameter also describes the resources that you want Amazon SageMaker to * provision. This includes the number and type of ML compute instances to deploy. *

*

* If you are hosting multiple models, you also assign a VariantWeight to specify how much traffic you * want to allocate to each model. For example, suppose that you want to host two models, A and B, and you assign * traffic weight 2 for model A and 1 for model B. Amazon SageMaker distributes two-thirds of the traffic to Model * A, and one-third to model B. *

*

* For an example that calls this method when deploying a model to Amazon SageMaker hosting services, see Deploy the * Model to Amazon SageMaker Hosting Services (AWS SDK for Python (Boto 3)). *

* *

* When you call CreateEndpoint, a load call is made to DynamoDB to verify that your endpoint configuration * exists. When you read data from a DynamoDB table supporting * Eventually Consistent Reads , the response might not reflect the results of a recently completed * write operation. The response might include some stale data. If the dependent entities are not yet in DynamoDB, * this causes a validation error. If you repeat your read request after a short time, the response should return * the latest data. So retry logic is recommended to handle these possible issues. We also recommend that customers * call DescribeEndpointConfig before calling CreateEndpoint to minimize the potential impact of a * DynamoDB eventually consistent read. *

*

*

* This is a convenience which creates an instance of the {@link CreateEndpointConfigRequest.Builder} avoiding the * need to create one manually via {@link CreateEndpointConfigRequest#builder()} *

* * @param createEndpointConfigRequest * A {@link Consumer} that will call methods on {@link CreateEndpointConfigInput.Builder} to create a * request. * @return A Java Future containing the result of the CreateEndpointConfig operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceLimitExceededException You have exceeded an Amazon SageMaker resource limit. For example, you * might have too many training jobs created.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.CreateEndpointConfig * @see AWS * API Documentation */ default CompletableFuture createEndpointConfig( Consumer createEndpointConfigRequest) { return createEndpointConfig(CreateEndpointConfigRequest.builder().applyMutation(createEndpointConfigRequest).build()); } /** *

* Creates an SageMaker experiment. An experiment is a collection of trials that are observed, * compared and evaluated as a group. A trial is a set of steps, called trial components, that produce a * machine learning model. *

*

* The goal of an experiment is to determine the components that produce the best model. Multiple trials are * performed, each one isolating and measuring the impact of a change to one or more inputs, while keeping the * remaining inputs constant. *

*

* When you use Amazon SageMaker Studio or the Amazon SageMaker Python SDK, all experiments, trials, and trial * components are automatically tracked, logged, and indexed. When you use the AWS SDK for Python (Boto), you must * use the logging APIs provided by the SDK. *

*

* You can add tags to experiments, trials, trial components and then use the Search API to search for the * tags. *

*

* To add a description to an experiment, specify the optional Description parameter. To add a * description later, or to change the description, call the UpdateExperiment API. *

*

* To get a list of all your experiments, call the ListExperiments API. To view an experiment's properties, * call the DescribeExperiment API. To get a list of all the trials associated with an experiment, call the * ListTrials API. To create a trial call the CreateTrial API. *

* * @param createExperimentRequest * @return A Java Future containing the result of the CreateExperiment operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceLimitExceededException You have exceeded an Amazon SageMaker resource limit. For example, you * might have too many training jobs created.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.CreateExperiment * @see AWS API * Documentation */ default CompletableFuture createExperiment(CreateExperimentRequest createExperimentRequest) { throw new UnsupportedOperationException(); } /** *

* Creates an SageMaker experiment. An experiment is a collection of trials that are observed, * compared and evaluated as a group. A trial is a set of steps, called trial components, that produce a * machine learning model. *

*

* The goal of an experiment is to determine the components that produce the best model. Multiple trials are * performed, each one isolating and measuring the impact of a change to one or more inputs, while keeping the * remaining inputs constant. *

*

* When you use Amazon SageMaker Studio or the Amazon SageMaker Python SDK, all experiments, trials, and trial * components are automatically tracked, logged, and indexed. When you use the AWS SDK for Python (Boto), you must * use the logging APIs provided by the SDK. *

*

* You can add tags to experiments, trials, trial components and then use the Search API to search for the * tags. *

*

* To add a description to an experiment, specify the optional Description parameter. To add a * description later, or to change the description, call the UpdateExperiment API. *

*

* To get a list of all your experiments, call the ListExperiments API. To view an experiment's properties, * call the DescribeExperiment API. To get a list of all the trials associated with an experiment, call the * ListTrials API. To create a trial call the CreateTrial API. *

*
*

* This is a convenience which creates an instance of the {@link CreateExperimentRequest.Builder} avoiding the need * to create one manually via {@link CreateExperimentRequest#builder()} *

* * @param createExperimentRequest * A {@link Consumer} that will call methods on {@link CreateExperimentRequest.Builder} to create a request. * @return A Java Future containing the result of the CreateExperiment operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceLimitExceededException You have exceeded an Amazon SageMaker resource limit. For example, you * might have too many training jobs created.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.CreateExperiment * @see AWS API * Documentation */ default CompletableFuture createExperiment( Consumer createExperimentRequest) { return createExperiment(CreateExperimentRequest.builder().applyMutation(createExperimentRequest).build()); } /** *

* Create a new FeatureGroup. A FeatureGroup is a group of Features defined * in the FeatureStore to describe a Record. *

*

* The FeatureGroup defines the schema and features contained in the FeatureGroup. A * FeatureGroup definition is composed of a list of Features, a * RecordIdentifierFeatureName, an EventTimeFeatureName and configurations for its * OnlineStore and OfflineStore. Check AWS service quotas to see the * FeatureGroups quota for your AWS account. *

* *

* You must include at least one of OnlineStoreConfig and OfflineStoreConfig to create a * FeatureGroup. *

*
* * @param createFeatureGroupRequest * @return A Java Future containing the result of the CreateFeatureGroup operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceInUseException Resource being accessed is in use.
  • *
  • ResourceLimitExceededException You have exceeded an Amazon SageMaker resource limit. For example, you * might have too many training jobs created.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.CreateFeatureGroup * @see AWS * API Documentation */ default CompletableFuture createFeatureGroup(CreateFeatureGroupRequest createFeatureGroupRequest) { throw new UnsupportedOperationException(); } /** *

* Create a new FeatureGroup. A FeatureGroup is a group of Features defined * in the FeatureStore to describe a Record. *

*

* The FeatureGroup defines the schema and features contained in the FeatureGroup. A * FeatureGroup definition is composed of a list of Features, a * RecordIdentifierFeatureName, an EventTimeFeatureName and configurations for its * OnlineStore and OfflineStore. Check AWS service quotas to see the * FeatureGroups quota for your AWS account. *

* *

* You must include at least one of OnlineStoreConfig and OfflineStoreConfig to create a * FeatureGroup. *

*

*

* This is a convenience which creates an instance of the {@link CreateFeatureGroupRequest.Builder} avoiding the * need to create one manually via {@link CreateFeatureGroupRequest#builder()} *

* * @param createFeatureGroupRequest * A {@link Consumer} that will call methods on {@link CreateFeatureGroupRequest.Builder} to create a * request. * @return A Java Future containing the result of the CreateFeatureGroup operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceInUseException Resource being accessed is in use.
  • *
  • ResourceLimitExceededException You have exceeded an Amazon SageMaker resource limit. For example, you * might have too many training jobs created.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.CreateFeatureGroup * @see AWS * API Documentation */ default CompletableFuture createFeatureGroup( Consumer createFeatureGroupRequest) { return createFeatureGroup(CreateFeatureGroupRequest.builder().applyMutation(createFeatureGroupRequest).build()); } /** *

* Creates a flow definition. *

* * @param createFlowDefinitionRequest * @return A Java Future containing the result of the CreateFlowDefinition operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceLimitExceededException You have exceeded an Amazon SageMaker resource limit. For example, you * might have too many training jobs created.
  • *
  • ResourceInUseException Resource being accessed is in use.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.CreateFlowDefinition * @see AWS * API Documentation */ default CompletableFuture createFlowDefinition( CreateFlowDefinitionRequest createFlowDefinitionRequest) { throw new UnsupportedOperationException(); } /** *

* Creates a flow definition. *

*
*

* This is a convenience which creates an instance of the {@link CreateFlowDefinitionRequest.Builder} avoiding the * need to create one manually via {@link CreateFlowDefinitionRequest#builder()} *

* * @param createFlowDefinitionRequest * A {@link Consumer} that will call methods on {@link CreateFlowDefinitionRequest.Builder} to create a * request. * @return A Java Future containing the result of the CreateFlowDefinition operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceLimitExceededException You have exceeded an Amazon SageMaker resource limit. For example, you * might have too many training jobs created.
  • *
  • ResourceInUseException Resource being accessed is in use.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.CreateFlowDefinition * @see AWS * API Documentation */ default CompletableFuture createFlowDefinition( Consumer createFlowDefinitionRequest) { return createFlowDefinition(CreateFlowDefinitionRequest.builder().applyMutation(createFlowDefinitionRequest).build()); } /** *

* Defines the settings you will use for the human review workflow user interface. Reviewers will see a three-panel * interface with an instruction area, the item to review, and an input area. *

* * @param createHumanTaskUiRequest * @return A Java Future containing the result of the CreateHumanTaskUi operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceLimitExceededException You have exceeded an Amazon SageMaker resource limit. For example, you * might have too many training jobs created.
  • *
  • ResourceInUseException Resource being accessed is in use.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.CreateHumanTaskUi * @see AWS * API Documentation */ default CompletableFuture createHumanTaskUi(CreateHumanTaskUiRequest createHumanTaskUiRequest) { throw new UnsupportedOperationException(); } /** *

* Defines the settings you will use for the human review workflow user interface. Reviewers will see a three-panel * interface with an instruction area, the item to review, and an input area. *

*
*

* This is a convenience which creates an instance of the {@link CreateHumanTaskUiRequest.Builder} avoiding the need * to create one manually via {@link CreateHumanTaskUiRequest#builder()} *

* * @param createHumanTaskUiRequest * A {@link Consumer} that will call methods on {@link CreateHumanTaskUiRequest.Builder} to create a request. * @return A Java Future containing the result of the CreateHumanTaskUi operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceLimitExceededException You have exceeded an Amazon SageMaker resource limit. For example, you * might have too many training jobs created.
  • *
  • ResourceInUseException Resource being accessed is in use.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.CreateHumanTaskUi * @see AWS * API Documentation */ default CompletableFuture createHumanTaskUi( Consumer createHumanTaskUiRequest) { return createHumanTaskUi(CreateHumanTaskUiRequest.builder().applyMutation(createHumanTaskUiRequest).build()); } /** *

* Starts a hyperparameter tuning job. A hyperparameter tuning job finds the best version of a model by running many * training jobs on your dataset using the algorithm you choose and values for hyperparameters within ranges that * you specify. It then chooses the hyperparameter values that result in a model that performs the best, as measured * by an objective metric that you choose. *

* * @param createHyperParameterTuningJobRequest * @return A Java Future containing the result of the CreateHyperParameterTuningJob operation returned by the * service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceInUseException Resource being accessed is in use.
  • *
  • ResourceLimitExceededException You have exceeded an Amazon SageMaker resource limit. For example, you * might have too many training jobs created.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.CreateHyperParameterTuningJob * @see AWS API Documentation */ default CompletableFuture createHyperParameterTuningJob( CreateHyperParameterTuningJobRequest createHyperParameterTuningJobRequest) { throw new UnsupportedOperationException(); } /** *

* Starts a hyperparameter tuning job. A hyperparameter tuning job finds the best version of a model by running many * training jobs on your dataset using the algorithm you choose and values for hyperparameters within ranges that * you specify. It then chooses the hyperparameter values that result in a model that performs the best, as measured * by an objective metric that you choose. *

*
*

* This is a convenience which creates an instance of the {@link CreateHyperParameterTuningJobRequest.Builder} * avoiding the need to create one manually via {@link CreateHyperParameterTuningJobRequest#builder()} *

* * @param createHyperParameterTuningJobRequest * A {@link Consumer} that will call methods on {@link CreateHyperParameterTuningJobRequest.Builder} to * create a request. * @return A Java Future containing the result of the CreateHyperParameterTuningJob operation returned by the * service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceInUseException Resource being accessed is in use.
  • *
  • ResourceLimitExceededException You have exceeded an Amazon SageMaker resource limit. For example, you * might have too many training jobs created.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.CreateHyperParameterTuningJob * @see AWS API Documentation */ default CompletableFuture createHyperParameterTuningJob( Consumer createHyperParameterTuningJobRequest) { return createHyperParameterTuningJob(CreateHyperParameterTuningJobRequest.builder() .applyMutation(createHyperParameterTuningJobRequest).build()); } /** *

* Creates a custom SageMaker image. A SageMaker image is a set of image versions. Each image version represents a * container image stored in Amazon Container Registry (ECR). For more information, see Bring your own SageMaker image. *

* * @param createImageRequest * @return A Java Future containing the result of the CreateImage operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceInUseException Resource being accessed is in use.
  • *
  • ResourceLimitExceededException You have exceeded an Amazon SageMaker resource limit. For example, you * might have too many training jobs created.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.CreateImage * @see AWS API * Documentation */ default CompletableFuture createImage(CreateImageRequest createImageRequest) { throw new UnsupportedOperationException(); } /** *

* Creates a custom SageMaker image. A SageMaker image is a set of image versions. Each image version represents a * container image stored in Amazon Container Registry (ECR). For more information, see Bring your own SageMaker image. *

*
*

* This is a convenience which creates an instance of the {@link CreateImageRequest.Builder} avoiding the need to * create one manually via {@link CreateImageRequest#builder()} *

* * @param createImageRequest * A {@link Consumer} that will call methods on {@link CreateImageRequest.Builder} to create a request. * @return A Java Future containing the result of the CreateImage operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceInUseException Resource being accessed is in use.
  • *
  • ResourceLimitExceededException You have exceeded an Amazon SageMaker resource limit. For example, you * might have too many training jobs created.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.CreateImage * @see AWS API * Documentation */ default CompletableFuture createImage(Consumer createImageRequest) { return createImage(CreateImageRequest.builder().applyMutation(createImageRequest).build()); } /** *

* Creates a version of the SageMaker image specified by ImageName. The version represents the Amazon * Container Registry (ECR) container image specified by BaseImage. *

* * @param createImageVersionRequest * @return A Java Future containing the result of the CreateImageVersion operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceInUseException Resource being accessed is in use.
  • *
  • ResourceLimitExceededException You have exceeded an Amazon SageMaker resource limit. For example, you * might have too many training jobs created.
  • *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.CreateImageVersion * @see AWS * API Documentation */ default CompletableFuture createImageVersion(CreateImageVersionRequest createImageVersionRequest) { throw new UnsupportedOperationException(); } /** *

* Creates a version of the SageMaker image specified by ImageName. The version represents the Amazon * Container Registry (ECR) container image specified by BaseImage. *

*
*

* This is a convenience which creates an instance of the {@link CreateImageVersionRequest.Builder} avoiding the * need to create one manually via {@link CreateImageVersionRequest#builder()} *

* * @param createImageVersionRequest * A {@link Consumer} that will call methods on {@link CreateImageVersionRequest.Builder} to create a * request. * @return A Java Future containing the result of the CreateImageVersion operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceInUseException Resource being accessed is in use.
  • *
  • ResourceLimitExceededException You have exceeded an Amazon SageMaker resource limit. For example, you * might have too many training jobs created.
  • *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.CreateImageVersion * @see AWS * API Documentation */ default CompletableFuture createImageVersion( Consumer createImageVersionRequest) { return createImageVersion(CreateImageVersionRequest.builder().applyMutation(createImageVersionRequest).build()); } /** *

* Creates a job that uses workers to label the data objects in your input dataset. You can use the labeled data to * train machine learning models. *

*

* You can select your workforce from one of three providers: *

*
    *
  • *

    * A private workforce that you create. It can include employees, contractors, and outside experts. Use a private * workforce when want the data to stay within your organization or when a specific set of skills is required. *

    *
  • *
  • *

    * One or more vendors that you select from the AWS Marketplace. Vendors provide expertise in specific areas. *

    *
  • *
  • *

    * The Amazon Mechanical Turk workforce. This is the largest workforce, but it should only be used for public data * or data that has been stripped of any personally identifiable information. *

    *
  • *
*

* You can also use automated data labeling to reduce the number of data objects that need to be labeled by a * human. Automated data labeling uses active learning to determine if a data object can be labeled by * machine or if it needs to be sent to a human worker. For more information, see Using Automated Data * Labeling. *

*

* The data objects to be labeled are contained in an Amazon S3 bucket. You create a manifest file that * describes the location of each object. For more information, see Using Input and Output Data. *

*

* The output can be used as the manifest file for another labeling job or as training data for your machine * learning models. *

* * @param createLabelingJobRequest * @return A Java Future containing the result of the CreateLabelingJob operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceInUseException Resource being accessed is in use.
  • *
  • ResourceLimitExceededException You have exceeded an Amazon SageMaker resource limit. For example, you * might have too many training jobs created.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.CreateLabelingJob * @see AWS * API Documentation */ default CompletableFuture createLabelingJob(CreateLabelingJobRequest createLabelingJobRequest) { throw new UnsupportedOperationException(); } /** *

* Creates a job that uses workers to label the data objects in your input dataset. You can use the labeled data to * train machine learning models. *

*

* You can select your workforce from one of three providers: *

*
    *
  • *

    * A private workforce that you create. It can include employees, contractors, and outside experts. Use a private * workforce when want the data to stay within your organization or when a specific set of skills is required. *

    *
  • *
  • *

    * One or more vendors that you select from the AWS Marketplace. Vendors provide expertise in specific areas. *

    *
  • *
  • *

    * The Amazon Mechanical Turk workforce. This is the largest workforce, but it should only be used for public data * or data that has been stripped of any personally identifiable information. *

    *
  • *
*

* You can also use automated data labeling to reduce the number of data objects that need to be labeled by a * human. Automated data labeling uses active learning to determine if a data object can be labeled by * machine or if it needs to be sent to a human worker. For more information, see Using Automated Data * Labeling. *

*

* The data objects to be labeled are contained in an Amazon S3 bucket. You create a manifest file that * describes the location of each object. For more information, see Using Input and Output Data. *

*

* The output can be used as the manifest file for another labeling job or as training data for your machine * learning models. *

*
*

* This is a convenience which creates an instance of the {@link CreateLabelingJobRequest.Builder} avoiding the need * to create one manually via {@link CreateLabelingJobRequest#builder()} *

* * @param createLabelingJobRequest * A {@link Consumer} that will call methods on {@link CreateLabelingJobRequest.Builder} to create a request. * @return A Java Future containing the result of the CreateLabelingJob operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceInUseException Resource being accessed is in use.
  • *
  • ResourceLimitExceededException You have exceeded an Amazon SageMaker resource limit. For example, you * might have too many training jobs created.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.CreateLabelingJob * @see AWS * API Documentation */ default CompletableFuture createLabelingJob( Consumer createLabelingJobRequest) { return createLabelingJob(CreateLabelingJobRequest.builder().applyMutation(createLabelingJobRequest).build()); } /** *

* Creates a model in Amazon SageMaker. In the request, you name the model and describe a primary container. For the * primary container, you specify the Docker image that contains inference code, artifacts (from prior training), * and a custom environment map that the inference code uses when you deploy the model for predictions. *

*

* Use this API to create a model if you want to use Amazon SageMaker hosting services or run a batch transform job. *

*

* To host your model, you create an endpoint configuration with the CreateEndpointConfig API, and then * create an endpoint with the CreateEndpoint API. Amazon SageMaker then deploys all of the containers * that you defined for the model in the hosting environment. *

*

* For an example that calls this method when deploying a model to Amazon SageMaker hosting services, see Deploy the * Model to Amazon SageMaker Hosting Services (AWS SDK for Python (Boto 3)). *

*

* To run a batch transform using your model, you start a job with the CreateTransformJob API. Amazon * SageMaker uses your model and your dataset to get inferences which are then saved to a specified S3 location. *

*

* In the CreateModel request, you must define a container with the PrimaryContainer * parameter. *

*

* In the request, you also provide an IAM role that Amazon SageMaker can assume to access model artifacts and * docker image for deployment on ML compute hosting instances or for batch transform jobs. In addition, you also * use the IAM role to manage permissions the inference code needs. For example, if the inference code access any * other AWS resources, you grant necessary permissions via this role. *

* * @param createModelRequest * @return A Java Future containing the result of the CreateModel operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceLimitExceededException You have exceeded an Amazon SageMaker resource limit. For example, you * might have too many training jobs created.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.CreateModel * @see AWS API * Documentation */ default CompletableFuture createModel(CreateModelRequest createModelRequest) { throw new UnsupportedOperationException(); } /** *

* Creates a model in Amazon SageMaker. In the request, you name the model and describe a primary container. For the * primary container, you specify the Docker image that contains inference code, artifacts (from prior training), * and a custom environment map that the inference code uses when you deploy the model for predictions. *

*

* Use this API to create a model if you want to use Amazon SageMaker hosting services or run a batch transform job. *

*

* To host your model, you create an endpoint configuration with the CreateEndpointConfig API, and then * create an endpoint with the CreateEndpoint API. Amazon SageMaker then deploys all of the containers * that you defined for the model in the hosting environment. *

*

* For an example that calls this method when deploying a model to Amazon SageMaker hosting services, see Deploy the * Model to Amazon SageMaker Hosting Services (AWS SDK for Python (Boto 3)). *

*

* To run a batch transform using your model, you start a job with the CreateTransformJob API. Amazon * SageMaker uses your model and your dataset to get inferences which are then saved to a specified S3 location. *

*

* In the CreateModel request, you must define a container with the PrimaryContainer * parameter. *

*

* In the request, you also provide an IAM role that Amazon SageMaker can assume to access model artifacts and * docker image for deployment on ML compute hosting instances or for batch transform jobs. In addition, you also * use the IAM role to manage permissions the inference code needs. For example, if the inference code access any * other AWS resources, you grant necessary permissions via this role. *

*
*

* This is a convenience which creates an instance of the {@link CreateModelRequest.Builder} avoiding the need to * create one manually via {@link CreateModelRequest#builder()} *

* * @param createModelRequest * A {@link Consumer} that will call methods on {@link CreateModelInput.Builder} to create a request. * @return A Java Future containing the result of the CreateModel operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceLimitExceededException You have exceeded an Amazon SageMaker resource limit. For example, you * might have too many training jobs created.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.CreateModel * @see AWS API * Documentation */ default CompletableFuture createModel(Consumer createModelRequest) { return createModel(CreateModelRequest.builder().applyMutation(createModelRequest).build()); } /** *

* Creates the definition for a model bias job. *

* * @param createModelBiasJobDefinitionRequest * @return A Java Future containing the result of the CreateModelBiasJobDefinition operation returned by the * service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceLimitExceededException You have exceeded an Amazon SageMaker resource limit. For example, you * might have too many training jobs created.
  • *
  • ResourceInUseException Resource being accessed is in use.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.CreateModelBiasJobDefinition * @see AWS API Documentation */ default CompletableFuture createModelBiasJobDefinition( CreateModelBiasJobDefinitionRequest createModelBiasJobDefinitionRequest) { throw new UnsupportedOperationException(); } /** *

* Creates the definition for a model bias job. *

*
*

* This is a convenience which creates an instance of the {@link CreateModelBiasJobDefinitionRequest.Builder} * avoiding the need to create one manually via {@link CreateModelBiasJobDefinitionRequest#builder()} *

* * @param createModelBiasJobDefinitionRequest * A {@link Consumer} that will call methods on {@link CreateModelBiasJobDefinitionRequest.Builder} to create * a request. * @return A Java Future containing the result of the CreateModelBiasJobDefinition operation returned by the * service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceLimitExceededException You have exceeded an Amazon SageMaker resource limit. For example, you * might have too many training jobs created.
  • *
  • ResourceInUseException Resource being accessed is in use.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.CreateModelBiasJobDefinition * @see AWS API Documentation */ default CompletableFuture createModelBiasJobDefinition( Consumer createModelBiasJobDefinitionRequest) { return createModelBiasJobDefinition(CreateModelBiasJobDefinitionRequest.builder() .applyMutation(createModelBiasJobDefinitionRequest).build()); } /** *

* Creates the definition for a model explainability job. *

* * @param createModelExplainabilityJobDefinitionRequest * @return A Java Future containing the result of the CreateModelExplainabilityJobDefinition operation returned by * the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceLimitExceededException You have exceeded an Amazon SageMaker resource limit. For example, you * might have too many training jobs created.
  • *
  • ResourceInUseException Resource being accessed is in use.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.CreateModelExplainabilityJobDefinition * @see AWS API Documentation */ default CompletableFuture createModelExplainabilityJobDefinition( CreateModelExplainabilityJobDefinitionRequest createModelExplainabilityJobDefinitionRequest) { throw new UnsupportedOperationException(); } /** *

* Creates the definition for a model explainability job. *

*
*

* This is a convenience which creates an instance of the * {@link CreateModelExplainabilityJobDefinitionRequest.Builder} avoiding the need to create one manually via * {@link CreateModelExplainabilityJobDefinitionRequest#builder()} *

* * @param createModelExplainabilityJobDefinitionRequest * A {@link Consumer} that will call methods on {@link CreateModelExplainabilityJobDefinitionRequest.Builder} * to create a request. * @return A Java Future containing the result of the CreateModelExplainabilityJobDefinition operation returned by * the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceLimitExceededException You have exceeded an Amazon SageMaker resource limit. For example, you * might have too many training jobs created.
  • *
  • ResourceInUseException Resource being accessed is in use.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.CreateModelExplainabilityJobDefinition * @see AWS API Documentation */ default CompletableFuture createModelExplainabilityJobDefinition( Consumer createModelExplainabilityJobDefinitionRequest) { return createModelExplainabilityJobDefinition(CreateModelExplainabilityJobDefinitionRequest.builder() .applyMutation(createModelExplainabilityJobDefinitionRequest).build()); } /** *

* Creates a model package that you can use to create Amazon SageMaker models or list on AWS Marketplace, or a * versioned model that is part of a model group. Buyers can subscribe to model packages listed on AWS Marketplace * to create models in Amazon SageMaker. *

*

* To create a model package by specifying a Docker container that contains your inference code and the Amazon S3 * location of your model artifacts, provide values for InferenceSpecification. To create a model from * an algorithm resource that you created or subscribed to in AWS Marketplace, provide a value for * SourceAlgorithmSpecification. *

* *

* There are two types of model packages: *

*
    *
  • *

    * Versioned - a model that is part of a model group in the model registry. *

    *
  • *
  • *

    * Unversioned - a model package that is not part of a model group. *

    *
  • *
*
* * @param createModelPackageRequest * @return A Java Future containing the result of the CreateModelPackage operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ConflictException There was a conflict when you attempted to modify an experiment, trial, or trial * component.
  • *
  • ResourceLimitExceededException You have exceeded an Amazon SageMaker resource limit. For example, you * might have too many training jobs created.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.CreateModelPackage * @see AWS * API Documentation */ default CompletableFuture createModelPackage(CreateModelPackageRequest createModelPackageRequest) { throw new UnsupportedOperationException(); } /** *

* Creates a model package that you can use to create Amazon SageMaker models or list on AWS Marketplace, or a * versioned model that is part of a model group. Buyers can subscribe to model packages listed on AWS Marketplace * to create models in Amazon SageMaker. *

*

* To create a model package by specifying a Docker container that contains your inference code and the Amazon S3 * location of your model artifacts, provide values for InferenceSpecification. To create a model from * an algorithm resource that you created or subscribed to in AWS Marketplace, provide a value for * SourceAlgorithmSpecification. *

* *

* There are two types of model packages: *

*
    *
  • *

    * Versioned - a model that is part of a model group in the model registry. *

    *
  • *
  • *

    * Unversioned - a model package that is not part of a model group. *

    *
  • *
*

*

* This is a convenience which creates an instance of the {@link CreateModelPackageRequest.Builder} avoiding the * need to create one manually via {@link CreateModelPackageRequest#builder()} *

* * @param createModelPackageRequest * A {@link Consumer} that will call methods on {@link CreateModelPackageInput.Builder} to create a request. * @return A Java Future containing the result of the CreateModelPackage operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ConflictException There was a conflict when you attempted to modify an experiment, trial, or trial * component.
  • *
  • ResourceLimitExceededException You have exceeded an Amazon SageMaker resource limit. For example, you * might have too many training jobs created.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.CreateModelPackage * @see AWS * API Documentation */ default CompletableFuture createModelPackage( Consumer createModelPackageRequest) { return createModelPackage(CreateModelPackageRequest.builder().applyMutation(createModelPackageRequest).build()); } /** *

* Creates a model group. A model group contains a group of model versions. *

* * @param createModelPackageGroupRequest * @return A Java Future containing the result of the CreateModelPackageGroup operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceLimitExceededException You have exceeded an Amazon SageMaker resource limit. For example, you * might have too many training jobs created.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.CreateModelPackageGroup * @see AWS API Documentation */ default CompletableFuture createModelPackageGroup( CreateModelPackageGroupRequest createModelPackageGroupRequest) { throw new UnsupportedOperationException(); } /** *

* Creates a model group. A model group contains a group of model versions. *

*
*

* This is a convenience which creates an instance of the {@link CreateModelPackageGroupRequest.Builder} avoiding * the need to create one manually via {@link CreateModelPackageGroupRequest#builder()} *

* * @param createModelPackageGroupRequest * A {@link Consumer} that will call methods on {@link CreateModelPackageGroupInput.Builder} to create a * request. * @return A Java Future containing the result of the CreateModelPackageGroup operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceLimitExceededException You have exceeded an Amazon SageMaker resource limit. For example, you * might have too many training jobs created.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.CreateModelPackageGroup * @see AWS API Documentation */ default CompletableFuture createModelPackageGroup( Consumer createModelPackageGroupRequest) { return createModelPackageGroup(CreateModelPackageGroupRequest.builder().applyMutation(createModelPackageGroupRequest) .build()); } /** *

* Creates a definition for a job that monitors model quality and drift. For information about model monitor, see Amazon SageMaker Model Monitor. *

* * @param createModelQualityJobDefinitionRequest * @return A Java Future containing the result of the CreateModelQualityJobDefinition operation returned by the * service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceLimitExceededException You have exceeded an Amazon SageMaker resource limit. For example, you * might have too many training jobs created.
  • *
  • ResourceInUseException Resource being accessed is in use.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.CreateModelQualityJobDefinition * @see AWS API Documentation */ default CompletableFuture createModelQualityJobDefinition( CreateModelQualityJobDefinitionRequest createModelQualityJobDefinitionRequest) { throw new UnsupportedOperationException(); } /** *

* Creates a definition for a job that monitors model quality and drift. For information about model monitor, see Amazon SageMaker Model Monitor. *

*
*

* This is a convenience which creates an instance of the {@link CreateModelQualityJobDefinitionRequest.Builder} * avoiding the need to create one manually via {@link CreateModelQualityJobDefinitionRequest#builder()} *

* * @param createModelQualityJobDefinitionRequest * A {@link Consumer} that will call methods on {@link CreateModelQualityJobDefinitionRequest.Builder} to * create a request. * @return A Java Future containing the result of the CreateModelQualityJobDefinition operation returned by the * service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceLimitExceededException You have exceeded an Amazon SageMaker resource limit. For example, you * might have too many training jobs created.
  • *
  • ResourceInUseException Resource being accessed is in use.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.CreateModelQualityJobDefinition * @see AWS API Documentation */ default CompletableFuture createModelQualityJobDefinition( Consumer createModelQualityJobDefinitionRequest) { return createModelQualityJobDefinition(CreateModelQualityJobDefinitionRequest.builder() .applyMutation(createModelQualityJobDefinitionRequest).build()); } /** *

* Creates a schedule that regularly starts Amazon SageMaker Processing Jobs to monitor the data captured for an * Amazon SageMaker Endoint. *

* * @param createMonitoringScheduleRequest * @return A Java Future containing the result of the CreateMonitoringSchedule operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceLimitExceededException You have exceeded an Amazon SageMaker resource limit. For example, you * might have too many training jobs created.
  • *
  • ResourceInUseException Resource being accessed is in use.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.CreateMonitoringSchedule * @see AWS API Documentation */ default CompletableFuture createMonitoringSchedule( CreateMonitoringScheduleRequest createMonitoringScheduleRequest) { throw new UnsupportedOperationException(); } /** *

* Creates a schedule that regularly starts Amazon SageMaker Processing Jobs to monitor the data captured for an * Amazon SageMaker Endoint. *

*
*

* This is a convenience which creates an instance of the {@link CreateMonitoringScheduleRequest.Builder} avoiding * the need to create one manually via {@link CreateMonitoringScheduleRequest#builder()} *

* * @param createMonitoringScheduleRequest * A {@link Consumer} that will call methods on {@link CreateMonitoringScheduleRequest.Builder} to create a * request. * @return A Java Future containing the result of the CreateMonitoringSchedule operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceLimitExceededException You have exceeded an Amazon SageMaker resource limit. For example, you * might have too many training jobs created.
  • *
  • ResourceInUseException Resource being accessed is in use.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.CreateMonitoringSchedule * @see AWS API Documentation */ default CompletableFuture createMonitoringSchedule( Consumer createMonitoringScheduleRequest) { return createMonitoringSchedule(CreateMonitoringScheduleRequest.builder().applyMutation(createMonitoringScheduleRequest) .build()); } /** *

* Creates an Amazon SageMaker notebook instance. A notebook instance is a machine learning (ML) compute instance * running on a Jupyter notebook. *

*

* In a CreateNotebookInstance request, specify the type of ML compute instance that you want to run. * Amazon SageMaker launches the instance, installs common libraries that you can use to explore datasets for model * training, and attaches an ML storage volume to the notebook instance. *

*

* Amazon SageMaker also provides a set of example notebooks. Each notebook demonstrates how to use Amazon SageMaker * with a specific algorithm or with a machine learning framework. *

*

* After receiving the request, Amazon SageMaker does the following: *

*
    *
  1. *

    * Creates a network interface in the Amazon SageMaker VPC. *

    *
  2. *
  3. *

    * (Option) If you specified SubnetId, Amazon SageMaker creates a network interface in your own VPC, * which is inferred from the subnet ID that you provide in the input. When creating this network interface, Amazon * SageMaker attaches the security group that you specified in the request to the network interface that it creates * in your VPC. *

    *
  4. *
  5. *

    * Launches an EC2 instance of the type specified in the request in the Amazon SageMaker VPC. If you specified * SubnetId of your VPC, Amazon SageMaker specifies both network interfaces when launching this * instance. This enables inbound traffic from your own VPC to the notebook instance, assuming that the security * groups allow it. *

    *
  6. *
*

* After creating the notebook instance, Amazon SageMaker returns its Amazon Resource Name (ARN). You can't change * the name of a notebook instance after you create it. *

*

* After Amazon SageMaker creates the notebook instance, you can connect to the Jupyter server and work in Jupyter * notebooks. For example, you can write code to explore a dataset that you can use for model training, train a * model, host models by creating Amazon SageMaker endpoints, and validate hosted models. *

*

* For more information, see How It * Works. *

* * @param createNotebookInstanceRequest * @return A Java Future containing the result of the CreateNotebookInstance operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceLimitExceededException You have exceeded an Amazon SageMaker resource limit. For example, you * might have too many training jobs created.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.CreateNotebookInstance * @see AWS API Documentation */ default CompletableFuture createNotebookInstance( CreateNotebookInstanceRequest createNotebookInstanceRequest) { throw new UnsupportedOperationException(); } /** *

* Creates an Amazon SageMaker notebook instance. A notebook instance is a machine learning (ML) compute instance * running on a Jupyter notebook. *

*

* In a CreateNotebookInstance request, specify the type of ML compute instance that you want to run. * Amazon SageMaker launches the instance, installs common libraries that you can use to explore datasets for model * training, and attaches an ML storage volume to the notebook instance. *

*

* Amazon SageMaker also provides a set of example notebooks. Each notebook demonstrates how to use Amazon SageMaker * with a specific algorithm or with a machine learning framework. *

*

* After receiving the request, Amazon SageMaker does the following: *

*
    *
  1. *

    * Creates a network interface in the Amazon SageMaker VPC. *

    *
  2. *
  3. *

    * (Option) If you specified SubnetId, Amazon SageMaker creates a network interface in your own VPC, * which is inferred from the subnet ID that you provide in the input. When creating this network interface, Amazon * SageMaker attaches the security group that you specified in the request to the network interface that it creates * in your VPC. *

    *
  4. *
  5. *

    * Launches an EC2 instance of the type specified in the request in the Amazon SageMaker VPC. If you specified * SubnetId of your VPC, Amazon SageMaker specifies both network interfaces when launching this * instance. This enables inbound traffic from your own VPC to the notebook instance, assuming that the security * groups allow it. *

    *
  6. *
*

* After creating the notebook instance, Amazon SageMaker returns its Amazon Resource Name (ARN). You can't change * the name of a notebook instance after you create it. *

*

* After Amazon SageMaker creates the notebook instance, you can connect to the Jupyter server and work in Jupyter * notebooks. For example, you can write code to explore a dataset that you can use for model training, train a * model, host models by creating Amazon SageMaker endpoints, and validate hosted models. *

*

* For more information, see How It * Works. *

*
*

* This is a convenience which creates an instance of the {@link CreateNotebookInstanceRequest.Builder} avoiding the * need to create one manually via {@link CreateNotebookInstanceRequest#builder()} *

* * @param createNotebookInstanceRequest * A {@link Consumer} that will call methods on {@link CreateNotebookInstanceInput.Builder} to create a * request. * @return A Java Future containing the result of the CreateNotebookInstance operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceLimitExceededException You have exceeded an Amazon SageMaker resource limit. For example, you * might have too many training jobs created.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.CreateNotebookInstance * @see AWS API Documentation */ default CompletableFuture createNotebookInstance( Consumer createNotebookInstanceRequest) { return createNotebookInstance(CreateNotebookInstanceRequest.builder().applyMutation(createNotebookInstanceRequest) .build()); } /** *

* Creates a lifecycle configuration that you can associate with a notebook instance. A lifecycle * configuration is a collection of shell scripts that run when you create or start a notebook instance. *

*

* Each lifecycle configuration script has a limit of 16384 characters. *

*

* The value of the $PATH environment variable that is available to both scripts is * /sbin:bin:/usr/sbin:/usr/bin. *

*

* View CloudWatch Logs for notebook instance lifecycle configurations in log group * /aws/sagemaker/NotebookInstances in log stream * [notebook-instance-name]/[LifecycleConfigHook]. *

*

* Lifecycle configuration scripts cannot run for longer than 5 minutes. If a script runs for longer than 5 minutes, * it fails and the notebook instance is not created or started. *

*

* For information about notebook instance lifestyle configurations, see Step 2.1: (Optional) * Customize a Notebook Instance. *

* * @param createNotebookInstanceLifecycleConfigRequest * @return A Java Future containing the result of the CreateNotebookInstanceLifecycleConfig operation returned by * the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceLimitExceededException You have exceeded an Amazon SageMaker resource limit. For example, you * might have too many training jobs created.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.CreateNotebookInstanceLifecycleConfig * @see AWS API Documentation */ default CompletableFuture createNotebookInstanceLifecycleConfig( CreateNotebookInstanceLifecycleConfigRequest createNotebookInstanceLifecycleConfigRequest) { throw new UnsupportedOperationException(); } /** *

* Creates a lifecycle configuration that you can associate with a notebook instance. A lifecycle * configuration is a collection of shell scripts that run when you create or start a notebook instance. *

*

* Each lifecycle configuration script has a limit of 16384 characters. *

*

* The value of the $PATH environment variable that is available to both scripts is * /sbin:bin:/usr/sbin:/usr/bin. *

*

* View CloudWatch Logs for notebook instance lifecycle configurations in log group * /aws/sagemaker/NotebookInstances in log stream * [notebook-instance-name]/[LifecycleConfigHook]. *

*

* Lifecycle configuration scripts cannot run for longer than 5 minutes. If a script runs for longer than 5 minutes, * it fails and the notebook instance is not created or started. *

*

* For information about notebook instance lifestyle configurations, see Step 2.1: (Optional) * Customize a Notebook Instance. *

*
*

* This is a convenience which creates an instance of the * {@link CreateNotebookInstanceLifecycleConfigRequest.Builder} avoiding the need to create one manually via * {@link CreateNotebookInstanceLifecycleConfigRequest#builder()} *

* * @param createNotebookInstanceLifecycleConfigRequest * A {@link Consumer} that will call methods on {@link CreateNotebookInstanceLifecycleConfigInput.Builder} to * create a request. * @return A Java Future containing the result of the CreateNotebookInstanceLifecycleConfig operation returned by * the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceLimitExceededException You have exceeded an Amazon SageMaker resource limit. For example, you * might have too many training jobs created.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.CreateNotebookInstanceLifecycleConfig * @see AWS API Documentation */ default CompletableFuture createNotebookInstanceLifecycleConfig( Consumer createNotebookInstanceLifecycleConfigRequest) { return createNotebookInstanceLifecycleConfig(CreateNotebookInstanceLifecycleConfigRequest.builder() .applyMutation(createNotebookInstanceLifecycleConfigRequest).build()); } /** *

* Creates a pipeline using a JSON pipeline definition. *

* * @param createPipelineRequest * @return A Java Future containing the result of the CreatePipeline operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • ResourceLimitExceededException You have exceeded an Amazon SageMaker resource limit. For example, you * might have too many training jobs created.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.CreatePipeline * @see AWS API * Documentation */ default CompletableFuture createPipeline(CreatePipelineRequest createPipelineRequest) { throw new UnsupportedOperationException(); } /** *

* Creates a pipeline using a JSON pipeline definition. *

*
*

* This is a convenience which creates an instance of the {@link CreatePipelineRequest.Builder} avoiding the need to * create one manually via {@link CreatePipelineRequest#builder()} *

* * @param createPipelineRequest * A {@link Consumer} that will call methods on {@link CreatePipelineRequest.Builder} to create a request. * @return A Java Future containing the result of the CreatePipeline operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • ResourceLimitExceededException You have exceeded an Amazon SageMaker resource limit. For example, you * might have too many training jobs created.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.CreatePipeline * @see AWS API * Documentation */ default CompletableFuture createPipeline(Consumer createPipelineRequest) { return createPipeline(CreatePipelineRequest.builder().applyMutation(createPipelineRequest).build()); } /** *

* Creates a URL for a specified UserProfile in a Domain. When accessed in a web browser, the user will be * automatically signed in to Amazon SageMaker Studio, and granted access to all of the Apps and files associated * with the Domain's Amazon Elastic File System (EFS) volume. This operation can only be called when the * authentication mode equals IAM. *

* *

* The URL that you get from a call to CreatePresignedDomainUrl is valid only for 5 minutes. If you try * to use the URL after the 5-minute limit expires, you are directed to the AWS console sign-in page. *

*
* * @param createPresignedDomainUrlRequest * @return A Java Future containing the result of the CreatePresignedDomainUrl operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.CreatePresignedDomainUrl * @see AWS API Documentation */ default CompletableFuture createPresignedDomainUrl( CreatePresignedDomainUrlRequest createPresignedDomainUrlRequest) { throw new UnsupportedOperationException(); } /** *

* Creates a URL for a specified UserProfile in a Domain. When accessed in a web browser, the user will be * automatically signed in to Amazon SageMaker Studio, and granted access to all of the Apps and files associated * with the Domain's Amazon Elastic File System (EFS) volume. This operation can only be called when the * authentication mode equals IAM. *

* *

* The URL that you get from a call to CreatePresignedDomainUrl is valid only for 5 minutes. If you try * to use the URL after the 5-minute limit expires, you are directed to the AWS console sign-in page. *

*

*

* This is a convenience which creates an instance of the {@link CreatePresignedDomainUrlRequest.Builder} avoiding * the need to create one manually via {@link CreatePresignedDomainUrlRequest#builder()} *

* * @param createPresignedDomainUrlRequest * A {@link Consumer} that will call methods on {@link CreatePresignedDomainUrlRequest.Builder} to create a * request. * @return A Java Future containing the result of the CreatePresignedDomainUrl operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.CreatePresignedDomainUrl * @see AWS API Documentation */ default CompletableFuture createPresignedDomainUrl( Consumer createPresignedDomainUrlRequest) { return createPresignedDomainUrl(CreatePresignedDomainUrlRequest.builder().applyMutation(createPresignedDomainUrlRequest) .build()); } /** *

* Returns a URL that you can use to connect to the Jupyter server from a notebook instance. In the Amazon SageMaker * console, when you choose Open next to a notebook instance, Amazon SageMaker opens a new tab showing * the Jupyter server home page from the notebook instance. The console uses this API to get the URL and show the * page. *

*

* The IAM role or user used to call this API defines the permissions to access the notebook instance. Once the * presigned URL is created, no additional permission is required to access this URL. IAM authorization policies for * this API are also enforced for every HTTP request and WebSocket frame that attempts to connect to the notebook * instance. *

*

* You can restrict access to this API and to the URL that it returns to a list of IP addresses that you specify. * Use the NotIpAddress condition operator and the aws:SourceIP condition context key to * specify the list of IP addresses that you want to have access to the notebook instance. For more information, see * Limit Access to a Notebook Instance by IP Address. *

* *

* The URL that you get from a call to CreatePresignedNotebookInstanceUrl is valid only for 5 minutes. If you * try to use the URL after the 5-minute limit expires, you are directed to the AWS console sign-in page. *

*
* * @param createPresignedNotebookInstanceUrlRequest * @return A Java Future containing the result of the CreatePresignedNotebookInstanceUrl operation returned by the * service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.CreatePresignedNotebookInstanceUrl * @see AWS API Documentation */ default CompletableFuture createPresignedNotebookInstanceUrl( CreatePresignedNotebookInstanceUrlRequest createPresignedNotebookInstanceUrlRequest) { throw new UnsupportedOperationException(); } /** *

* Returns a URL that you can use to connect to the Jupyter server from a notebook instance. In the Amazon SageMaker * console, when you choose Open next to a notebook instance, Amazon SageMaker opens a new tab showing * the Jupyter server home page from the notebook instance. The console uses this API to get the URL and show the * page. *

*

* The IAM role or user used to call this API defines the permissions to access the notebook instance. Once the * presigned URL is created, no additional permission is required to access this URL. IAM authorization policies for * this API are also enforced for every HTTP request and WebSocket frame that attempts to connect to the notebook * instance. *

*

* You can restrict access to this API and to the URL that it returns to a list of IP addresses that you specify. * Use the NotIpAddress condition operator and the aws:SourceIP condition context key to * specify the list of IP addresses that you want to have access to the notebook instance. For more information, see * Limit Access to a Notebook Instance by IP Address. *

* *

* The URL that you get from a call to CreatePresignedNotebookInstanceUrl is valid only for 5 minutes. If you * try to use the URL after the 5-minute limit expires, you are directed to the AWS console sign-in page. *

*

*

* This is a convenience which creates an instance of the {@link CreatePresignedNotebookInstanceUrlRequest.Builder} * avoiding the need to create one manually via {@link CreatePresignedNotebookInstanceUrlRequest#builder()} *

* * @param createPresignedNotebookInstanceUrlRequest * A {@link Consumer} that will call methods on {@link CreatePresignedNotebookInstanceUrlInput.Builder} to * create a request. * @return A Java Future containing the result of the CreatePresignedNotebookInstanceUrl operation returned by the * service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.CreatePresignedNotebookInstanceUrl * @see AWS API Documentation */ default CompletableFuture createPresignedNotebookInstanceUrl( Consumer createPresignedNotebookInstanceUrlRequest) { return createPresignedNotebookInstanceUrl(CreatePresignedNotebookInstanceUrlRequest.builder() .applyMutation(createPresignedNotebookInstanceUrlRequest).build()); } /** *

* Creates a processing job. *

* * @param createProcessingJobRequest * @return A Java Future containing the result of the CreateProcessingJob operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceInUseException Resource being accessed is in use.
  • *
  • ResourceLimitExceededException You have exceeded an Amazon SageMaker resource limit. For example, you * might have too many training jobs created.
  • *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.CreateProcessingJob * @see AWS * API Documentation */ default CompletableFuture createProcessingJob( CreateProcessingJobRequest createProcessingJobRequest) { throw new UnsupportedOperationException(); } /** *

* Creates a processing job. *

*
*

* This is a convenience which creates an instance of the {@link CreateProcessingJobRequest.Builder} avoiding the * need to create one manually via {@link CreateProcessingJobRequest#builder()} *

* * @param createProcessingJobRequest * A {@link Consumer} that will call methods on {@link CreateProcessingJobRequest.Builder} to create a * request. * @return A Java Future containing the result of the CreateProcessingJob operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceInUseException Resource being accessed is in use.
  • *
  • ResourceLimitExceededException You have exceeded an Amazon SageMaker resource limit. For example, you * might have too many training jobs created.
  • *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.CreateProcessingJob * @see AWS * API Documentation */ default CompletableFuture createProcessingJob( Consumer createProcessingJobRequest) { return createProcessingJob(CreateProcessingJobRequest.builder().applyMutation(createProcessingJobRequest).build()); } /** *

* Creates a machine learning (ML) project that can contain one or more templates that set up an ML pipeline from * training to deploying an approved model. *

* * @param createProjectRequest * @return A Java Future containing the result of the CreateProject operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceLimitExceededException You have exceeded an Amazon SageMaker resource limit. For example, you * might have too many training jobs created.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.CreateProject * @see AWS API * Documentation */ default CompletableFuture createProject(CreateProjectRequest createProjectRequest) { throw new UnsupportedOperationException(); } /** *

* Creates a machine learning (ML) project that can contain one or more templates that set up an ML pipeline from * training to deploying an approved model. *

*
*

* This is a convenience which creates an instance of the {@link CreateProjectRequest.Builder} avoiding the need to * create one manually via {@link CreateProjectRequest#builder()} *

* * @param createProjectRequest * A {@link Consumer} that will call methods on {@link CreateProjectInput.Builder} to create a request. * @return A Java Future containing the result of the CreateProject operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceLimitExceededException You have exceeded an Amazon SageMaker resource limit. For example, you * might have too many training jobs created.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.CreateProject * @see AWS API * Documentation */ default CompletableFuture createProject(Consumer createProjectRequest) { return createProject(CreateProjectRequest.builder().applyMutation(createProjectRequest).build()); } /** *

* Starts a model training job. After training completes, Amazon SageMaker saves the resulting model artifacts to an * Amazon S3 location that you specify. *

*

* If you choose to host your model using Amazon SageMaker hosting services, you can use the resulting model * artifacts as part of the model. You can also use the artifacts in a machine learning service other than Amazon * SageMaker, provided that you know how to use them for inference. *

*

* In the request body, you provide the following: *

*
    *
  • *

    * AlgorithmSpecification - Identifies the training algorithm to use. *

    *
  • *
  • *

    * HyperParameters - Specify these algorithm-specific parameters to enable the estimation of model * parameters during training. Hyperparameters can be tuned to optimize this learning process. For a list of * hyperparameters for each training algorithm provided by Amazon SageMaker, see Algorithms. *

    *
  • *
  • *

    * InputDataConfig - Describes the training dataset and the Amazon S3, EFS, or FSx location where it is * stored. *

    *
  • *
  • *

    * OutputDataConfig - Identifies the Amazon S3 bucket where you want Amazon SageMaker to save the * results of model training. *

    *

  • *
  • *

    * ResourceConfig - Identifies the resources, ML compute instances, and ML storage volumes to deploy * for model training. In distributed training, you specify more than one instance. *

    *
  • *
  • *

    * EnableManagedSpotTraining - Optimize the cost of training machine learning models by up to 80% by * using Amazon EC2 Spot instances. For more information, see Managed Spot * Training. *

    *
  • *
  • *

    * RoleArn - The Amazon Resource Number (ARN) that Amazon SageMaker assumes to perform tasks on your * behalf during model training. You must grant this role the necessary permissions so that Amazon SageMaker can * successfully complete model training. *

    *
  • *
  • *

    * StoppingCondition - To help cap training costs, use MaxRuntimeInSeconds to set a time * limit for training. Use MaxWaitTimeInSeconds to specify how long you are willing to wait for a * managed spot training job to complete. *

    *
  • *
*

* For more information about Amazon SageMaker, see How It Works. *

* * @param createTrainingJobRequest * @return A Java Future containing the result of the CreateTrainingJob operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceInUseException Resource being accessed is in use.
  • *
  • ResourceLimitExceededException You have exceeded an Amazon SageMaker resource limit. For example, you * might have too many training jobs created.
  • *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.CreateTrainingJob * @see AWS * API Documentation */ default CompletableFuture createTrainingJob(CreateTrainingJobRequest createTrainingJobRequest) { throw new UnsupportedOperationException(); } /** *

* Starts a model training job. After training completes, Amazon SageMaker saves the resulting model artifacts to an * Amazon S3 location that you specify. *

*

* If you choose to host your model using Amazon SageMaker hosting services, you can use the resulting model * artifacts as part of the model. You can also use the artifacts in a machine learning service other than Amazon * SageMaker, provided that you know how to use them for inference. *

*

* In the request body, you provide the following: *

*
    *
  • *

    * AlgorithmSpecification - Identifies the training algorithm to use. *

    *
  • *
  • *

    * HyperParameters - Specify these algorithm-specific parameters to enable the estimation of model * parameters during training. Hyperparameters can be tuned to optimize this learning process. For a list of * hyperparameters for each training algorithm provided by Amazon SageMaker, see Algorithms. *

    *
  • *
  • *

    * InputDataConfig - Describes the training dataset and the Amazon S3, EFS, or FSx location where it is * stored. *

    *
  • *
  • *

    * OutputDataConfig - Identifies the Amazon S3 bucket where you want Amazon SageMaker to save the * results of model training. *

    *

  • *
  • *

    * ResourceConfig - Identifies the resources, ML compute instances, and ML storage volumes to deploy * for model training. In distributed training, you specify more than one instance. *

    *
  • *
  • *

    * EnableManagedSpotTraining - Optimize the cost of training machine learning models by up to 80% by * using Amazon EC2 Spot instances. For more information, see Managed Spot * Training. *

    *
  • *
  • *

    * RoleArn - The Amazon Resource Number (ARN) that Amazon SageMaker assumes to perform tasks on your * behalf during model training. You must grant this role the necessary permissions so that Amazon SageMaker can * successfully complete model training. *

    *
  • *
  • *

    * StoppingCondition - To help cap training costs, use MaxRuntimeInSeconds to set a time * limit for training. Use MaxWaitTimeInSeconds to specify how long you are willing to wait for a * managed spot training job to complete. *

    *
  • *
*

* For more information about Amazon SageMaker, see How It Works. *

*
*

* This is a convenience which creates an instance of the {@link CreateTrainingJobRequest.Builder} avoiding the need * to create one manually via {@link CreateTrainingJobRequest#builder()} *

* * @param createTrainingJobRequest * A {@link Consumer} that will call methods on {@link CreateTrainingJobRequest.Builder} to create a request. * @return A Java Future containing the result of the CreateTrainingJob operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceInUseException Resource being accessed is in use.
  • *
  • ResourceLimitExceededException You have exceeded an Amazon SageMaker resource limit. For example, you * might have too many training jobs created.
  • *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.CreateTrainingJob * @see AWS * API Documentation */ default CompletableFuture createTrainingJob( Consumer createTrainingJobRequest) { return createTrainingJob(CreateTrainingJobRequest.builder().applyMutation(createTrainingJobRequest).build()); } /** *

* Starts a transform job. A transform job uses a trained model to get inferences on a dataset and saves these * results to an Amazon S3 location that you specify. *

*

* To perform batch transformations, you create a transform job and use the data that you have readily available. *

*

* In the request body, you provide the following: *

*
    *
  • *

    * TransformJobName - Identifies the transform job. The name must be unique within an AWS Region in an * AWS account. *

    *
  • *
  • *

    * ModelName - Identifies the model to use. ModelName must be the name of an existing * Amazon SageMaker model in the same AWS Region and AWS account. For information on creating a model, see * CreateModel. *

    *
  • *
  • *

    * TransformInput - Describes the dataset to be transformed and the Amazon S3 location where it is * stored. *

    *
  • *
  • *

    * TransformOutput - Identifies the Amazon S3 location where you want Amazon SageMaker to save the * results from the transform job. *

    *
  • *
  • *

    * TransformResources - Identifies the ML compute instances for the transform job. *

    *
  • *
*

* For more information about how batch transformation works, see Batch Transform. *

* * @param createTransformJobRequest * @return A Java Future containing the result of the CreateTransformJob operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceInUseException Resource being accessed is in use.
  • *
  • ResourceLimitExceededException You have exceeded an Amazon SageMaker resource limit. For example, you * might have too many training jobs created.
  • *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.CreateTransformJob * @see AWS * API Documentation */ default CompletableFuture createTransformJob(CreateTransformJobRequest createTransformJobRequest) { throw new UnsupportedOperationException(); } /** *

* Starts a transform job. A transform job uses a trained model to get inferences on a dataset and saves these * results to an Amazon S3 location that you specify. *

*

* To perform batch transformations, you create a transform job and use the data that you have readily available. *

*

* In the request body, you provide the following: *

*
    *
  • *

    * TransformJobName - Identifies the transform job. The name must be unique within an AWS Region in an * AWS account. *

    *
  • *
  • *

    * ModelName - Identifies the model to use. ModelName must be the name of an existing * Amazon SageMaker model in the same AWS Region and AWS account. For information on creating a model, see * CreateModel. *

    *
  • *
  • *

    * TransformInput - Describes the dataset to be transformed and the Amazon S3 location where it is * stored. *

    *
  • *
  • *

    * TransformOutput - Identifies the Amazon S3 location where you want Amazon SageMaker to save the * results from the transform job. *

    *
  • *
  • *

    * TransformResources - Identifies the ML compute instances for the transform job. *

    *
  • *
*

* For more information about how batch transformation works, see Batch Transform. *

*
*

* This is a convenience which creates an instance of the {@link CreateTransformJobRequest.Builder} avoiding the * need to create one manually via {@link CreateTransformJobRequest#builder()} *

* * @param createTransformJobRequest * A {@link Consumer} that will call methods on {@link CreateTransformJobRequest.Builder} to create a * request. * @return A Java Future containing the result of the CreateTransformJob operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceInUseException Resource being accessed is in use.
  • *
  • ResourceLimitExceededException You have exceeded an Amazon SageMaker resource limit. For example, you * might have too many training jobs created.
  • *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.CreateTransformJob * @see AWS * API Documentation */ default CompletableFuture createTransformJob( Consumer createTransformJobRequest) { return createTransformJob(CreateTransformJobRequest.builder().applyMutation(createTransformJobRequest).build()); } /** *

* Creates an Amazon SageMaker trial. A trial is a set of steps called trial components that produce a * machine learning model. A trial is part of a single Amazon SageMaker experiment. *

*

* When you use Amazon SageMaker Studio or the Amazon SageMaker Python SDK, all experiments, trials, and trial * components are automatically tracked, logged, and indexed. When you use the AWS SDK for Python (Boto), you must * use the logging APIs provided by the SDK. *

*

* You can add tags to a trial and then use the Search API to search for the tags. *

*

* To get a list of all your trials, call the ListTrials API. To view a trial's properties, call the * DescribeTrial API. To create a trial component, call the CreateTrialComponent API. *

* * @param createTrialRequest * @return A Java Future containing the result of the CreateTrial operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • ResourceLimitExceededException You have exceeded an Amazon SageMaker resource limit. For example, you * might have too many training jobs created.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.CreateTrial * @see AWS API * Documentation */ default CompletableFuture createTrial(CreateTrialRequest createTrialRequest) { throw new UnsupportedOperationException(); } /** *

* Creates an Amazon SageMaker trial. A trial is a set of steps called trial components that produce a * machine learning model. A trial is part of a single Amazon SageMaker experiment. *

*

* When you use Amazon SageMaker Studio or the Amazon SageMaker Python SDK, all experiments, trials, and trial * components are automatically tracked, logged, and indexed. When you use the AWS SDK for Python (Boto), you must * use the logging APIs provided by the SDK. *

*

* You can add tags to a trial and then use the Search API to search for the tags. *

*

* To get a list of all your trials, call the ListTrials API. To view a trial's properties, call the * DescribeTrial API. To create a trial component, call the CreateTrialComponent API. *

*
*

* This is a convenience which creates an instance of the {@link CreateTrialRequest.Builder} avoiding the need to * create one manually via {@link CreateTrialRequest#builder()} *

* * @param createTrialRequest * A {@link Consumer} that will call methods on {@link CreateTrialRequest.Builder} to create a request. * @return A Java Future containing the result of the CreateTrial operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • ResourceLimitExceededException You have exceeded an Amazon SageMaker resource limit. For example, you * might have too many training jobs created.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.CreateTrial * @see AWS API * Documentation */ default CompletableFuture createTrial(Consumer createTrialRequest) { return createTrial(CreateTrialRequest.builder().applyMutation(createTrialRequest).build()); } /** *

* Creates a trial component, which is a stage of a machine learning trial. A trial is composed of one * or more trial components. A trial component can be used in multiple trials. *

*

* Trial components include pre-processing jobs, training jobs, and batch transform jobs. *

*

* When you use Amazon SageMaker Studio or the Amazon SageMaker Python SDK, all experiments, trials, and trial * components are automatically tracked, logged, and indexed. When you use the AWS SDK for Python (Boto), you must * use the logging APIs provided by the SDK. *

*

* You can add tags to a trial component and then use the Search API to search for the tags. *

* *

* CreateTrialComponent can only be invoked from within an Amazon SageMaker managed environment. This * includes Amazon SageMaker training jobs, processing jobs, transform jobs, and Amazon SageMaker notebooks. A call * to CreateTrialComponent from outside one of these environments results in an error. *

*
* * @param createTrialComponentRequest * @return A Java Future containing the result of the CreateTrialComponent operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceLimitExceededException You have exceeded an Amazon SageMaker resource limit. For example, you * might have too many training jobs created.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.CreateTrialComponent * @see AWS * API Documentation */ default CompletableFuture createTrialComponent( CreateTrialComponentRequest createTrialComponentRequest) { throw new UnsupportedOperationException(); } /** *

* Creates a trial component, which is a stage of a machine learning trial. A trial is composed of one * or more trial components. A trial component can be used in multiple trials. *

*

* Trial components include pre-processing jobs, training jobs, and batch transform jobs. *

*

* When you use Amazon SageMaker Studio or the Amazon SageMaker Python SDK, all experiments, trials, and trial * components are automatically tracked, logged, and indexed. When you use the AWS SDK for Python (Boto), you must * use the logging APIs provided by the SDK. *

*

* You can add tags to a trial component and then use the Search API to search for the tags. *

* *

* CreateTrialComponent can only be invoked from within an Amazon SageMaker managed environment. This * includes Amazon SageMaker training jobs, processing jobs, transform jobs, and Amazon SageMaker notebooks. A call * to CreateTrialComponent from outside one of these environments results in an error. *

*

*

* This is a convenience which creates an instance of the {@link CreateTrialComponentRequest.Builder} avoiding the * need to create one manually via {@link CreateTrialComponentRequest#builder()} *

* * @param createTrialComponentRequest * A {@link Consumer} that will call methods on {@link CreateTrialComponentRequest.Builder} to create a * request. * @return A Java Future containing the result of the CreateTrialComponent operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceLimitExceededException You have exceeded an Amazon SageMaker resource limit. For example, you * might have too many training jobs created.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.CreateTrialComponent * @see AWS * API Documentation */ default CompletableFuture createTrialComponent( Consumer createTrialComponentRequest) { return createTrialComponent(CreateTrialComponentRequest.builder().applyMutation(createTrialComponentRequest).build()); } /** *

* Creates a user profile. A user profile represents a single user within a domain, and is the main way to reference * a "person" for the purposes of sharing, reporting, and other user-oriented features. This entity is created when * a user onboards to Amazon SageMaker Studio. If an administrator invites a person by email or imports them from * SSO, a user profile is automatically created. A user profile is the primary holder of settings for an individual * user and has a reference to the user's private Amazon Elastic File System (EFS) home directory. *

* * @param createUserProfileRequest * @return A Java Future containing the result of the CreateUserProfile operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceLimitExceededException You have exceeded an Amazon SageMaker resource limit. For example, you * might have too many training jobs created.
  • *
  • ResourceInUseException Resource being accessed is in use.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.CreateUserProfile * @see AWS * API Documentation */ default CompletableFuture createUserProfile(CreateUserProfileRequest createUserProfileRequest) { throw new UnsupportedOperationException(); } /** *

* Creates a user profile. A user profile represents a single user within a domain, and is the main way to reference * a "person" for the purposes of sharing, reporting, and other user-oriented features. This entity is created when * a user onboards to Amazon SageMaker Studio. If an administrator invites a person by email or imports them from * SSO, a user profile is automatically created. A user profile is the primary holder of settings for an individual * user and has a reference to the user's private Amazon Elastic File System (EFS) home directory. *

*
*

* This is a convenience which creates an instance of the {@link CreateUserProfileRequest.Builder} avoiding the need * to create one manually via {@link CreateUserProfileRequest#builder()} *

* * @param createUserProfileRequest * A {@link Consumer} that will call methods on {@link CreateUserProfileRequest.Builder} to create a request. * @return A Java Future containing the result of the CreateUserProfile operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceLimitExceededException You have exceeded an Amazon SageMaker resource limit. For example, you * might have too many training jobs created.
  • *
  • ResourceInUseException Resource being accessed is in use.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.CreateUserProfile * @see AWS * API Documentation */ default CompletableFuture createUserProfile( Consumer createUserProfileRequest) { return createUserProfile(CreateUserProfileRequest.builder().applyMutation(createUserProfileRequest).build()); } /** *

* Use this operation to create a workforce. This operation will return an error if a workforce already exists in * the AWS Region that you specify. You can only create one workforce in each AWS Region per AWS account. *

*

* If you want to create a new workforce in an AWS Region where a workforce already exists, use the API operation to * delete the existing workforce and then use CreateWorkforce to create a new workforce. *

*

* To create a private workforce using Amazon Cognito, you must specify a Cognito user pool in * CognitoConfig. You can also create an Amazon Cognito workforce using the Amazon SageMaker console. * For more information, see Create a Private * Workforce (Amazon Cognito). *

*

* To create a private workforce using your own OIDC Identity Provider (IdP), specify your IdP configuration in * OidcConfig. Your OIDC IdP must support groups because groups are used by Ground Truth and * Amazon A2I to create work teams. For more information, see Create a Private * Workforce (OIDC IdP). *

* * @param createWorkforceRequest * @return A Java Future containing the result of the CreateWorkforce operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.CreateWorkforce * @see AWS API * Documentation */ default CompletableFuture createWorkforce(CreateWorkforceRequest createWorkforceRequest) { throw new UnsupportedOperationException(); } /** *

* Use this operation to create a workforce. This operation will return an error if a workforce already exists in * the AWS Region that you specify. You can only create one workforce in each AWS Region per AWS account. *

*

* If you want to create a new workforce in an AWS Region where a workforce already exists, use the API operation to * delete the existing workforce and then use CreateWorkforce to create a new workforce. *

*

* To create a private workforce using Amazon Cognito, you must specify a Cognito user pool in * CognitoConfig. You can also create an Amazon Cognito workforce using the Amazon SageMaker console. * For more information, see Create a Private * Workforce (Amazon Cognito). *

*

* To create a private workforce using your own OIDC Identity Provider (IdP), specify your IdP configuration in * OidcConfig. Your OIDC IdP must support groups because groups are used by Ground Truth and * Amazon A2I to create work teams. For more information, see Create a Private * Workforce (OIDC IdP). *

*
*

* This is a convenience which creates an instance of the {@link CreateWorkforceRequest.Builder} avoiding the need * to create one manually via {@link CreateWorkforceRequest#builder()} *

* * @param createWorkforceRequest * A {@link Consumer} that will call methods on {@link CreateWorkforceRequest.Builder} to create a request. * @return A Java Future containing the result of the CreateWorkforce operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.CreateWorkforce * @see AWS API * Documentation */ default CompletableFuture createWorkforce( Consumer createWorkforceRequest) { return createWorkforce(CreateWorkforceRequest.builder().applyMutation(createWorkforceRequest).build()); } /** *

* Creates a new work team for labeling your data. A work team is defined by one or more Amazon Cognito user pools. * You must first create the user pools before you can create a work team. *

*

* You cannot create more than 25 work teams in an account and region. *

* * @param createWorkteamRequest * @return A Java Future containing the result of the CreateWorkteam operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceInUseException Resource being accessed is in use.
  • *
  • ResourceLimitExceededException You have exceeded an Amazon SageMaker resource limit. For example, you * might have too many training jobs created.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.CreateWorkteam * @see AWS API * Documentation */ default CompletableFuture createWorkteam(CreateWorkteamRequest createWorkteamRequest) { throw new UnsupportedOperationException(); } /** *

* Creates a new work team for labeling your data. A work team is defined by one or more Amazon Cognito user pools. * You must first create the user pools before you can create a work team. *

*

* You cannot create more than 25 work teams in an account and region. *

*
*

* This is a convenience which creates an instance of the {@link CreateWorkteamRequest.Builder} avoiding the need to * create one manually via {@link CreateWorkteamRequest#builder()} *

* * @param createWorkteamRequest * A {@link Consumer} that will call methods on {@link CreateWorkteamRequest.Builder} to create a request. * @return A Java Future containing the result of the CreateWorkteam operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceInUseException Resource being accessed is in use.
  • *
  • ResourceLimitExceededException You have exceeded an Amazon SageMaker resource limit. For example, you * might have too many training jobs created.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.CreateWorkteam * @see AWS API * Documentation */ default CompletableFuture createWorkteam(Consumer createWorkteamRequest) { return createWorkteam(CreateWorkteamRequest.builder().applyMutation(createWorkteamRequest).build()); } /** *

* Deletes an action. *

* * @param deleteActionRequest * @return A Java Future containing the result of the DeleteAction operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DeleteAction * @see AWS API * Documentation */ default CompletableFuture deleteAction(DeleteActionRequest deleteActionRequest) { throw new UnsupportedOperationException(); } /** *

* Deletes an action. *

*
*

* This is a convenience which creates an instance of the {@link DeleteActionRequest.Builder} avoiding the need to * create one manually via {@link DeleteActionRequest#builder()} *

* * @param deleteActionRequest * A {@link Consumer} that will call methods on {@link DeleteActionRequest.Builder} to create a request. * @return A Java Future containing the result of the DeleteAction operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DeleteAction * @see AWS API * Documentation */ default CompletableFuture deleteAction(Consumer deleteActionRequest) { return deleteAction(DeleteActionRequest.builder().applyMutation(deleteActionRequest).build()); } /** *

* Removes the specified algorithm from your account. *

* * @param deleteAlgorithmRequest * @return A Java Future containing the result of the DeleteAlgorithm operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DeleteAlgorithm * @see AWS API * Documentation */ default CompletableFuture deleteAlgorithm(DeleteAlgorithmRequest deleteAlgorithmRequest) { throw new UnsupportedOperationException(); } /** *

* Removes the specified algorithm from your account. *

*
*

* This is a convenience which creates an instance of the {@link DeleteAlgorithmRequest.Builder} avoiding the need * to create one manually via {@link DeleteAlgorithmRequest#builder()} *

* * @param deleteAlgorithmRequest * A {@link Consumer} that will call methods on {@link DeleteAlgorithmInput.Builder} to create a request. * @return A Java Future containing the result of the DeleteAlgorithm operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DeleteAlgorithm * @see AWS API * Documentation */ default CompletableFuture deleteAlgorithm( Consumer deleteAlgorithmRequest) { return deleteAlgorithm(DeleteAlgorithmRequest.builder().applyMutation(deleteAlgorithmRequest).build()); } /** *

* Used to stop and delete an app. *

* * @param deleteAppRequest * @return A Java Future containing the result of the DeleteApp operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceInUseException Resource being accessed is in use.
  • *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DeleteApp * @see AWS API * Documentation */ default CompletableFuture deleteApp(DeleteAppRequest deleteAppRequest) { throw new UnsupportedOperationException(); } /** *

* Used to stop and delete an app. *

*
*

* This is a convenience which creates an instance of the {@link DeleteAppRequest.Builder} avoiding the need to * create one manually via {@link DeleteAppRequest#builder()} *

* * @param deleteAppRequest * A {@link Consumer} that will call methods on {@link DeleteAppRequest.Builder} to create a request. * @return A Java Future containing the result of the DeleteApp operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceInUseException Resource being accessed is in use.
  • *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DeleteApp * @see AWS API * Documentation */ default CompletableFuture deleteApp(Consumer deleteAppRequest) { return deleteApp(DeleteAppRequest.builder().applyMutation(deleteAppRequest).build()); } /** *

* Deletes an AppImageConfig. *

* * @param deleteAppImageConfigRequest * @return A Java Future containing the result of the DeleteAppImageConfig operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DeleteAppImageConfig * @see AWS * API Documentation */ default CompletableFuture deleteAppImageConfig( DeleteAppImageConfigRequest deleteAppImageConfigRequest) { throw new UnsupportedOperationException(); } /** *

* Deletes an AppImageConfig. *

*
*

* This is a convenience which creates an instance of the {@link DeleteAppImageConfigRequest.Builder} avoiding the * need to create one manually via {@link DeleteAppImageConfigRequest#builder()} *

* * @param deleteAppImageConfigRequest * A {@link Consumer} that will call methods on {@link DeleteAppImageConfigRequest.Builder} to create a * request. * @return A Java Future containing the result of the DeleteAppImageConfig operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DeleteAppImageConfig * @see AWS * API Documentation */ default CompletableFuture deleteAppImageConfig( Consumer deleteAppImageConfigRequest) { return deleteAppImageConfig(DeleteAppImageConfigRequest.builder().applyMutation(deleteAppImageConfigRequest).build()); } /** *

* Deletes an artifact. Either ArtifactArn or Source must be specified. *

* * @param deleteArtifactRequest * @return A Java Future containing the result of the DeleteArtifact operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DeleteArtifact * @see AWS API * Documentation */ default CompletableFuture deleteArtifact(DeleteArtifactRequest deleteArtifactRequest) { throw new UnsupportedOperationException(); } /** *

* Deletes an artifact. Either ArtifactArn or Source must be specified. *

*
*

* This is a convenience which creates an instance of the {@link DeleteArtifactRequest.Builder} avoiding the need to * create one manually via {@link DeleteArtifactRequest#builder()} *

* * @param deleteArtifactRequest * A {@link Consumer} that will call methods on {@link DeleteArtifactRequest.Builder} to create a request. * @return A Java Future containing the result of the DeleteArtifact operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DeleteArtifact * @see AWS API * Documentation */ default CompletableFuture deleteArtifact(Consumer deleteArtifactRequest) { return deleteArtifact(DeleteArtifactRequest.builder().applyMutation(deleteArtifactRequest).build()); } /** *

* Deletes an association. *

* * @param deleteAssociationRequest * @return A Java Future containing the result of the DeleteAssociation operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DeleteAssociation * @see AWS * API Documentation */ default CompletableFuture deleteAssociation(DeleteAssociationRequest deleteAssociationRequest) { throw new UnsupportedOperationException(); } /** *

* Deletes an association. *

*
*

* This is a convenience which creates an instance of the {@link DeleteAssociationRequest.Builder} avoiding the need * to create one manually via {@link DeleteAssociationRequest#builder()} *

* * @param deleteAssociationRequest * A {@link Consumer} that will call methods on {@link DeleteAssociationRequest.Builder} to create a request. * @return A Java Future containing the result of the DeleteAssociation operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DeleteAssociation * @see AWS * API Documentation */ default CompletableFuture deleteAssociation( Consumer deleteAssociationRequest) { return deleteAssociation(DeleteAssociationRequest.builder().applyMutation(deleteAssociationRequest).build()); } /** *

* Deletes the specified Git repository from your account. *

* * @param deleteCodeRepositoryRequest * @return A Java Future containing the result of the DeleteCodeRepository operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DeleteCodeRepository * @see AWS * API Documentation */ default CompletableFuture deleteCodeRepository( DeleteCodeRepositoryRequest deleteCodeRepositoryRequest) { throw new UnsupportedOperationException(); } /** *

* Deletes the specified Git repository from your account. *

*
*

* This is a convenience which creates an instance of the {@link DeleteCodeRepositoryRequest.Builder} avoiding the * need to create one manually via {@link DeleteCodeRepositoryRequest#builder()} *

* * @param deleteCodeRepositoryRequest * A {@link Consumer} that will call methods on {@link DeleteCodeRepositoryInput.Builder} to create a * request. * @return A Java Future containing the result of the DeleteCodeRepository operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DeleteCodeRepository * @see AWS * API Documentation */ default CompletableFuture deleteCodeRepository( Consumer deleteCodeRepositoryRequest) { return deleteCodeRepository(DeleteCodeRepositoryRequest.builder().applyMutation(deleteCodeRepositoryRequest).build()); } /** *

* Deletes an context. *

* * @param deleteContextRequest * @return A Java Future containing the result of the DeleteContext operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DeleteContext * @see AWS API * Documentation */ default CompletableFuture deleteContext(DeleteContextRequest deleteContextRequest) { throw new UnsupportedOperationException(); } /** *

* Deletes an context. *

*
*

* This is a convenience which creates an instance of the {@link DeleteContextRequest.Builder} avoiding the need to * create one manually via {@link DeleteContextRequest#builder()} *

* * @param deleteContextRequest * A {@link Consumer} that will call methods on {@link DeleteContextRequest.Builder} to create a request. * @return A Java Future containing the result of the DeleteContext operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DeleteContext * @see AWS API * Documentation */ default CompletableFuture deleteContext(Consumer deleteContextRequest) { return deleteContext(DeleteContextRequest.builder().applyMutation(deleteContextRequest).build()); } /** *

* Deletes a data quality monitoring job definition. *

* * @param deleteDataQualityJobDefinitionRequest * @return A Java Future containing the result of the DeleteDataQualityJobDefinition operation returned by the * service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DeleteDataQualityJobDefinition * @see AWS API Documentation */ default CompletableFuture deleteDataQualityJobDefinition( DeleteDataQualityJobDefinitionRequest deleteDataQualityJobDefinitionRequest) { throw new UnsupportedOperationException(); } /** *

* Deletes a data quality monitoring job definition. *

*
*

* This is a convenience which creates an instance of the {@link DeleteDataQualityJobDefinitionRequest.Builder} * avoiding the need to create one manually via {@link DeleteDataQualityJobDefinitionRequest#builder()} *

* * @param deleteDataQualityJobDefinitionRequest * A {@link Consumer} that will call methods on {@link DeleteDataQualityJobDefinitionRequest.Builder} to * create a request. * @return A Java Future containing the result of the DeleteDataQualityJobDefinition operation returned by the * service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DeleteDataQualityJobDefinition * @see AWS API Documentation */ default CompletableFuture deleteDataQualityJobDefinition( Consumer deleteDataQualityJobDefinitionRequest) { return deleteDataQualityJobDefinition(DeleteDataQualityJobDefinitionRequest.builder() .applyMutation(deleteDataQualityJobDefinitionRequest).build()); } /** *

* Deletes a fleet. *

* * @param deleteDeviceFleetRequest * @return A Java Future containing the result of the DeleteDeviceFleet operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceInUseException Resource being accessed is in use.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DeleteDeviceFleet * @see AWS * API Documentation */ default CompletableFuture deleteDeviceFleet(DeleteDeviceFleetRequest deleteDeviceFleetRequest) { throw new UnsupportedOperationException(); } /** *

* Deletes a fleet. *

*
*

* This is a convenience which creates an instance of the {@link DeleteDeviceFleetRequest.Builder} avoiding the need * to create one manually via {@link DeleteDeviceFleetRequest#builder()} *

* * @param deleteDeviceFleetRequest * A {@link Consumer} that will call methods on {@link DeleteDeviceFleetRequest.Builder} to create a request. * @return A Java Future containing the result of the DeleteDeviceFleet operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceInUseException Resource being accessed is in use.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DeleteDeviceFleet * @see AWS * API Documentation */ default CompletableFuture deleteDeviceFleet( Consumer deleteDeviceFleetRequest) { return deleteDeviceFleet(DeleteDeviceFleetRequest.builder().applyMutation(deleteDeviceFleetRequest).build()); } /** *

* Used to delete a domain. If you onboarded with IAM mode, you will need to delete your domain to onboard again * using SSO. Use with caution. All of the members of the domain will lose access to their EFS volume, including * data, notebooks, and other artifacts. *

* * @param deleteDomainRequest * @return A Java Future containing the result of the DeleteDomain operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceInUseException Resource being accessed is in use.
  • *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DeleteDomain * @see AWS API * Documentation */ default CompletableFuture deleteDomain(DeleteDomainRequest deleteDomainRequest) { throw new UnsupportedOperationException(); } /** *

* Used to delete a domain. If you onboarded with IAM mode, you will need to delete your domain to onboard again * using SSO. Use with caution. All of the members of the domain will lose access to their EFS volume, including * data, notebooks, and other artifacts. *

*
*

* This is a convenience which creates an instance of the {@link DeleteDomainRequest.Builder} avoiding the need to * create one manually via {@link DeleteDomainRequest#builder()} *

* * @param deleteDomainRequest * A {@link Consumer} that will call methods on {@link DeleteDomainRequest.Builder} to create a request. * @return A Java Future containing the result of the DeleteDomain operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceInUseException Resource being accessed is in use.
  • *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DeleteDomain * @see AWS API * Documentation */ default CompletableFuture deleteDomain(Consumer deleteDomainRequest) { return deleteDomain(DeleteDomainRequest.builder().applyMutation(deleteDomainRequest).build()); } /** *

* Deletes an endpoint. Amazon SageMaker frees up all of the resources that were deployed when the endpoint was * created. *

*

* Amazon SageMaker retires any custom KMS key grants associated with the endpoint, meaning you don't need to use * the RevokeGrant API call. *

* * @param deleteEndpointRequest * @return A Java Future containing the result of the DeleteEndpoint operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DeleteEndpoint * @see AWS API * Documentation */ default CompletableFuture deleteEndpoint(DeleteEndpointRequest deleteEndpointRequest) { throw new UnsupportedOperationException(); } /** *

* Deletes an endpoint. Amazon SageMaker frees up all of the resources that were deployed when the endpoint was * created. *

*

* Amazon SageMaker retires any custom KMS key grants associated with the endpoint, meaning you don't need to use * the RevokeGrant API call. *

*
*

* This is a convenience which creates an instance of the {@link DeleteEndpointRequest.Builder} avoiding the need to * create one manually via {@link DeleteEndpointRequest#builder()} *

* * @param deleteEndpointRequest * A {@link Consumer} that will call methods on {@link DeleteEndpointInput.Builder} to create a request. * @return A Java Future containing the result of the DeleteEndpoint operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DeleteEndpoint * @see AWS API * Documentation */ default CompletableFuture deleteEndpoint(Consumer deleteEndpointRequest) { return deleteEndpoint(DeleteEndpointRequest.builder().applyMutation(deleteEndpointRequest).build()); } /** *

* Deletes an endpoint configuration. The DeleteEndpointConfig API deletes only the specified * configuration. It does not delete endpoints created using the configuration. *

*

* You must not delete an EndpointConfig in use by an endpoint that is live or while the * UpdateEndpoint or CreateEndpoint operations are being performed on the endpoint. If you * delete the EndpointConfig of an endpoint that is active or being created or updated you may lose * visibility into the instance type the endpoint is using. The endpoint must be deleted in order to stop incurring * charges. *

* * @param deleteEndpointConfigRequest * @return A Java Future containing the result of the DeleteEndpointConfig operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DeleteEndpointConfig * @see AWS * API Documentation */ default CompletableFuture deleteEndpointConfig( DeleteEndpointConfigRequest deleteEndpointConfigRequest) { throw new UnsupportedOperationException(); } /** *

* Deletes an endpoint configuration. The DeleteEndpointConfig API deletes only the specified * configuration. It does not delete endpoints created using the configuration. *

*

* You must not delete an EndpointConfig in use by an endpoint that is live or while the * UpdateEndpoint or CreateEndpoint operations are being performed on the endpoint. If you * delete the EndpointConfig of an endpoint that is active or being created or updated you may lose * visibility into the instance type the endpoint is using. The endpoint must be deleted in order to stop incurring * charges. *

*
*

* This is a convenience which creates an instance of the {@link DeleteEndpointConfigRequest.Builder} avoiding the * need to create one manually via {@link DeleteEndpointConfigRequest#builder()} *

* * @param deleteEndpointConfigRequest * A {@link Consumer} that will call methods on {@link DeleteEndpointConfigInput.Builder} to create a * request. * @return A Java Future containing the result of the DeleteEndpointConfig operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DeleteEndpointConfig * @see AWS * API Documentation */ default CompletableFuture deleteEndpointConfig( Consumer deleteEndpointConfigRequest) { return deleteEndpointConfig(DeleteEndpointConfigRequest.builder().applyMutation(deleteEndpointConfigRequest).build()); } /** *

* Deletes an Amazon SageMaker experiment. All trials associated with the experiment must be deleted first. Use the * ListTrials API to get a list of the trials associated with the experiment. *

* * @param deleteExperimentRequest * @return A Java Future containing the result of the DeleteExperiment operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DeleteExperiment * @see AWS API * Documentation */ default CompletableFuture deleteExperiment(DeleteExperimentRequest deleteExperimentRequest) { throw new UnsupportedOperationException(); } /** *

* Deletes an Amazon SageMaker experiment. All trials associated with the experiment must be deleted first. Use the * ListTrials API to get a list of the trials associated with the experiment. *

*
*

* This is a convenience which creates an instance of the {@link DeleteExperimentRequest.Builder} avoiding the need * to create one manually via {@link DeleteExperimentRequest#builder()} *

* * @param deleteExperimentRequest * A {@link Consumer} that will call methods on {@link DeleteExperimentRequest.Builder} to create a request. * @return A Java Future containing the result of the DeleteExperiment operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DeleteExperiment * @see AWS API * Documentation */ default CompletableFuture deleteExperiment( Consumer deleteExperimentRequest) { return deleteExperiment(DeleteExperimentRequest.builder().applyMutation(deleteExperimentRequest).build()); } /** *

* Delete the FeatureGroup and any data that was written to the OnlineStore of the * FeatureGroup. Data cannot be accessed from the OnlineStore immediately after * DeleteFeatureGroup is called. *

*

* Data written into the OfflineStore will not be deleted. The AWS Glue database and tables that are * automatically created for your OfflineStore are not deleted. *

* * @param deleteFeatureGroupRequest * @return A Java Future containing the result of the DeleteFeatureGroup operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DeleteFeatureGroup * @see AWS * API Documentation */ default CompletableFuture deleteFeatureGroup(DeleteFeatureGroupRequest deleteFeatureGroupRequest) { throw new UnsupportedOperationException(); } /** *

* Delete the FeatureGroup and any data that was written to the OnlineStore of the * FeatureGroup. Data cannot be accessed from the OnlineStore immediately after * DeleteFeatureGroup is called. *

*

* Data written into the OfflineStore will not be deleted. The AWS Glue database and tables that are * automatically created for your OfflineStore are not deleted. *

*
*

* This is a convenience which creates an instance of the {@link DeleteFeatureGroupRequest.Builder} avoiding the * need to create one manually via {@link DeleteFeatureGroupRequest#builder()} *

* * @param deleteFeatureGroupRequest * A {@link Consumer} that will call methods on {@link DeleteFeatureGroupRequest.Builder} to create a * request. * @return A Java Future containing the result of the DeleteFeatureGroup operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DeleteFeatureGroup * @see AWS * API Documentation */ default CompletableFuture deleteFeatureGroup( Consumer deleteFeatureGroupRequest) { return deleteFeatureGroup(DeleteFeatureGroupRequest.builder().applyMutation(deleteFeatureGroupRequest).build()); } /** *

* Deletes the specified flow definition. *

* * @param deleteFlowDefinitionRequest * @return A Java Future containing the result of the DeleteFlowDefinition operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceInUseException Resource being accessed is in use.
  • *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DeleteFlowDefinition * @see AWS * API Documentation */ default CompletableFuture deleteFlowDefinition( DeleteFlowDefinitionRequest deleteFlowDefinitionRequest) { throw new UnsupportedOperationException(); } /** *

* Deletes the specified flow definition. *

*
*

* This is a convenience which creates an instance of the {@link DeleteFlowDefinitionRequest.Builder} avoiding the * need to create one manually via {@link DeleteFlowDefinitionRequest#builder()} *

* * @param deleteFlowDefinitionRequest * A {@link Consumer} that will call methods on {@link DeleteFlowDefinitionRequest.Builder} to create a * request. * @return A Java Future containing the result of the DeleteFlowDefinition operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceInUseException Resource being accessed is in use.
  • *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DeleteFlowDefinition * @see AWS * API Documentation */ default CompletableFuture deleteFlowDefinition( Consumer deleteFlowDefinitionRequest) { return deleteFlowDefinition(DeleteFlowDefinitionRequest.builder().applyMutation(deleteFlowDefinitionRequest).build()); } /** *

* Use this operation to delete a human task user interface (worker task template). *

*

* To see a list of human task user interfaces (work task templates) in your account, use . When you delete a worker * task template, it no longer appears when you call ListHumanTaskUis. *

* * @param deleteHumanTaskUiRequest * @return A Java Future containing the result of the DeleteHumanTaskUi operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DeleteHumanTaskUi * @see AWS * API Documentation */ default CompletableFuture deleteHumanTaskUi(DeleteHumanTaskUiRequest deleteHumanTaskUiRequest) { throw new UnsupportedOperationException(); } /** *

* Use this operation to delete a human task user interface (worker task template). *

*

* To see a list of human task user interfaces (work task templates) in your account, use . When you delete a worker * task template, it no longer appears when you call ListHumanTaskUis. *

*
*

* This is a convenience which creates an instance of the {@link DeleteHumanTaskUiRequest.Builder} avoiding the need * to create one manually via {@link DeleteHumanTaskUiRequest#builder()} *

* * @param deleteHumanTaskUiRequest * A {@link Consumer} that will call methods on {@link DeleteHumanTaskUiRequest.Builder} to create a request. * @return A Java Future containing the result of the DeleteHumanTaskUi operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DeleteHumanTaskUi * @see AWS * API Documentation */ default CompletableFuture deleteHumanTaskUi( Consumer deleteHumanTaskUiRequest) { return deleteHumanTaskUi(DeleteHumanTaskUiRequest.builder().applyMutation(deleteHumanTaskUiRequest).build()); } /** *

* Deletes a SageMaker image and all versions of the image. The container images aren't deleted. *

* * @param deleteImageRequest * @return A Java Future containing the result of the DeleteImage operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceInUseException Resource being accessed is in use.
  • *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DeleteImage * @see AWS API * Documentation */ default CompletableFuture deleteImage(DeleteImageRequest deleteImageRequest) { throw new UnsupportedOperationException(); } /** *

* Deletes a SageMaker image and all versions of the image. The container images aren't deleted. *

*
*

* This is a convenience which creates an instance of the {@link DeleteImageRequest.Builder} avoiding the need to * create one manually via {@link DeleteImageRequest#builder()} *

* * @param deleteImageRequest * A {@link Consumer} that will call methods on {@link DeleteImageRequest.Builder} to create a request. * @return A Java Future containing the result of the DeleteImage operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceInUseException Resource being accessed is in use.
  • *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DeleteImage * @see AWS API * Documentation */ default CompletableFuture deleteImage(Consumer deleteImageRequest) { return deleteImage(DeleteImageRequest.builder().applyMutation(deleteImageRequest).build()); } /** *

* Deletes a version of a SageMaker image. The container image the version represents isn't deleted. *

* * @param deleteImageVersionRequest * @return A Java Future containing the result of the DeleteImageVersion operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceInUseException Resource being accessed is in use.
  • *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DeleteImageVersion * @see AWS * API Documentation */ default CompletableFuture deleteImageVersion(DeleteImageVersionRequest deleteImageVersionRequest) { throw new UnsupportedOperationException(); } /** *

* Deletes a version of a SageMaker image. The container image the version represents isn't deleted. *

*
*

* This is a convenience which creates an instance of the {@link DeleteImageVersionRequest.Builder} avoiding the * need to create one manually via {@link DeleteImageVersionRequest#builder()} *

* * @param deleteImageVersionRequest * A {@link Consumer} that will call methods on {@link DeleteImageVersionRequest.Builder} to create a * request. * @return A Java Future containing the result of the DeleteImageVersion operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceInUseException Resource being accessed is in use.
  • *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DeleteImageVersion * @see AWS * API Documentation */ default CompletableFuture deleteImageVersion( Consumer deleteImageVersionRequest) { return deleteImageVersion(DeleteImageVersionRequest.builder().applyMutation(deleteImageVersionRequest).build()); } /** *

* Deletes a model. The DeleteModel API deletes only the model entry that was created in Amazon * SageMaker when you called the CreateModel API. It does not delete model artifacts, inference code, or the * IAM role that you specified when creating the model. *

* * @param deleteModelRequest * @return A Java Future containing the result of the DeleteModel operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DeleteModel * @see AWS API * Documentation */ default CompletableFuture deleteModel(DeleteModelRequest deleteModelRequest) { throw new UnsupportedOperationException(); } /** *

* Deletes a model. The DeleteModel API deletes only the model entry that was created in Amazon * SageMaker when you called the CreateModel API. It does not delete model artifacts, inference code, or the * IAM role that you specified when creating the model. *

*
*

* This is a convenience which creates an instance of the {@link DeleteModelRequest.Builder} avoiding the need to * create one manually via {@link DeleteModelRequest#builder()} *

* * @param deleteModelRequest * A {@link Consumer} that will call methods on {@link DeleteModelInput.Builder} to create a request. * @return A Java Future containing the result of the DeleteModel operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DeleteModel * @see AWS API * Documentation */ default CompletableFuture deleteModel(Consumer deleteModelRequest) { return deleteModel(DeleteModelRequest.builder().applyMutation(deleteModelRequest).build()); } /** *

* Deletes an Amazon SageMaker model bias job definition. *

* * @param deleteModelBiasJobDefinitionRequest * @return A Java Future containing the result of the DeleteModelBiasJobDefinition operation returned by the * service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DeleteModelBiasJobDefinition * @see AWS API Documentation */ default CompletableFuture deleteModelBiasJobDefinition( DeleteModelBiasJobDefinitionRequest deleteModelBiasJobDefinitionRequest) { throw new UnsupportedOperationException(); } /** *

* Deletes an Amazon SageMaker model bias job definition. *

*
*

* This is a convenience which creates an instance of the {@link DeleteModelBiasJobDefinitionRequest.Builder} * avoiding the need to create one manually via {@link DeleteModelBiasJobDefinitionRequest#builder()} *

* * @param deleteModelBiasJobDefinitionRequest * A {@link Consumer} that will call methods on {@link DeleteModelBiasJobDefinitionRequest.Builder} to create * a request. * @return A Java Future containing the result of the DeleteModelBiasJobDefinition operation returned by the * service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DeleteModelBiasJobDefinition * @see AWS API Documentation */ default CompletableFuture deleteModelBiasJobDefinition( Consumer deleteModelBiasJobDefinitionRequest) { return deleteModelBiasJobDefinition(DeleteModelBiasJobDefinitionRequest.builder() .applyMutation(deleteModelBiasJobDefinitionRequest).build()); } /** *

* Deletes an Amazon SageMaker model explainability job definition. *

* * @param deleteModelExplainabilityJobDefinitionRequest * @return A Java Future containing the result of the DeleteModelExplainabilityJobDefinition operation returned by * the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DeleteModelExplainabilityJobDefinition * @see AWS API Documentation */ default CompletableFuture deleteModelExplainabilityJobDefinition( DeleteModelExplainabilityJobDefinitionRequest deleteModelExplainabilityJobDefinitionRequest) { throw new UnsupportedOperationException(); } /** *

* Deletes an Amazon SageMaker model explainability job definition. *

*
*

* This is a convenience which creates an instance of the * {@link DeleteModelExplainabilityJobDefinitionRequest.Builder} avoiding the need to create one manually via * {@link DeleteModelExplainabilityJobDefinitionRequest#builder()} *

* * @param deleteModelExplainabilityJobDefinitionRequest * A {@link Consumer} that will call methods on {@link DeleteModelExplainabilityJobDefinitionRequest.Builder} * to create a request. * @return A Java Future containing the result of the DeleteModelExplainabilityJobDefinition operation returned by * the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DeleteModelExplainabilityJobDefinition * @see AWS API Documentation */ default CompletableFuture deleteModelExplainabilityJobDefinition( Consumer deleteModelExplainabilityJobDefinitionRequest) { return deleteModelExplainabilityJobDefinition(DeleteModelExplainabilityJobDefinitionRequest.builder() .applyMutation(deleteModelExplainabilityJobDefinitionRequest).build()); } /** *

* Deletes a model package. *

*

* A model package is used to create Amazon SageMaker models or list on AWS Marketplace. Buyers can subscribe to * model packages listed on AWS Marketplace to create models in Amazon SageMaker. *

* * @param deleteModelPackageRequest * @return A Java Future containing the result of the DeleteModelPackage operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ConflictException There was a conflict when you attempted to modify an experiment, trial, or trial * component.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DeleteModelPackage * @see AWS * API Documentation */ default CompletableFuture deleteModelPackage(DeleteModelPackageRequest deleteModelPackageRequest) { throw new UnsupportedOperationException(); } /** *

* Deletes a model package. *

*

* A model package is used to create Amazon SageMaker models or list on AWS Marketplace. Buyers can subscribe to * model packages listed on AWS Marketplace to create models in Amazon SageMaker. *

*
*

* This is a convenience which creates an instance of the {@link DeleteModelPackageRequest.Builder} avoiding the * need to create one manually via {@link DeleteModelPackageRequest#builder()} *

* * @param deleteModelPackageRequest * A {@link Consumer} that will call methods on {@link DeleteModelPackageInput.Builder} to create a request. * @return A Java Future containing the result of the DeleteModelPackage operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ConflictException There was a conflict when you attempted to modify an experiment, trial, or trial * component.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DeleteModelPackage * @see AWS * API Documentation */ default CompletableFuture deleteModelPackage( Consumer deleteModelPackageRequest) { return deleteModelPackage(DeleteModelPackageRequest.builder().applyMutation(deleteModelPackageRequest).build()); } /** *

* Deletes the specified model group. *

* * @param deleteModelPackageGroupRequest * @return A Java Future containing the result of the DeleteModelPackageGroup operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DeleteModelPackageGroup * @see AWS API Documentation */ default CompletableFuture deleteModelPackageGroup( DeleteModelPackageGroupRequest deleteModelPackageGroupRequest) { throw new UnsupportedOperationException(); } /** *

* Deletes the specified model group. *

*
*

* This is a convenience which creates an instance of the {@link DeleteModelPackageGroupRequest.Builder} avoiding * the need to create one manually via {@link DeleteModelPackageGroupRequest#builder()} *

* * @param deleteModelPackageGroupRequest * A {@link Consumer} that will call methods on {@link DeleteModelPackageGroupInput.Builder} to create a * request. * @return A Java Future containing the result of the DeleteModelPackageGroup operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DeleteModelPackageGroup * @see AWS API Documentation */ default CompletableFuture deleteModelPackageGroup( Consumer deleteModelPackageGroupRequest) { return deleteModelPackageGroup(DeleteModelPackageGroupRequest.builder().applyMutation(deleteModelPackageGroupRequest) .build()); } /** *

* Deletes a model group resource policy. *

* * @param deleteModelPackageGroupPolicyRequest * @return A Java Future containing the result of the DeleteModelPackageGroupPolicy operation returned by the * service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DeleteModelPackageGroupPolicy * @see AWS API Documentation */ default CompletableFuture deleteModelPackageGroupPolicy( DeleteModelPackageGroupPolicyRequest deleteModelPackageGroupPolicyRequest) { throw new UnsupportedOperationException(); } /** *

* Deletes a model group resource policy. *

*
*

* This is a convenience which creates an instance of the {@link DeleteModelPackageGroupPolicyRequest.Builder} * avoiding the need to create one manually via {@link DeleteModelPackageGroupPolicyRequest#builder()} *

* * @param deleteModelPackageGroupPolicyRequest * A {@link Consumer} that will call methods on {@link DeleteModelPackageGroupPolicyInput.Builder} to create * a request. * @return A Java Future containing the result of the DeleteModelPackageGroupPolicy operation returned by the * service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DeleteModelPackageGroupPolicy * @see AWS API Documentation */ default CompletableFuture deleteModelPackageGroupPolicy( Consumer deleteModelPackageGroupPolicyRequest) { return deleteModelPackageGroupPolicy(DeleteModelPackageGroupPolicyRequest.builder() .applyMutation(deleteModelPackageGroupPolicyRequest).build()); } /** *

* Deletes the secified model quality monitoring job definition. *

* * @param deleteModelQualityJobDefinitionRequest * @return A Java Future containing the result of the DeleteModelQualityJobDefinition operation returned by the * service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DeleteModelQualityJobDefinition * @see AWS API Documentation */ default CompletableFuture deleteModelQualityJobDefinition( DeleteModelQualityJobDefinitionRequest deleteModelQualityJobDefinitionRequest) { throw new UnsupportedOperationException(); } /** *

* Deletes the secified model quality monitoring job definition. *

*
*

* This is a convenience which creates an instance of the {@link DeleteModelQualityJobDefinitionRequest.Builder} * avoiding the need to create one manually via {@link DeleteModelQualityJobDefinitionRequest#builder()} *

* * @param deleteModelQualityJobDefinitionRequest * A {@link Consumer} that will call methods on {@link DeleteModelQualityJobDefinitionRequest.Builder} to * create a request. * @return A Java Future containing the result of the DeleteModelQualityJobDefinition operation returned by the * service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DeleteModelQualityJobDefinition * @see AWS API Documentation */ default CompletableFuture deleteModelQualityJobDefinition( Consumer deleteModelQualityJobDefinitionRequest) { return deleteModelQualityJobDefinition(DeleteModelQualityJobDefinitionRequest.builder() .applyMutation(deleteModelQualityJobDefinitionRequest).build()); } /** *

* Deletes a monitoring schedule. Also stops the schedule had not already been stopped. This does not delete the job * execution history of the monitoring schedule. *

* * @param deleteMonitoringScheduleRequest * @return A Java Future containing the result of the DeleteMonitoringSchedule operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DeleteMonitoringSchedule * @see AWS API Documentation */ default CompletableFuture deleteMonitoringSchedule( DeleteMonitoringScheduleRequest deleteMonitoringScheduleRequest) { throw new UnsupportedOperationException(); } /** *

* Deletes a monitoring schedule. Also stops the schedule had not already been stopped. This does not delete the job * execution history of the monitoring schedule. *

*
*

* This is a convenience which creates an instance of the {@link DeleteMonitoringScheduleRequest.Builder} avoiding * the need to create one manually via {@link DeleteMonitoringScheduleRequest#builder()} *

* * @param deleteMonitoringScheduleRequest * A {@link Consumer} that will call methods on {@link DeleteMonitoringScheduleRequest.Builder} to create a * request. * @return A Java Future containing the result of the DeleteMonitoringSchedule operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DeleteMonitoringSchedule * @see AWS API Documentation */ default CompletableFuture deleteMonitoringSchedule( Consumer deleteMonitoringScheduleRequest) { return deleteMonitoringSchedule(DeleteMonitoringScheduleRequest.builder().applyMutation(deleteMonitoringScheduleRequest) .build()); } /** *

* Deletes an Amazon SageMaker notebook instance. Before you can delete a notebook instance, you must call the * StopNotebookInstance API. *

* *

* When you delete a notebook instance, you lose all of your data. Amazon SageMaker removes the ML compute instance, * and deletes the ML storage volume and the network interface associated with the notebook instance. *

*
* * @param deleteNotebookInstanceRequest * @return A Java Future containing the result of the DeleteNotebookInstance operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DeleteNotebookInstance * @see AWS API Documentation */ default CompletableFuture deleteNotebookInstance( DeleteNotebookInstanceRequest deleteNotebookInstanceRequest) { throw new UnsupportedOperationException(); } /** *

* Deletes an Amazon SageMaker notebook instance. Before you can delete a notebook instance, you must call the * StopNotebookInstance API. *

* *

* When you delete a notebook instance, you lose all of your data. Amazon SageMaker removes the ML compute instance, * and deletes the ML storage volume and the network interface associated with the notebook instance. *

*

*

* This is a convenience which creates an instance of the {@link DeleteNotebookInstanceRequest.Builder} avoiding the * need to create one manually via {@link DeleteNotebookInstanceRequest#builder()} *

* * @param deleteNotebookInstanceRequest * A {@link Consumer} that will call methods on {@link DeleteNotebookInstanceInput.Builder} to create a * request. * @return A Java Future containing the result of the DeleteNotebookInstance operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DeleteNotebookInstance * @see AWS API Documentation */ default CompletableFuture deleteNotebookInstance( Consumer deleteNotebookInstanceRequest) { return deleteNotebookInstance(DeleteNotebookInstanceRequest.builder().applyMutation(deleteNotebookInstanceRequest) .build()); } /** *

* Deletes a notebook instance lifecycle configuration. *

* * @param deleteNotebookInstanceLifecycleConfigRequest * @return A Java Future containing the result of the DeleteNotebookInstanceLifecycleConfig operation returned by * the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DeleteNotebookInstanceLifecycleConfig * @see AWS API Documentation */ default CompletableFuture deleteNotebookInstanceLifecycleConfig( DeleteNotebookInstanceLifecycleConfigRequest deleteNotebookInstanceLifecycleConfigRequest) { throw new UnsupportedOperationException(); } /** *

* Deletes a notebook instance lifecycle configuration. *

*
*

* This is a convenience which creates an instance of the * {@link DeleteNotebookInstanceLifecycleConfigRequest.Builder} avoiding the need to create one manually via * {@link DeleteNotebookInstanceLifecycleConfigRequest#builder()} *

* * @param deleteNotebookInstanceLifecycleConfigRequest * A {@link Consumer} that will call methods on {@link DeleteNotebookInstanceLifecycleConfigInput.Builder} to * create a request. * @return A Java Future containing the result of the DeleteNotebookInstanceLifecycleConfig operation returned by * the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DeleteNotebookInstanceLifecycleConfig * @see AWS API Documentation */ default CompletableFuture deleteNotebookInstanceLifecycleConfig( Consumer deleteNotebookInstanceLifecycleConfigRequest) { return deleteNotebookInstanceLifecycleConfig(DeleteNotebookInstanceLifecycleConfigRequest.builder() .applyMutation(deleteNotebookInstanceLifecycleConfigRequest).build()); } /** *

* Deletes a pipeline if there are no in-progress executions. *

* * @param deletePipelineRequest * @return A Java Future containing the result of the DeletePipeline operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DeletePipeline * @see AWS API * Documentation */ default CompletableFuture deletePipeline(DeletePipelineRequest deletePipelineRequest) { throw new UnsupportedOperationException(); } /** *

* Deletes a pipeline if there are no in-progress executions. *

*
*

* This is a convenience which creates an instance of the {@link DeletePipelineRequest.Builder} avoiding the need to * create one manually via {@link DeletePipelineRequest#builder()} *

* * @param deletePipelineRequest * A {@link Consumer} that will call methods on {@link DeletePipelineRequest.Builder} to create a request. * @return A Java Future containing the result of the DeletePipeline operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DeletePipeline * @see AWS API * Documentation */ default CompletableFuture deletePipeline(Consumer deletePipelineRequest) { return deletePipeline(DeletePipelineRequest.builder().applyMutation(deletePipelineRequest).build()); } /** *

* Delete the specified project. *

* * @param deleteProjectRequest * @return A Java Future containing the result of the DeleteProject operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DeleteProject * @see AWS API * Documentation */ default CompletableFuture deleteProject(DeleteProjectRequest deleteProjectRequest) { throw new UnsupportedOperationException(); } /** *

* Delete the specified project. *

*
*

* This is a convenience which creates an instance of the {@link DeleteProjectRequest.Builder} avoiding the need to * create one manually via {@link DeleteProjectRequest#builder()} *

* * @param deleteProjectRequest * A {@link Consumer} that will call methods on {@link DeleteProjectInput.Builder} to create a request. * @return A Java Future containing the result of the DeleteProject operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DeleteProject * @see AWS API * Documentation */ default CompletableFuture deleteProject(Consumer deleteProjectRequest) { return deleteProject(DeleteProjectRequest.builder().applyMutation(deleteProjectRequest).build()); } /** *

* Deletes the specified tags from an Amazon SageMaker resource. *

*

* To list a resource's tags, use the ListTags API. *

* *

* When you call this API to delete tags from a hyperparameter tuning job, the deleted tags are not removed from * training jobs that the hyperparameter tuning job launched before you called this API. *

*
* * @param deleteTagsRequest * @return A Java Future containing the result of the DeleteTags operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DeleteTags * @see AWS API * Documentation */ default CompletableFuture deleteTags(DeleteTagsRequest deleteTagsRequest) { throw new UnsupportedOperationException(); } /** *

* Deletes the specified tags from an Amazon SageMaker resource. *

*

* To list a resource's tags, use the ListTags API. *

* *

* When you call this API to delete tags from a hyperparameter tuning job, the deleted tags are not removed from * training jobs that the hyperparameter tuning job launched before you called this API. *

*

*

* This is a convenience which creates an instance of the {@link DeleteTagsRequest.Builder} avoiding the need to * create one manually via {@link DeleteTagsRequest#builder()} *

* * @param deleteTagsRequest * A {@link Consumer} that will call methods on {@link DeleteTagsInput.Builder} to create a request. * @return A Java Future containing the result of the DeleteTags operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DeleteTags * @see AWS API * Documentation */ default CompletableFuture deleteTags(Consumer deleteTagsRequest) { return deleteTags(DeleteTagsRequest.builder().applyMutation(deleteTagsRequest).build()); } /** *

* Deletes the specified trial. All trial components that make up the trial must be deleted first. Use the * DescribeTrialComponent API to get the list of trial components. *

* * @param deleteTrialRequest * @return A Java Future containing the result of the DeleteTrial operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DeleteTrial * @see AWS API * Documentation */ default CompletableFuture deleteTrial(DeleteTrialRequest deleteTrialRequest) { throw new UnsupportedOperationException(); } /** *

* Deletes the specified trial. All trial components that make up the trial must be deleted first. Use the * DescribeTrialComponent API to get the list of trial components. *

*
*

* This is a convenience which creates an instance of the {@link DeleteTrialRequest.Builder} avoiding the need to * create one manually via {@link DeleteTrialRequest#builder()} *

* * @param deleteTrialRequest * A {@link Consumer} that will call methods on {@link DeleteTrialRequest.Builder} to create a request. * @return A Java Future containing the result of the DeleteTrial operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DeleteTrial * @see AWS API * Documentation */ default CompletableFuture deleteTrial(Consumer deleteTrialRequest) { return deleteTrial(DeleteTrialRequest.builder().applyMutation(deleteTrialRequest).build()); } /** *

* Deletes the specified trial component. A trial component must be disassociated from all trials before the trial * component can be deleted. To disassociate a trial component from a trial, call the * DisassociateTrialComponent API. *

* * @param deleteTrialComponentRequest * @return A Java Future containing the result of the DeleteTrialComponent operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DeleteTrialComponent * @see AWS * API Documentation */ default CompletableFuture deleteTrialComponent( DeleteTrialComponentRequest deleteTrialComponentRequest) { throw new UnsupportedOperationException(); } /** *

* Deletes the specified trial component. A trial component must be disassociated from all trials before the trial * component can be deleted. To disassociate a trial component from a trial, call the * DisassociateTrialComponent API. *

*
*

* This is a convenience which creates an instance of the {@link DeleteTrialComponentRequest.Builder} avoiding the * need to create one manually via {@link DeleteTrialComponentRequest#builder()} *

* * @param deleteTrialComponentRequest * A {@link Consumer} that will call methods on {@link DeleteTrialComponentRequest.Builder} to create a * request. * @return A Java Future containing the result of the DeleteTrialComponent operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DeleteTrialComponent * @see AWS * API Documentation */ default CompletableFuture deleteTrialComponent( Consumer deleteTrialComponentRequest) { return deleteTrialComponent(DeleteTrialComponentRequest.builder().applyMutation(deleteTrialComponentRequest).build()); } /** *

* Deletes a user profile. When a user profile is deleted, the user loses access to their EFS volume, including * data, notebooks, and other artifacts. *

* * @param deleteUserProfileRequest * @return A Java Future containing the result of the DeleteUserProfile operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceInUseException Resource being accessed is in use.
  • *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DeleteUserProfile * @see AWS * API Documentation */ default CompletableFuture deleteUserProfile(DeleteUserProfileRequest deleteUserProfileRequest) { throw new UnsupportedOperationException(); } /** *

* Deletes a user profile. When a user profile is deleted, the user loses access to their EFS volume, including * data, notebooks, and other artifacts. *

*
*

* This is a convenience which creates an instance of the {@link DeleteUserProfileRequest.Builder} avoiding the need * to create one manually via {@link DeleteUserProfileRequest#builder()} *

* * @param deleteUserProfileRequest * A {@link Consumer} that will call methods on {@link DeleteUserProfileRequest.Builder} to create a request. * @return A Java Future containing the result of the DeleteUserProfile operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceInUseException Resource being accessed is in use.
  • *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DeleteUserProfile * @see AWS * API Documentation */ default CompletableFuture deleteUserProfile( Consumer deleteUserProfileRequest) { return deleteUserProfile(DeleteUserProfileRequest.builder().applyMutation(deleteUserProfileRequest).build()); } /** *

* Use this operation to delete a workforce. *

*

* If you want to create a new workforce in an AWS Region where a workforce already exists, use this operation to * delete the existing workforce and then use to create a new workforce. *

* *

* If a private workforce contains one or more work teams, you must use the operation to delete all work teams * before you delete the workforce. If you try to delete a workforce that contains one or more work teams, you will * recieve a ResourceInUse error. *

*
* * @param deleteWorkforceRequest * @return A Java Future containing the result of the DeleteWorkforce operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DeleteWorkforce * @see AWS API * Documentation */ default CompletableFuture deleteWorkforce(DeleteWorkforceRequest deleteWorkforceRequest) { throw new UnsupportedOperationException(); } /** *

* Use this operation to delete a workforce. *

*

* If you want to create a new workforce in an AWS Region where a workforce already exists, use this operation to * delete the existing workforce and then use to create a new workforce. *

* *

* If a private workforce contains one or more work teams, you must use the operation to delete all work teams * before you delete the workforce. If you try to delete a workforce that contains one or more work teams, you will * recieve a ResourceInUse error. *

*

*

* This is a convenience which creates an instance of the {@link DeleteWorkforceRequest.Builder} avoiding the need * to create one manually via {@link DeleteWorkforceRequest#builder()} *

* * @param deleteWorkforceRequest * A {@link Consumer} that will call methods on {@link DeleteWorkforceRequest.Builder} to create a request. * @return A Java Future containing the result of the DeleteWorkforce operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DeleteWorkforce * @see AWS API * Documentation */ default CompletableFuture deleteWorkforce( Consumer deleteWorkforceRequest) { return deleteWorkforce(DeleteWorkforceRequest.builder().applyMutation(deleteWorkforceRequest).build()); } /** *

* Deletes an existing work team. This operation can't be undone. *

* * @param deleteWorkteamRequest * @return A Java Future containing the result of the DeleteWorkteam operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceLimitExceededException You have exceeded an Amazon SageMaker resource limit. For example, you * might have too many training jobs created.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DeleteWorkteam * @see AWS API * Documentation */ default CompletableFuture deleteWorkteam(DeleteWorkteamRequest deleteWorkteamRequest) { throw new UnsupportedOperationException(); } /** *

* Deletes an existing work team. This operation can't be undone. *

*
*

* This is a convenience which creates an instance of the {@link DeleteWorkteamRequest.Builder} avoiding the need to * create one manually via {@link DeleteWorkteamRequest#builder()} *

* * @param deleteWorkteamRequest * A {@link Consumer} that will call methods on {@link DeleteWorkteamRequest.Builder} to create a request. * @return A Java Future containing the result of the DeleteWorkteam operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceLimitExceededException You have exceeded an Amazon SageMaker resource limit. For example, you * might have too many training jobs created.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DeleteWorkteam * @see AWS API * Documentation */ default CompletableFuture deleteWorkteam(Consumer deleteWorkteamRequest) { return deleteWorkteam(DeleteWorkteamRequest.builder().applyMutation(deleteWorkteamRequest).build()); } /** *

* Deregisters the specified devices. After you deregister a device, you will need to re-register the devices. *

* * @param deregisterDevicesRequest * @return A Java Future containing the result of the DeregisterDevices operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DeregisterDevices * @see AWS * API Documentation */ default CompletableFuture deregisterDevices(DeregisterDevicesRequest deregisterDevicesRequest) { throw new UnsupportedOperationException(); } /** *

* Deregisters the specified devices. After you deregister a device, you will need to re-register the devices. *

*
*

* This is a convenience which creates an instance of the {@link DeregisterDevicesRequest.Builder} avoiding the need * to create one manually via {@link DeregisterDevicesRequest#builder()} *

* * @param deregisterDevicesRequest * A {@link Consumer} that will call methods on {@link DeregisterDevicesRequest.Builder} to create a request. * @return A Java Future containing the result of the DeregisterDevices operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DeregisterDevices * @see AWS * API Documentation */ default CompletableFuture deregisterDevices( Consumer deregisterDevicesRequest) { return deregisterDevices(DeregisterDevicesRequest.builder().applyMutation(deregisterDevicesRequest).build()); } /** *

* Describes an action. *

* * @param describeActionRequest * @return A Java Future containing the result of the DescribeAction operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DescribeAction * @see AWS API * Documentation */ default CompletableFuture describeAction(DescribeActionRequest describeActionRequest) { throw new UnsupportedOperationException(); } /** *

* Describes an action. *

*
*

* This is a convenience which creates an instance of the {@link DescribeActionRequest.Builder} avoiding the need to * create one manually via {@link DescribeActionRequest#builder()} *

* * @param describeActionRequest * A {@link Consumer} that will call methods on {@link DescribeActionRequest.Builder} to create a request. * @return A Java Future containing the result of the DescribeAction operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DescribeAction * @see AWS API * Documentation */ default CompletableFuture describeAction(Consumer describeActionRequest) { return describeAction(DescribeActionRequest.builder().applyMutation(describeActionRequest).build()); } /** *

* Returns a description of the specified algorithm that is in your account. *

* * @param describeAlgorithmRequest * @return A Java Future containing the result of the DescribeAlgorithm operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DescribeAlgorithm * @see AWS * API Documentation */ default CompletableFuture describeAlgorithm(DescribeAlgorithmRequest describeAlgorithmRequest) { throw new UnsupportedOperationException(); } /** *

* Returns a description of the specified algorithm that is in your account. *

*
*

* This is a convenience which creates an instance of the {@link DescribeAlgorithmRequest.Builder} avoiding the need * to create one manually via {@link DescribeAlgorithmRequest#builder()} *

* * @param describeAlgorithmRequest * A {@link Consumer} that will call methods on {@link DescribeAlgorithmInput.Builder} to create a request. * @return A Java Future containing the result of the DescribeAlgorithm operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DescribeAlgorithm * @see AWS * API Documentation */ default CompletableFuture describeAlgorithm( Consumer describeAlgorithmRequest) { return describeAlgorithm(DescribeAlgorithmRequest.builder().applyMutation(describeAlgorithmRequest).build()); } /** *

* Describes the app. *

* * @param describeAppRequest * @return A Java Future containing the result of the DescribeApp operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DescribeApp * @see AWS API * Documentation */ default CompletableFuture describeApp(DescribeAppRequest describeAppRequest) { throw new UnsupportedOperationException(); } /** *

* Describes the app. *

*
*

* This is a convenience which creates an instance of the {@link DescribeAppRequest.Builder} avoiding the need to * create one manually via {@link DescribeAppRequest#builder()} *

* * @param describeAppRequest * A {@link Consumer} that will call methods on {@link DescribeAppRequest.Builder} to create a request. * @return A Java Future containing the result of the DescribeApp operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DescribeApp * @see AWS API * Documentation */ default CompletableFuture describeApp(Consumer describeAppRequest) { return describeApp(DescribeAppRequest.builder().applyMutation(describeAppRequest).build()); } /** *

* Describes an AppImageConfig. *

* * @param describeAppImageConfigRequest * @return A Java Future containing the result of the DescribeAppImageConfig operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DescribeAppImageConfig * @see AWS API Documentation */ default CompletableFuture describeAppImageConfig( DescribeAppImageConfigRequest describeAppImageConfigRequest) { throw new UnsupportedOperationException(); } /** *

* Describes an AppImageConfig. *

*
*

* This is a convenience which creates an instance of the {@link DescribeAppImageConfigRequest.Builder} avoiding the * need to create one manually via {@link DescribeAppImageConfigRequest#builder()} *

* * @param describeAppImageConfigRequest * A {@link Consumer} that will call methods on {@link DescribeAppImageConfigRequest.Builder} to create a * request. * @return A Java Future containing the result of the DescribeAppImageConfig operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DescribeAppImageConfig * @see AWS API Documentation */ default CompletableFuture describeAppImageConfig( Consumer describeAppImageConfigRequest) { return describeAppImageConfig(DescribeAppImageConfigRequest.builder().applyMutation(describeAppImageConfigRequest) .build()); } /** *

* Describes an artifact. *

* * @param describeArtifactRequest * @return A Java Future containing the result of the DescribeArtifact operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DescribeArtifact * @see AWS API * Documentation */ default CompletableFuture describeArtifact(DescribeArtifactRequest describeArtifactRequest) { throw new UnsupportedOperationException(); } /** *

* Describes an artifact. *

*
*

* This is a convenience which creates an instance of the {@link DescribeArtifactRequest.Builder} avoiding the need * to create one manually via {@link DescribeArtifactRequest#builder()} *

* * @param describeArtifactRequest * A {@link Consumer} that will call methods on {@link DescribeArtifactRequest.Builder} to create a request. * @return A Java Future containing the result of the DescribeArtifact operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DescribeArtifact * @see AWS API * Documentation */ default CompletableFuture describeArtifact( Consumer describeArtifactRequest) { return describeArtifact(DescribeArtifactRequest.builder().applyMutation(describeArtifactRequest).build()); } /** *

* Returns information about an Amazon SageMaker job. *

* * @param describeAutoMlJobRequest * @return A Java Future containing the result of the DescribeAutoMLJob operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DescribeAutoMLJob * @see AWS * API Documentation */ default CompletableFuture describeAutoMLJob(DescribeAutoMlJobRequest describeAutoMlJobRequest) { throw new UnsupportedOperationException(); } /** *

* Returns information about an Amazon SageMaker job. *

*
*

* This is a convenience which creates an instance of the {@link DescribeAutoMlJobRequest.Builder} avoiding the need * to create one manually via {@link DescribeAutoMlJobRequest#builder()} *

* * @param describeAutoMlJobRequest * A {@link Consumer} that will call methods on {@link DescribeAutoMLJobRequest.Builder} to create a request. * @return A Java Future containing the result of the DescribeAutoMLJob operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DescribeAutoMLJob * @see AWS * API Documentation */ default CompletableFuture describeAutoMLJob( Consumer describeAutoMlJobRequest) { return describeAutoMLJob(DescribeAutoMlJobRequest.builder().applyMutation(describeAutoMlJobRequest).build()); } /** *

* Gets details about the specified Git repository. *

* * @param describeCodeRepositoryRequest * @return A Java Future containing the result of the DescribeCodeRepository operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DescribeCodeRepository * @see AWS API Documentation */ default CompletableFuture describeCodeRepository( DescribeCodeRepositoryRequest describeCodeRepositoryRequest) { throw new UnsupportedOperationException(); } /** *

* Gets details about the specified Git repository. *

*
*

* This is a convenience which creates an instance of the {@link DescribeCodeRepositoryRequest.Builder} avoiding the * need to create one manually via {@link DescribeCodeRepositoryRequest#builder()} *

* * @param describeCodeRepositoryRequest * A {@link Consumer} that will call methods on {@link DescribeCodeRepositoryInput.Builder} to create a * request. * @return A Java Future containing the result of the DescribeCodeRepository operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DescribeCodeRepository * @see AWS API Documentation */ default CompletableFuture describeCodeRepository( Consumer describeCodeRepositoryRequest) { return describeCodeRepository(DescribeCodeRepositoryRequest.builder().applyMutation(describeCodeRepositoryRequest) .build()); } /** *

* Returns information about a model compilation job. *

*

* To create a model compilation job, use CreateCompilationJob. To get information about multiple model * compilation jobs, use ListCompilationJobs. *

* * @param describeCompilationJobRequest * @return A Java Future containing the result of the DescribeCompilationJob operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DescribeCompilationJob * @see AWS API Documentation */ default CompletableFuture describeCompilationJob( DescribeCompilationJobRequest describeCompilationJobRequest) { throw new UnsupportedOperationException(); } /** *

* Returns information about a model compilation job. *

*

* To create a model compilation job, use CreateCompilationJob. To get information about multiple model * compilation jobs, use ListCompilationJobs. *

*
*

* This is a convenience which creates an instance of the {@link DescribeCompilationJobRequest.Builder} avoiding the * need to create one manually via {@link DescribeCompilationJobRequest#builder()} *

* * @param describeCompilationJobRequest * A {@link Consumer} that will call methods on {@link DescribeCompilationJobRequest.Builder} to create a * request. * @return A Java Future containing the result of the DescribeCompilationJob operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DescribeCompilationJob * @see AWS API Documentation */ default CompletableFuture describeCompilationJob( Consumer describeCompilationJobRequest) { return describeCompilationJob(DescribeCompilationJobRequest.builder().applyMutation(describeCompilationJobRequest) .build()); } /** *

* Describes a context. *

* * @param describeContextRequest * @return A Java Future containing the result of the DescribeContext operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DescribeContext * @see AWS API * Documentation */ default CompletableFuture describeContext(DescribeContextRequest describeContextRequest) { throw new UnsupportedOperationException(); } /** *

* Describes a context. *

*
*

* This is a convenience which creates an instance of the {@link DescribeContextRequest.Builder} avoiding the need * to create one manually via {@link DescribeContextRequest#builder()} *

* * @param describeContextRequest * A {@link Consumer} that will call methods on {@link DescribeContextRequest.Builder} to create a request. * @return A Java Future containing the result of the DescribeContext operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DescribeContext * @see AWS API * Documentation */ default CompletableFuture describeContext( Consumer describeContextRequest) { return describeContext(DescribeContextRequest.builder().applyMutation(describeContextRequest).build()); } /** *

* Gets the details of a data quality monitoring job definition. *

* * @param describeDataQualityJobDefinitionRequest * @return A Java Future containing the result of the DescribeDataQualityJobDefinition operation returned by the * service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DescribeDataQualityJobDefinition * @see AWS API Documentation */ default CompletableFuture describeDataQualityJobDefinition( DescribeDataQualityJobDefinitionRequest describeDataQualityJobDefinitionRequest) { throw new UnsupportedOperationException(); } /** *

* Gets the details of a data quality monitoring job definition. *

*
*

* This is a convenience which creates an instance of the {@link DescribeDataQualityJobDefinitionRequest.Builder} * avoiding the need to create one manually via {@link DescribeDataQualityJobDefinitionRequest#builder()} *

* * @param describeDataQualityJobDefinitionRequest * A {@link Consumer} that will call methods on {@link DescribeDataQualityJobDefinitionRequest.Builder} to * create a request. * @return A Java Future containing the result of the DescribeDataQualityJobDefinition operation returned by the * service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DescribeDataQualityJobDefinition * @see AWS API Documentation */ default CompletableFuture describeDataQualityJobDefinition( Consumer describeDataQualityJobDefinitionRequest) { return describeDataQualityJobDefinition(DescribeDataQualityJobDefinitionRequest.builder() .applyMutation(describeDataQualityJobDefinitionRequest).build()); } /** *

* Describes the device. *

* * @param describeDeviceRequest * @return A Java Future containing the result of the DescribeDevice operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DescribeDevice * @see AWS API * Documentation */ default CompletableFuture describeDevice(DescribeDeviceRequest describeDeviceRequest) { throw new UnsupportedOperationException(); } /** *

* Describes the device. *

*
*

* This is a convenience which creates an instance of the {@link DescribeDeviceRequest.Builder} avoiding the need to * create one manually via {@link DescribeDeviceRequest#builder()} *

* * @param describeDeviceRequest * A {@link Consumer} that will call methods on {@link DescribeDeviceRequest.Builder} to create a request. * @return A Java Future containing the result of the DescribeDevice operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DescribeDevice * @see AWS API * Documentation */ default CompletableFuture describeDevice(Consumer describeDeviceRequest) { return describeDevice(DescribeDeviceRequest.builder().applyMutation(describeDeviceRequest).build()); } /** *

* A description of the fleet the device belongs to. *

* * @param describeDeviceFleetRequest * @return A Java Future containing the result of the DescribeDeviceFleet operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DescribeDeviceFleet * @see AWS * API Documentation */ default CompletableFuture describeDeviceFleet( DescribeDeviceFleetRequest describeDeviceFleetRequest) { throw new UnsupportedOperationException(); } /** *

* A description of the fleet the device belongs to. *

*
*

* This is a convenience which creates an instance of the {@link DescribeDeviceFleetRequest.Builder} avoiding the * need to create one manually via {@link DescribeDeviceFleetRequest#builder()} *

* * @param describeDeviceFleetRequest * A {@link Consumer} that will call methods on {@link DescribeDeviceFleetRequest.Builder} to create a * request. * @return A Java Future containing the result of the DescribeDeviceFleet operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DescribeDeviceFleet * @see AWS * API Documentation */ default CompletableFuture describeDeviceFleet( Consumer describeDeviceFleetRequest) { return describeDeviceFleet(DescribeDeviceFleetRequest.builder().applyMutation(describeDeviceFleetRequest).build()); } /** *

* The description of the domain. *

* * @param describeDomainRequest * @return A Java Future containing the result of the DescribeDomain operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DescribeDomain * @see AWS API * Documentation */ default CompletableFuture describeDomain(DescribeDomainRequest describeDomainRequest) { throw new UnsupportedOperationException(); } /** *

* The description of the domain. *

*
*

* This is a convenience which creates an instance of the {@link DescribeDomainRequest.Builder} avoiding the need to * create one manually via {@link DescribeDomainRequest#builder()} *

* * @param describeDomainRequest * A {@link Consumer} that will call methods on {@link DescribeDomainRequest.Builder} to create a request. * @return A Java Future containing the result of the DescribeDomain operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DescribeDomain * @see AWS API * Documentation */ default CompletableFuture describeDomain(Consumer describeDomainRequest) { return describeDomain(DescribeDomainRequest.builder().applyMutation(describeDomainRequest).build()); } /** *

* A description of edge packaging jobs. *

* * @param describeEdgePackagingJobRequest * @return A Java Future containing the result of the DescribeEdgePackagingJob operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DescribeEdgePackagingJob * @see AWS API Documentation */ default CompletableFuture describeEdgePackagingJob( DescribeEdgePackagingJobRequest describeEdgePackagingJobRequest) { throw new UnsupportedOperationException(); } /** *

* A description of edge packaging jobs. *

*
*

* This is a convenience which creates an instance of the {@link DescribeEdgePackagingJobRequest.Builder} avoiding * the need to create one manually via {@link DescribeEdgePackagingJobRequest#builder()} *

* * @param describeEdgePackagingJobRequest * A {@link Consumer} that will call methods on {@link DescribeEdgePackagingJobRequest.Builder} to create a * request. * @return A Java Future containing the result of the DescribeEdgePackagingJob operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DescribeEdgePackagingJob * @see AWS API Documentation */ default CompletableFuture describeEdgePackagingJob( Consumer describeEdgePackagingJobRequest) { return describeEdgePackagingJob(DescribeEdgePackagingJobRequest.builder().applyMutation(describeEdgePackagingJobRequest) .build()); } /** *

* Returns the description of an endpoint. *

* * @param describeEndpointRequest * @return A Java Future containing the result of the DescribeEndpoint operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DescribeEndpoint * @see AWS API * Documentation */ default CompletableFuture describeEndpoint(DescribeEndpointRequest describeEndpointRequest) { throw new UnsupportedOperationException(); } /** *

* Returns the description of an endpoint. *

*
*

* This is a convenience which creates an instance of the {@link DescribeEndpointRequest.Builder} avoiding the need * to create one manually via {@link DescribeEndpointRequest#builder()} *

* * @param describeEndpointRequest * A {@link Consumer} that will call methods on {@link DescribeEndpointInput.Builder} to create a request. * @return A Java Future containing the result of the DescribeEndpoint operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DescribeEndpoint * @see AWS API * Documentation */ default CompletableFuture describeEndpoint( Consumer describeEndpointRequest) { return describeEndpoint(DescribeEndpointRequest.builder().applyMutation(describeEndpointRequest).build()); } /** *

* Returns the description of an endpoint configuration created using the CreateEndpointConfig API. *

* * @param describeEndpointConfigRequest * @return A Java Future containing the result of the DescribeEndpointConfig operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DescribeEndpointConfig * @see AWS API Documentation */ default CompletableFuture describeEndpointConfig( DescribeEndpointConfigRequest describeEndpointConfigRequest) { throw new UnsupportedOperationException(); } /** *

* Returns the description of an endpoint configuration created using the CreateEndpointConfig API. *

*
*

* This is a convenience which creates an instance of the {@link DescribeEndpointConfigRequest.Builder} avoiding the * need to create one manually via {@link DescribeEndpointConfigRequest#builder()} *

* * @param describeEndpointConfigRequest * A {@link Consumer} that will call methods on {@link DescribeEndpointConfigInput.Builder} to create a * request. * @return A Java Future containing the result of the DescribeEndpointConfig operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DescribeEndpointConfig * @see AWS API Documentation */ default CompletableFuture describeEndpointConfig( Consumer describeEndpointConfigRequest) { return describeEndpointConfig(DescribeEndpointConfigRequest.builder().applyMutation(describeEndpointConfigRequest) .build()); } /** *

* Provides a list of an experiment's properties. *

* * @param describeExperimentRequest * @return A Java Future containing the result of the DescribeExperiment operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DescribeExperiment * @see AWS * API Documentation */ default CompletableFuture describeExperiment(DescribeExperimentRequest describeExperimentRequest) { throw new UnsupportedOperationException(); } /** *

* Provides a list of an experiment's properties. *

*
*

* This is a convenience which creates an instance of the {@link DescribeExperimentRequest.Builder} avoiding the * need to create one manually via {@link DescribeExperimentRequest#builder()} *

* * @param describeExperimentRequest * A {@link Consumer} that will call methods on {@link DescribeExperimentRequest.Builder} to create a * request. * @return A Java Future containing the result of the DescribeExperiment operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DescribeExperiment * @see AWS * API Documentation */ default CompletableFuture describeExperiment( Consumer describeExperimentRequest) { return describeExperiment(DescribeExperimentRequest.builder().applyMutation(describeExperimentRequest).build()); } /** *

* Use this operation to describe a FeatureGroup. The response includes information on the creation * time, FeatureGroup name, the unique identifier for each FeatureGroup, and more. *

* * @param describeFeatureGroupRequest * @return A Java Future containing the result of the DescribeFeatureGroup operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DescribeFeatureGroup * @see AWS * API Documentation */ default CompletableFuture describeFeatureGroup( DescribeFeatureGroupRequest describeFeatureGroupRequest) { throw new UnsupportedOperationException(); } /** *

* Use this operation to describe a FeatureGroup. The response includes information on the creation * time, FeatureGroup name, the unique identifier for each FeatureGroup, and more. *

*
*

* This is a convenience which creates an instance of the {@link DescribeFeatureGroupRequest.Builder} avoiding the * need to create one manually via {@link DescribeFeatureGroupRequest#builder()} *

* * @param describeFeatureGroupRequest * A {@link Consumer} that will call methods on {@link DescribeFeatureGroupRequest.Builder} to create a * request. * @return A Java Future containing the result of the DescribeFeatureGroup operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DescribeFeatureGroup * @see AWS * API Documentation */ default CompletableFuture describeFeatureGroup( Consumer describeFeatureGroupRequest) { return describeFeatureGroup(DescribeFeatureGroupRequest.builder().applyMutation(describeFeatureGroupRequest).build()); } /** *

* Returns information about the specified flow definition. *

* * @param describeFlowDefinitionRequest * @return A Java Future containing the result of the DescribeFlowDefinition operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DescribeFlowDefinition * @see AWS API Documentation */ default CompletableFuture describeFlowDefinition( DescribeFlowDefinitionRequest describeFlowDefinitionRequest) { throw new UnsupportedOperationException(); } /** *

* Returns information about the specified flow definition. *

*
*

* This is a convenience which creates an instance of the {@link DescribeFlowDefinitionRequest.Builder} avoiding the * need to create one manually via {@link DescribeFlowDefinitionRequest#builder()} *

* * @param describeFlowDefinitionRequest * A {@link Consumer} that will call methods on {@link DescribeFlowDefinitionRequest.Builder} to create a * request. * @return A Java Future containing the result of the DescribeFlowDefinition operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DescribeFlowDefinition * @see AWS API Documentation */ default CompletableFuture describeFlowDefinition( Consumer describeFlowDefinitionRequest) { return describeFlowDefinition(DescribeFlowDefinitionRequest.builder().applyMutation(describeFlowDefinitionRequest) .build()); } /** *

* Returns information about the requested human task user interface (worker task template). *

* * @param describeHumanTaskUiRequest * @return A Java Future containing the result of the DescribeHumanTaskUi operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DescribeHumanTaskUi * @see AWS * API Documentation */ default CompletableFuture describeHumanTaskUi( DescribeHumanTaskUiRequest describeHumanTaskUiRequest) { throw new UnsupportedOperationException(); } /** *

* Returns information about the requested human task user interface (worker task template). *

*
*

* This is a convenience which creates an instance of the {@link DescribeHumanTaskUiRequest.Builder} avoiding the * need to create one manually via {@link DescribeHumanTaskUiRequest#builder()} *

* * @param describeHumanTaskUiRequest * A {@link Consumer} that will call methods on {@link DescribeHumanTaskUiRequest.Builder} to create a * request. * @return A Java Future containing the result of the DescribeHumanTaskUi operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DescribeHumanTaskUi * @see AWS * API Documentation */ default CompletableFuture describeHumanTaskUi( Consumer describeHumanTaskUiRequest) { return describeHumanTaskUi(DescribeHumanTaskUiRequest.builder().applyMutation(describeHumanTaskUiRequest).build()); } /** *

* Gets a description of a hyperparameter tuning job. *

* * @param describeHyperParameterTuningJobRequest * @return A Java Future containing the result of the DescribeHyperParameterTuningJob operation returned by the * service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DescribeHyperParameterTuningJob * @see AWS API Documentation */ default CompletableFuture describeHyperParameterTuningJob( DescribeHyperParameterTuningJobRequest describeHyperParameterTuningJobRequest) { throw new UnsupportedOperationException(); } /** *

* Gets a description of a hyperparameter tuning job. *

*
*

* This is a convenience which creates an instance of the {@link DescribeHyperParameterTuningJobRequest.Builder} * avoiding the need to create one manually via {@link DescribeHyperParameterTuningJobRequest#builder()} *

* * @param describeHyperParameterTuningJobRequest * A {@link Consumer} that will call methods on {@link DescribeHyperParameterTuningJobRequest.Builder} to * create a request. * @return A Java Future containing the result of the DescribeHyperParameterTuningJob operation returned by the * service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DescribeHyperParameterTuningJob * @see AWS API Documentation */ default CompletableFuture describeHyperParameterTuningJob( Consumer describeHyperParameterTuningJobRequest) { return describeHyperParameterTuningJob(DescribeHyperParameterTuningJobRequest.builder() .applyMutation(describeHyperParameterTuningJobRequest).build()); } /** *

* Describes a SageMaker image. *

* * @param describeImageRequest * @return A Java Future containing the result of the DescribeImage operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DescribeImage * @see AWS API * Documentation */ default CompletableFuture describeImage(DescribeImageRequest describeImageRequest) { throw new UnsupportedOperationException(); } /** *

* Describes a SageMaker image. *

*
*

* This is a convenience which creates an instance of the {@link DescribeImageRequest.Builder} avoiding the need to * create one manually via {@link DescribeImageRequest#builder()} *

* * @param describeImageRequest * A {@link Consumer} that will call methods on {@link DescribeImageRequest.Builder} to create a request. * @return A Java Future containing the result of the DescribeImage operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DescribeImage * @see AWS API * Documentation */ default CompletableFuture describeImage(Consumer describeImageRequest) { return describeImage(DescribeImageRequest.builder().applyMutation(describeImageRequest).build()); } /** *

* Describes a version of a SageMaker image. *

* * @param describeImageVersionRequest * @return A Java Future containing the result of the DescribeImageVersion operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DescribeImageVersion * @see AWS * API Documentation */ default CompletableFuture describeImageVersion( DescribeImageVersionRequest describeImageVersionRequest) { throw new UnsupportedOperationException(); } /** *

* Describes a version of a SageMaker image. *

*
*

* This is a convenience which creates an instance of the {@link DescribeImageVersionRequest.Builder} avoiding the * need to create one manually via {@link DescribeImageVersionRequest#builder()} *

* * @param describeImageVersionRequest * A {@link Consumer} that will call methods on {@link DescribeImageVersionRequest.Builder} to create a * request. * @return A Java Future containing the result of the DescribeImageVersion operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DescribeImageVersion * @see AWS * API Documentation */ default CompletableFuture describeImageVersion( Consumer describeImageVersionRequest) { return describeImageVersion(DescribeImageVersionRequest.builder().applyMutation(describeImageVersionRequest).build()); } /** *

* Gets information about a labeling job. *

* * @param describeLabelingJobRequest * @return A Java Future containing the result of the DescribeLabelingJob operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DescribeLabelingJob * @see AWS * API Documentation */ default CompletableFuture describeLabelingJob( DescribeLabelingJobRequest describeLabelingJobRequest) { throw new UnsupportedOperationException(); } /** *

* Gets information about a labeling job. *

*
*

* This is a convenience which creates an instance of the {@link DescribeLabelingJobRequest.Builder} avoiding the * need to create one manually via {@link DescribeLabelingJobRequest#builder()} *

* * @param describeLabelingJobRequest * A {@link Consumer} that will call methods on {@link DescribeLabelingJobRequest.Builder} to create a * request. * @return A Java Future containing the result of the DescribeLabelingJob operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DescribeLabelingJob * @see AWS * API Documentation */ default CompletableFuture describeLabelingJob( Consumer describeLabelingJobRequest) { return describeLabelingJob(DescribeLabelingJobRequest.builder().applyMutation(describeLabelingJobRequest).build()); } /** *

* Describes a model that you created using the CreateModel API. *

* * @param describeModelRequest * @return A Java Future containing the result of the DescribeModel operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DescribeModel * @see AWS API * Documentation */ default CompletableFuture describeModel(DescribeModelRequest describeModelRequest) { throw new UnsupportedOperationException(); } /** *

* Describes a model that you created using the CreateModel API. *

*
*

* This is a convenience which creates an instance of the {@link DescribeModelRequest.Builder} avoiding the need to * create one manually via {@link DescribeModelRequest#builder()} *

* * @param describeModelRequest * A {@link Consumer} that will call methods on {@link DescribeModelInput.Builder} to create a request. * @return A Java Future containing the result of the DescribeModel operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DescribeModel * @see AWS API * Documentation */ default CompletableFuture describeModel(Consumer describeModelRequest) { return describeModel(DescribeModelRequest.builder().applyMutation(describeModelRequest).build()); } /** *

* Returns a description of a model bias job definition. *

* * @param describeModelBiasJobDefinitionRequest * @return A Java Future containing the result of the DescribeModelBiasJobDefinition operation returned by the * service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DescribeModelBiasJobDefinition * @see AWS API Documentation */ default CompletableFuture describeModelBiasJobDefinition( DescribeModelBiasJobDefinitionRequest describeModelBiasJobDefinitionRequest) { throw new UnsupportedOperationException(); } /** *

* Returns a description of a model bias job definition. *

*
*

* This is a convenience which creates an instance of the {@link DescribeModelBiasJobDefinitionRequest.Builder} * avoiding the need to create one manually via {@link DescribeModelBiasJobDefinitionRequest#builder()} *

* * @param describeModelBiasJobDefinitionRequest * A {@link Consumer} that will call methods on {@link DescribeModelBiasJobDefinitionRequest.Builder} to * create a request. * @return A Java Future containing the result of the DescribeModelBiasJobDefinition operation returned by the * service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DescribeModelBiasJobDefinition * @see AWS API Documentation */ default CompletableFuture describeModelBiasJobDefinition( Consumer describeModelBiasJobDefinitionRequest) { return describeModelBiasJobDefinition(DescribeModelBiasJobDefinitionRequest.builder() .applyMutation(describeModelBiasJobDefinitionRequest).build()); } /** *

* Returns a description of a model explainability job definition. *

* * @param describeModelExplainabilityJobDefinitionRequest * @return A Java Future containing the result of the DescribeModelExplainabilityJobDefinition operation returned by * the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DescribeModelExplainabilityJobDefinition * @see AWS API Documentation */ default CompletableFuture describeModelExplainabilityJobDefinition( DescribeModelExplainabilityJobDefinitionRequest describeModelExplainabilityJobDefinitionRequest) { throw new UnsupportedOperationException(); } /** *

* Returns a description of a model explainability job definition. *

*
*

* This is a convenience which creates an instance of the * {@link DescribeModelExplainabilityJobDefinitionRequest.Builder} avoiding the need to create one manually via * {@link DescribeModelExplainabilityJobDefinitionRequest#builder()} *

* * @param describeModelExplainabilityJobDefinitionRequest * A {@link Consumer} that will call methods on * {@link DescribeModelExplainabilityJobDefinitionRequest.Builder} to create a request. * @return A Java Future containing the result of the DescribeModelExplainabilityJobDefinition operation returned by * the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DescribeModelExplainabilityJobDefinition * @see AWS API Documentation */ default CompletableFuture describeModelExplainabilityJobDefinition( Consumer describeModelExplainabilityJobDefinitionRequest) { return describeModelExplainabilityJobDefinition(DescribeModelExplainabilityJobDefinitionRequest.builder() .applyMutation(describeModelExplainabilityJobDefinitionRequest).build()); } /** *

* Returns a description of the specified model package, which is used to create Amazon SageMaker models or list * them on AWS Marketplace. *

*

* To create models in Amazon SageMaker, buyers can subscribe to model packages listed on AWS Marketplace. *

* * @param describeModelPackageRequest * @return A Java Future containing the result of the DescribeModelPackage operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DescribeModelPackage * @see AWS * API Documentation */ default CompletableFuture describeModelPackage( DescribeModelPackageRequest describeModelPackageRequest) { throw new UnsupportedOperationException(); } /** *

* Returns a description of the specified model package, which is used to create Amazon SageMaker models or list * them on AWS Marketplace. *

*

* To create models in Amazon SageMaker, buyers can subscribe to model packages listed on AWS Marketplace. *

*
*

* This is a convenience which creates an instance of the {@link DescribeModelPackageRequest.Builder} avoiding the * need to create one manually via {@link DescribeModelPackageRequest#builder()} *

* * @param describeModelPackageRequest * A {@link Consumer} that will call methods on {@link DescribeModelPackageInput.Builder} to create a * request. * @return A Java Future containing the result of the DescribeModelPackage operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DescribeModelPackage * @see AWS * API Documentation */ default CompletableFuture describeModelPackage( Consumer describeModelPackageRequest) { return describeModelPackage(DescribeModelPackageRequest.builder().applyMutation(describeModelPackageRequest).build()); } /** *

* Gets a description for the specified model group. *

* * @param describeModelPackageGroupRequest * @return A Java Future containing the result of the DescribeModelPackageGroup operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DescribeModelPackageGroup * @see AWS API Documentation */ default CompletableFuture describeModelPackageGroup( DescribeModelPackageGroupRequest describeModelPackageGroupRequest) { throw new UnsupportedOperationException(); } /** *

* Gets a description for the specified model group. *

*
*

* This is a convenience which creates an instance of the {@link DescribeModelPackageGroupRequest.Builder} avoiding * the need to create one manually via {@link DescribeModelPackageGroupRequest#builder()} *

* * @param describeModelPackageGroupRequest * A {@link Consumer} that will call methods on {@link DescribeModelPackageGroupInput.Builder} to create a * request. * @return A Java Future containing the result of the DescribeModelPackageGroup operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DescribeModelPackageGroup * @see AWS API Documentation */ default CompletableFuture describeModelPackageGroup( Consumer describeModelPackageGroupRequest) { return describeModelPackageGroup(DescribeModelPackageGroupRequest.builder() .applyMutation(describeModelPackageGroupRequest).build()); } /** *

* Returns a description of a model quality job definition. *

* * @param describeModelQualityJobDefinitionRequest * @return A Java Future containing the result of the DescribeModelQualityJobDefinition operation returned by the * service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DescribeModelQualityJobDefinition * @see AWS API Documentation */ default CompletableFuture describeModelQualityJobDefinition( DescribeModelQualityJobDefinitionRequest describeModelQualityJobDefinitionRequest) { throw new UnsupportedOperationException(); } /** *

* Returns a description of a model quality job definition. *

*
*

* This is a convenience which creates an instance of the {@link DescribeModelQualityJobDefinitionRequest.Builder} * avoiding the need to create one manually via {@link DescribeModelQualityJobDefinitionRequest#builder()} *

* * @param describeModelQualityJobDefinitionRequest * A {@link Consumer} that will call methods on {@link DescribeModelQualityJobDefinitionRequest.Builder} to * create a request. * @return A Java Future containing the result of the DescribeModelQualityJobDefinition operation returned by the * service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DescribeModelQualityJobDefinition * @see AWS API Documentation */ default CompletableFuture describeModelQualityJobDefinition( Consumer describeModelQualityJobDefinitionRequest) { return describeModelQualityJobDefinition(DescribeModelQualityJobDefinitionRequest.builder() .applyMutation(describeModelQualityJobDefinitionRequest).build()); } /** *

* Describes the schedule for a monitoring job. *

* * @param describeMonitoringScheduleRequest * @return A Java Future containing the result of the DescribeMonitoringSchedule operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DescribeMonitoringSchedule * @see AWS API Documentation */ default CompletableFuture describeMonitoringSchedule( DescribeMonitoringScheduleRequest describeMonitoringScheduleRequest) { throw new UnsupportedOperationException(); } /** *

* Describes the schedule for a monitoring job. *

*
*

* This is a convenience which creates an instance of the {@link DescribeMonitoringScheduleRequest.Builder} avoiding * the need to create one manually via {@link DescribeMonitoringScheduleRequest#builder()} *

* * @param describeMonitoringScheduleRequest * A {@link Consumer} that will call methods on {@link DescribeMonitoringScheduleRequest.Builder} to create a * request. * @return A Java Future containing the result of the DescribeMonitoringSchedule operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DescribeMonitoringSchedule * @see AWS API Documentation */ default CompletableFuture describeMonitoringSchedule( Consumer describeMonitoringScheduleRequest) { return describeMonitoringSchedule(DescribeMonitoringScheduleRequest.builder() .applyMutation(describeMonitoringScheduleRequest).build()); } /** *

* Returns information about a notebook instance. *

* * @param describeNotebookInstanceRequest * @return A Java Future containing the result of the DescribeNotebookInstance operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DescribeNotebookInstance * @see AWS API Documentation */ default CompletableFuture describeNotebookInstance( DescribeNotebookInstanceRequest describeNotebookInstanceRequest) { throw new UnsupportedOperationException(); } /** *

* Returns information about a notebook instance. *

*
*

* This is a convenience which creates an instance of the {@link DescribeNotebookInstanceRequest.Builder} avoiding * the need to create one manually via {@link DescribeNotebookInstanceRequest#builder()} *

* * @param describeNotebookInstanceRequest * A {@link Consumer} that will call methods on {@link DescribeNotebookInstanceInput.Builder} to create a * request. * @return A Java Future containing the result of the DescribeNotebookInstance operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DescribeNotebookInstance * @see AWS API Documentation */ default CompletableFuture describeNotebookInstance( Consumer describeNotebookInstanceRequest) { return describeNotebookInstance(DescribeNotebookInstanceRequest.builder().applyMutation(describeNotebookInstanceRequest) .build()); } /** *

* Returns a description of a notebook instance lifecycle configuration. *

*

* For information about notebook instance lifestyle configurations, see Step 2.1: (Optional) * Customize a Notebook Instance. *

* * @param describeNotebookInstanceLifecycleConfigRequest * @return A Java Future containing the result of the DescribeNotebookInstanceLifecycleConfig operation returned by * the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DescribeNotebookInstanceLifecycleConfig * @see AWS API Documentation */ default CompletableFuture describeNotebookInstanceLifecycleConfig( DescribeNotebookInstanceLifecycleConfigRequest describeNotebookInstanceLifecycleConfigRequest) { throw new UnsupportedOperationException(); } /** *

* Returns a description of a notebook instance lifecycle configuration. *

*

* For information about notebook instance lifestyle configurations, see Step 2.1: (Optional) * Customize a Notebook Instance. *

*
*

* This is a convenience which creates an instance of the * {@link DescribeNotebookInstanceLifecycleConfigRequest.Builder} avoiding the need to create one manually via * {@link DescribeNotebookInstanceLifecycleConfigRequest#builder()} *

* * @param describeNotebookInstanceLifecycleConfigRequest * A {@link Consumer} that will call methods on {@link DescribeNotebookInstanceLifecycleConfigInput.Builder} * to create a request. * @return A Java Future containing the result of the DescribeNotebookInstanceLifecycleConfig operation returned by * the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DescribeNotebookInstanceLifecycleConfig * @see AWS API Documentation */ default CompletableFuture describeNotebookInstanceLifecycleConfig( Consumer describeNotebookInstanceLifecycleConfigRequest) { return describeNotebookInstanceLifecycleConfig(DescribeNotebookInstanceLifecycleConfigRequest.builder() .applyMutation(describeNotebookInstanceLifecycleConfigRequest).build()); } /** *

* Describes the details of a pipeline. *

* * @param describePipelineRequest * @return A Java Future containing the result of the DescribePipeline operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DescribePipeline * @see AWS API * Documentation */ default CompletableFuture describePipeline(DescribePipelineRequest describePipelineRequest) { throw new UnsupportedOperationException(); } /** *

* Describes the details of a pipeline. *

*
*

* This is a convenience which creates an instance of the {@link DescribePipelineRequest.Builder} avoiding the need * to create one manually via {@link DescribePipelineRequest#builder()} *

* * @param describePipelineRequest * A {@link Consumer} that will call methods on {@link DescribePipelineRequest.Builder} to create a request. * @return A Java Future containing the result of the DescribePipeline operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DescribePipeline * @see AWS API * Documentation */ default CompletableFuture describePipeline( Consumer describePipelineRequest) { return describePipeline(DescribePipelineRequest.builder().applyMutation(describePipelineRequest).build()); } /** *

* Describes the details of an execution's pipeline definition. *

* * @param describePipelineDefinitionForExecutionRequest * @return A Java Future containing the result of the DescribePipelineDefinitionForExecution operation returned by * the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DescribePipelineDefinitionForExecution * @see AWS API Documentation */ default CompletableFuture describePipelineDefinitionForExecution( DescribePipelineDefinitionForExecutionRequest describePipelineDefinitionForExecutionRequest) { throw new UnsupportedOperationException(); } /** *

* Describes the details of an execution's pipeline definition. *

*
*

* This is a convenience which creates an instance of the * {@link DescribePipelineDefinitionForExecutionRequest.Builder} avoiding the need to create one manually via * {@link DescribePipelineDefinitionForExecutionRequest#builder()} *

* * @param describePipelineDefinitionForExecutionRequest * A {@link Consumer} that will call methods on {@link DescribePipelineDefinitionForExecutionRequest.Builder} * to create a request. * @return A Java Future containing the result of the DescribePipelineDefinitionForExecution operation returned by * the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DescribePipelineDefinitionForExecution * @see AWS API Documentation */ default CompletableFuture describePipelineDefinitionForExecution( Consumer describePipelineDefinitionForExecutionRequest) { return describePipelineDefinitionForExecution(DescribePipelineDefinitionForExecutionRequest.builder() .applyMutation(describePipelineDefinitionForExecutionRequest).build()); } /** *

* Describes the details of a pipeline execution. *

* * @param describePipelineExecutionRequest * @return A Java Future containing the result of the DescribePipelineExecution operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DescribePipelineExecution * @see AWS API Documentation */ default CompletableFuture describePipelineExecution( DescribePipelineExecutionRequest describePipelineExecutionRequest) { throw new UnsupportedOperationException(); } /** *

* Describes the details of a pipeline execution. *

*
*

* This is a convenience which creates an instance of the {@link DescribePipelineExecutionRequest.Builder} avoiding * the need to create one manually via {@link DescribePipelineExecutionRequest#builder()} *

* * @param describePipelineExecutionRequest * A {@link Consumer} that will call methods on {@link DescribePipelineExecutionRequest.Builder} to create a * request. * @return A Java Future containing the result of the DescribePipelineExecution operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DescribePipelineExecution * @see AWS API Documentation */ default CompletableFuture describePipelineExecution( Consumer describePipelineExecutionRequest) { return describePipelineExecution(DescribePipelineExecutionRequest.builder() .applyMutation(describePipelineExecutionRequest).build()); } /** *

* Returns a description of a processing job. *

* * @param describeProcessingJobRequest * @return A Java Future containing the result of the DescribeProcessingJob operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DescribeProcessingJob * @see AWS API Documentation */ default CompletableFuture describeProcessingJob( DescribeProcessingJobRequest describeProcessingJobRequest) { throw new UnsupportedOperationException(); } /** *

* Returns a description of a processing job. *

*
*

* This is a convenience which creates an instance of the {@link DescribeProcessingJobRequest.Builder} avoiding the * need to create one manually via {@link DescribeProcessingJobRequest#builder()} *

* * @param describeProcessingJobRequest * A {@link Consumer} that will call methods on {@link DescribeProcessingJobRequest.Builder} to create a * request. * @return A Java Future containing the result of the DescribeProcessingJob operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DescribeProcessingJob * @see AWS API Documentation */ default CompletableFuture describeProcessingJob( Consumer describeProcessingJobRequest) { return describeProcessingJob(DescribeProcessingJobRequest.builder().applyMutation(describeProcessingJobRequest).build()); } /** *

* Describes the details of a project. *

* * @param describeProjectRequest * @return A Java Future containing the result of the DescribeProject operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DescribeProject * @see AWS API * Documentation */ default CompletableFuture describeProject(DescribeProjectRequest describeProjectRequest) { throw new UnsupportedOperationException(); } /** *

* Describes the details of a project. *

*
*

* This is a convenience which creates an instance of the {@link DescribeProjectRequest.Builder} avoiding the need * to create one manually via {@link DescribeProjectRequest#builder()} *

* * @param describeProjectRequest * A {@link Consumer} that will call methods on {@link DescribeProjectInput.Builder} to create a request. * @return A Java Future containing the result of the DescribeProject operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DescribeProject * @see AWS API * Documentation */ default CompletableFuture describeProject( Consumer describeProjectRequest) { return describeProject(DescribeProjectRequest.builder().applyMutation(describeProjectRequest).build()); } /** *

* Gets information about a work team provided by a vendor. It returns details about the subscription with a vendor * in the AWS Marketplace. *

* * @param describeSubscribedWorkteamRequest * @return A Java Future containing the result of the DescribeSubscribedWorkteam operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DescribeSubscribedWorkteam * @see AWS API Documentation */ default CompletableFuture describeSubscribedWorkteam( DescribeSubscribedWorkteamRequest describeSubscribedWorkteamRequest) { throw new UnsupportedOperationException(); } /** *

* Gets information about a work team provided by a vendor. It returns details about the subscription with a vendor * in the AWS Marketplace. *

*
*

* This is a convenience which creates an instance of the {@link DescribeSubscribedWorkteamRequest.Builder} avoiding * the need to create one manually via {@link DescribeSubscribedWorkteamRequest#builder()} *

* * @param describeSubscribedWorkteamRequest * A {@link Consumer} that will call methods on {@link DescribeSubscribedWorkteamRequest.Builder} to create a * request. * @return A Java Future containing the result of the DescribeSubscribedWorkteam operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DescribeSubscribedWorkteam * @see AWS API Documentation */ default CompletableFuture describeSubscribedWorkteam( Consumer describeSubscribedWorkteamRequest) { return describeSubscribedWorkteam(DescribeSubscribedWorkteamRequest.builder() .applyMutation(describeSubscribedWorkteamRequest).build()); } /** *

* Returns information about a training job. *

* * @param describeTrainingJobRequest * @return A Java Future containing the result of the DescribeTrainingJob operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DescribeTrainingJob * @see AWS * API Documentation */ default CompletableFuture describeTrainingJob( DescribeTrainingJobRequest describeTrainingJobRequest) { throw new UnsupportedOperationException(); } /** *

* Returns information about a training job. *

*
*

* This is a convenience which creates an instance of the {@link DescribeTrainingJobRequest.Builder} avoiding the * need to create one manually via {@link DescribeTrainingJobRequest#builder()} *

* * @param describeTrainingJobRequest * A {@link Consumer} that will call methods on {@link DescribeTrainingJobRequest.Builder} to create a * request. * @return A Java Future containing the result of the DescribeTrainingJob operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DescribeTrainingJob * @see AWS * API Documentation */ default CompletableFuture describeTrainingJob( Consumer describeTrainingJobRequest) { return describeTrainingJob(DescribeTrainingJobRequest.builder().applyMutation(describeTrainingJobRequest).build()); } /** *

* Returns information about a transform job. *

* * @param describeTransformJobRequest * @return A Java Future containing the result of the DescribeTransformJob operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DescribeTransformJob * @see AWS * API Documentation */ default CompletableFuture describeTransformJob( DescribeTransformJobRequest describeTransformJobRequest) { throw new UnsupportedOperationException(); } /** *

* Returns information about a transform job. *

*
*

* This is a convenience which creates an instance of the {@link DescribeTransformJobRequest.Builder} avoiding the * need to create one manually via {@link DescribeTransformJobRequest#builder()} *

* * @param describeTransformJobRequest * A {@link Consumer} that will call methods on {@link DescribeTransformJobRequest.Builder} to create a * request. * @return A Java Future containing the result of the DescribeTransformJob operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DescribeTransformJob * @see AWS * API Documentation */ default CompletableFuture describeTransformJob( Consumer describeTransformJobRequest) { return describeTransformJob(DescribeTransformJobRequest.builder().applyMutation(describeTransformJobRequest).build()); } /** *

* Provides a list of a trial's properties. *

* * @param describeTrialRequest * @return A Java Future containing the result of the DescribeTrial operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DescribeTrial * @see AWS API * Documentation */ default CompletableFuture describeTrial(DescribeTrialRequest describeTrialRequest) { throw new UnsupportedOperationException(); } /** *

* Provides a list of a trial's properties. *

*
*

* This is a convenience which creates an instance of the {@link DescribeTrialRequest.Builder} avoiding the need to * create one manually via {@link DescribeTrialRequest#builder()} *

* * @param describeTrialRequest * A {@link Consumer} that will call methods on {@link DescribeTrialRequest.Builder} to create a request. * @return A Java Future containing the result of the DescribeTrial operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DescribeTrial * @see AWS API * Documentation */ default CompletableFuture describeTrial(Consumer describeTrialRequest) { return describeTrial(DescribeTrialRequest.builder().applyMutation(describeTrialRequest).build()); } /** *

* Provides a list of a trials component's properties. *

* * @param describeTrialComponentRequest * @return A Java Future containing the result of the DescribeTrialComponent operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DescribeTrialComponent * @see AWS API Documentation */ default CompletableFuture describeTrialComponent( DescribeTrialComponentRequest describeTrialComponentRequest) { throw new UnsupportedOperationException(); } /** *

* Provides a list of a trials component's properties. *

*
*

* This is a convenience which creates an instance of the {@link DescribeTrialComponentRequest.Builder} avoiding the * need to create one manually via {@link DescribeTrialComponentRequest#builder()} *

* * @param describeTrialComponentRequest * A {@link Consumer} that will call methods on {@link DescribeTrialComponentRequest.Builder} to create a * request. * @return A Java Future containing the result of the DescribeTrialComponent operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DescribeTrialComponent * @see AWS API Documentation */ default CompletableFuture describeTrialComponent( Consumer describeTrialComponentRequest) { return describeTrialComponent(DescribeTrialComponentRequest.builder().applyMutation(describeTrialComponentRequest) .build()); } /** *

* Describes a user profile. For more information, see CreateUserProfile. *

* * @param describeUserProfileRequest * @return A Java Future containing the result of the DescribeUserProfile operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DescribeUserProfile * @see AWS * API Documentation */ default CompletableFuture describeUserProfile( DescribeUserProfileRequest describeUserProfileRequest) { throw new UnsupportedOperationException(); } /** *

* Describes a user profile. For more information, see CreateUserProfile. *

*
*

* This is a convenience which creates an instance of the {@link DescribeUserProfileRequest.Builder} avoiding the * need to create one manually via {@link DescribeUserProfileRequest#builder()} *

* * @param describeUserProfileRequest * A {@link Consumer} that will call methods on {@link DescribeUserProfileRequest.Builder} to create a * request. * @return A Java Future containing the result of the DescribeUserProfile operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DescribeUserProfile * @see AWS * API Documentation */ default CompletableFuture describeUserProfile( Consumer describeUserProfileRequest) { return describeUserProfile(DescribeUserProfileRequest.builder().applyMutation(describeUserProfileRequest).build()); } /** *

* Lists private workforce information, including workforce name, Amazon Resource Name (ARN), and, if applicable, * allowed IP address ranges (CIDRs). Allowable IP address ranges * are the IP addresses that workers can use to access tasks. *

* *

* This operation applies only to private workforces. *

*
* * @param describeWorkforceRequest * @return A Java Future containing the result of the DescribeWorkforce operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DescribeWorkforce * @see AWS * API Documentation */ default CompletableFuture describeWorkforce(DescribeWorkforceRequest describeWorkforceRequest) { throw new UnsupportedOperationException(); } /** *

* Lists private workforce information, including workforce name, Amazon Resource Name (ARN), and, if applicable, * allowed IP address ranges (CIDRs). Allowable IP address ranges * are the IP addresses that workers can use to access tasks. *

* *

* This operation applies only to private workforces. *

*

*

* This is a convenience which creates an instance of the {@link DescribeWorkforceRequest.Builder} avoiding the need * to create one manually via {@link DescribeWorkforceRequest#builder()} *

* * @param describeWorkforceRequest * A {@link Consumer} that will call methods on {@link DescribeWorkforceRequest.Builder} to create a request. * @return A Java Future containing the result of the DescribeWorkforce operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DescribeWorkforce * @see AWS * API Documentation */ default CompletableFuture describeWorkforce( Consumer describeWorkforceRequest) { return describeWorkforce(DescribeWorkforceRequest.builder().applyMutation(describeWorkforceRequest).build()); } /** *

* Gets information about a specific work team. You can see information such as the create date, the last updated * date, membership information, and the work team's Amazon Resource Name (ARN). *

* * @param describeWorkteamRequest * @return A Java Future containing the result of the DescribeWorkteam operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DescribeWorkteam * @see AWS API * Documentation */ default CompletableFuture describeWorkteam(DescribeWorkteamRequest describeWorkteamRequest) { throw new UnsupportedOperationException(); } /** *

* Gets information about a specific work team. You can see information such as the create date, the last updated * date, membership information, and the work team's Amazon Resource Name (ARN). *

*
*

* This is a convenience which creates an instance of the {@link DescribeWorkteamRequest.Builder} avoiding the need * to create one manually via {@link DescribeWorkteamRequest#builder()} *

* * @param describeWorkteamRequest * A {@link Consumer} that will call methods on {@link DescribeWorkteamRequest.Builder} to create a request. * @return A Java Future containing the result of the DescribeWorkteam operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DescribeWorkteam * @see AWS API * Documentation */ default CompletableFuture describeWorkteam( Consumer describeWorkteamRequest) { return describeWorkteam(DescribeWorkteamRequest.builder().applyMutation(describeWorkteamRequest).build()); } /** *

* Disables using Service Catalog in SageMaker. Service Catalog is used to create SageMaker projects. *

* * @param disableSagemakerServicecatalogPortfolioRequest * @return A Java Future containing the result of the DisableSagemakerServicecatalogPortfolio operation returned by * the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DisableSagemakerServicecatalogPortfolio * @see AWS API Documentation */ default CompletableFuture disableSagemakerServicecatalogPortfolio( DisableSagemakerServicecatalogPortfolioRequest disableSagemakerServicecatalogPortfolioRequest) { throw new UnsupportedOperationException(); } /** *

* Disables using Service Catalog in SageMaker. Service Catalog is used to create SageMaker projects. *

*
*

* This is a convenience which creates an instance of the * {@link DisableSagemakerServicecatalogPortfolioRequest.Builder} avoiding the need to create one manually via * {@link DisableSagemakerServicecatalogPortfolioRequest#builder()} *

* * @param disableSagemakerServicecatalogPortfolioRequest * A {@link Consumer} that will call methods on {@link DisableSagemakerServicecatalogPortfolioInput.Builder} * to create a request. * @return A Java Future containing the result of the DisableSagemakerServicecatalogPortfolio operation returned by * the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DisableSagemakerServicecatalogPortfolio * @see AWS API Documentation */ default CompletableFuture disableSagemakerServicecatalogPortfolio( Consumer disableSagemakerServicecatalogPortfolioRequest) { return disableSagemakerServicecatalogPortfolio(DisableSagemakerServicecatalogPortfolioRequest.builder() .applyMutation(disableSagemakerServicecatalogPortfolioRequest).build()); } /** *

* Disassociates a trial component from a trial. This doesn't effect other trials the component is associated with. * Before you can delete a component, you must disassociate the component from all trials it is associated with. To * associate a trial component with a trial, call the AssociateTrialComponent API. *

*

* To get a list of the trials a component is associated with, use the Search API. Specify * ExperimentTrialComponent for the Resource parameter. The list appears in the response * under Results.TrialComponent.Parents. *

* * @param disassociateTrialComponentRequest * @return A Java Future containing the result of the DisassociateTrialComponent operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DisassociateTrialComponent * @see AWS API Documentation */ default CompletableFuture disassociateTrialComponent( DisassociateTrialComponentRequest disassociateTrialComponentRequest) { throw new UnsupportedOperationException(); } /** *

* Disassociates a trial component from a trial. This doesn't effect other trials the component is associated with. * Before you can delete a component, you must disassociate the component from all trials it is associated with. To * associate a trial component with a trial, call the AssociateTrialComponent API. *

*

* To get a list of the trials a component is associated with, use the Search API. Specify * ExperimentTrialComponent for the Resource parameter. The list appears in the response * under Results.TrialComponent.Parents. *

*
*

* This is a convenience which creates an instance of the {@link DisassociateTrialComponentRequest.Builder} avoiding * the need to create one manually via {@link DisassociateTrialComponentRequest#builder()} *

* * @param disassociateTrialComponentRequest * A {@link Consumer} that will call methods on {@link DisassociateTrialComponentRequest.Builder} to create a * request. * @return A Java Future containing the result of the DisassociateTrialComponent operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.DisassociateTrialComponent * @see AWS API Documentation */ default CompletableFuture disassociateTrialComponent( Consumer disassociateTrialComponentRequest) { return disassociateTrialComponent(DisassociateTrialComponentRequest.builder() .applyMutation(disassociateTrialComponentRequest).build()); } /** *

* Enables using Service Catalog in SageMaker. Service Catalog is used to create SageMaker projects. *

* * @param enableSagemakerServicecatalogPortfolioRequest * @return A Java Future containing the result of the EnableSagemakerServicecatalogPortfolio operation returned by * the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.EnableSagemakerServicecatalogPortfolio * @see AWS API Documentation */ default CompletableFuture enableSagemakerServicecatalogPortfolio( EnableSagemakerServicecatalogPortfolioRequest enableSagemakerServicecatalogPortfolioRequest) { throw new UnsupportedOperationException(); } /** *

* Enables using Service Catalog in SageMaker. Service Catalog is used to create SageMaker projects. *

*
*

* This is a convenience which creates an instance of the * {@link EnableSagemakerServicecatalogPortfolioRequest.Builder} avoiding the need to create one manually via * {@link EnableSagemakerServicecatalogPortfolioRequest#builder()} *

* * @param enableSagemakerServicecatalogPortfolioRequest * A {@link Consumer} that will call methods on {@link EnableSagemakerServicecatalogPortfolioInput.Builder} * to create a request. * @return A Java Future containing the result of the EnableSagemakerServicecatalogPortfolio operation returned by * the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.EnableSagemakerServicecatalogPortfolio * @see AWS API Documentation */ default CompletableFuture enableSagemakerServicecatalogPortfolio( Consumer enableSagemakerServicecatalogPortfolioRequest) { return enableSagemakerServicecatalogPortfolio(EnableSagemakerServicecatalogPortfolioRequest.builder() .applyMutation(enableSagemakerServicecatalogPortfolioRequest).build()); } /** *

* Describes a fleet. *

* * @param getDeviceFleetReportRequest * @return A Java Future containing the result of the GetDeviceFleetReport operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.GetDeviceFleetReport * @see AWS * API Documentation */ default CompletableFuture getDeviceFleetReport( GetDeviceFleetReportRequest getDeviceFleetReportRequest) { throw new UnsupportedOperationException(); } /** *

* Describes a fleet. *

*
*

* This is a convenience which creates an instance of the {@link GetDeviceFleetReportRequest.Builder} avoiding the * need to create one manually via {@link GetDeviceFleetReportRequest#builder()} *

* * @param getDeviceFleetReportRequest * A {@link Consumer} that will call methods on {@link GetDeviceFleetReportRequest.Builder} to create a * request. * @return A Java Future containing the result of the GetDeviceFleetReport operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.GetDeviceFleetReport * @see AWS * API Documentation */ default CompletableFuture getDeviceFleetReport( Consumer getDeviceFleetReportRequest) { return getDeviceFleetReport(GetDeviceFleetReportRequest.builder().applyMutation(getDeviceFleetReportRequest).build()); } /** *

* Gets a resource policy that manages access for a model group. For information about resource policies, see Identity-based * policies and resource-based policies in the AWS Identity and Access Management User Guide.. *

* * @param getModelPackageGroupPolicyRequest * @return A Java Future containing the result of the GetModelPackageGroupPolicy operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.GetModelPackageGroupPolicy * @see AWS API Documentation */ default CompletableFuture getModelPackageGroupPolicy( GetModelPackageGroupPolicyRequest getModelPackageGroupPolicyRequest) { throw new UnsupportedOperationException(); } /** *

* Gets a resource policy that manages access for a model group. For information about resource policies, see Identity-based * policies and resource-based policies in the AWS Identity and Access Management User Guide.. *

*
*

* This is a convenience which creates an instance of the {@link GetModelPackageGroupPolicyRequest.Builder} avoiding * the need to create one manually via {@link GetModelPackageGroupPolicyRequest#builder()} *

* * @param getModelPackageGroupPolicyRequest * A {@link Consumer} that will call methods on {@link GetModelPackageGroupPolicyInput.Builder} to create a * request. * @return A Java Future containing the result of the GetModelPackageGroupPolicy operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.GetModelPackageGroupPolicy * @see AWS API Documentation */ default CompletableFuture getModelPackageGroupPolicy( Consumer getModelPackageGroupPolicyRequest) { return getModelPackageGroupPolicy(GetModelPackageGroupPolicyRequest.builder() .applyMutation(getModelPackageGroupPolicyRequest).build()); } /** *

* Gets the status of Service Catalog in SageMaker. Service Catalog is used to create SageMaker projects. *

* * @param getSagemakerServicecatalogPortfolioStatusRequest * @return A Java Future containing the result of the GetSagemakerServicecatalogPortfolioStatus operation returned * by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.GetSagemakerServicecatalogPortfolioStatus * @see AWS API Documentation */ default CompletableFuture getSagemakerServicecatalogPortfolioStatus( GetSagemakerServicecatalogPortfolioStatusRequest getSagemakerServicecatalogPortfolioStatusRequest) { throw new UnsupportedOperationException(); } /** *

* Gets the status of Service Catalog in SageMaker. Service Catalog is used to create SageMaker projects. *

*
*

* This is a convenience which creates an instance of the * {@link GetSagemakerServicecatalogPortfolioStatusRequest.Builder} avoiding the need to create one manually via * {@link GetSagemakerServicecatalogPortfolioStatusRequest#builder()} *

* * @param getSagemakerServicecatalogPortfolioStatusRequest * A {@link Consumer} that will call methods on * {@link GetSagemakerServicecatalogPortfolioStatusInput.Builder} to create a request. * @return A Java Future containing the result of the GetSagemakerServicecatalogPortfolioStatus operation returned * by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.GetSagemakerServicecatalogPortfolioStatus * @see AWS API Documentation */ default CompletableFuture getSagemakerServicecatalogPortfolioStatus( Consumer getSagemakerServicecatalogPortfolioStatusRequest) { return getSagemakerServicecatalogPortfolioStatus(GetSagemakerServicecatalogPortfolioStatusRequest.builder() .applyMutation(getSagemakerServicecatalogPortfolioStatusRequest).build()); } /** *

* An auto-complete API for the search functionality in the Amazon SageMaker console. It returns suggestions of * possible matches for the property name to use in Search queries. Provides suggestions for * HyperParameters, Tags, and Metrics. *

* * @param getSearchSuggestionsRequest * @return A Java Future containing the result of the GetSearchSuggestions operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.GetSearchSuggestions * @see AWS * API Documentation */ default CompletableFuture getSearchSuggestions( GetSearchSuggestionsRequest getSearchSuggestionsRequest) { throw new UnsupportedOperationException(); } /** *

* An auto-complete API for the search functionality in the Amazon SageMaker console. It returns suggestions of * possible matches for the property name to use in Search queries. Provides suggestions for * HyperParameters, Tags, and Metrics. *

*
*

* This is a convenience which creates an instance of the {@link GetSearchSuggestionsRequest.Builder} avoiding the * need to create one manually via {@link GetSearchSuggestionsRequest#builder()} *

* * @param getSearchSuggestionsRequest * A {@link Consumer} that will call methods on {@link GetSearchSuggestionsRequest.Builder} to create a * request. * @return A Java Future containing the result of the GetSearchSuggestions operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.GetSearchSuggestions * @see AWS * API Documentation */ default CompletableFuture getSearchSuggestions( Consumer getSearchSuggestionsRequest) { return getSearchSuggestions(GetSearchSuggestionsRequest.builder().applyMutation(getSearchSuggestionsRequest).build()); } /** *

* Lists the actions in your account and their properties. *

* * @param listActionsRequest * @return A Java Future containing the result of the ListActions operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListActions * @see AWS API * Documentation */ default CompletableFuture listActions(ListActionsRequest listActionsRequest) { throw new UnsupportedOperationException(); } /** *

* Lists the actions in your account and their properties. *

*
*

* This is a convenience which creates an instance of the {@link ListActionsRequest.Builder} avoiding the need to * create one manually via {@link ListActionsRequest#builder()} *

* * @param listActionsRequest * A {@link Consumer} that will call methods on {@link ListActionsRequest.Builder} to create a request. * @return A Java Future containing the result of the ListActions operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListActions * @see AWS API * Documentation */ default CompletableFuture listActions(Consumer listActionsRequest) { return listActions(ListActionsRequest.builder().applyMutation(listActionsRequest).build()); } /** *

* Lists the actions in your account and their properties. *

*
*

* This is a variant of {@link #listActions(software.amazon.awssdk.services.sagemaker.model.ListActionsRequest)} * operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. * SDK will internally handle making service calls for you. *

*

* When the operation is called, an instance of this class is returned. At this point, no service calls are made yet * and so there is no guarantee that the request is valid. If there are errors in your request, you will see the * failures only after you start streaming the data. The subscribe method should be called as a request to start * streaming data. For more info, see * {@link org.reactivestreams.Publisher#subscribe(org.reactivestreams.Subscriber)}. Each call to the subscribe * method will result in a new {@link org.reactivestreams.Subscription} i.e., a new contract to stream data from the * starting request. *

* *

* The following are few ways to use the response class: *

* 1) Using the subscribe helper method * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListActionsPublisher publisher = client.listActionsPaginator(request);
     * CompletableFuture future = publisher.subscribe(res -> { // Do something with the response });
     * future.get();
     * }
     * 
* * 2) Using a custom subscriber * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListActionsPublisher publisher = client.listActionsPaginator(request);
     * publisher.subscribe(new Subscriber() {
     * 
     * public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
     * 
     * 
     * public void onNext(software.amazon.awssdk.services.sagemaker.model.ListActionsResponse response) { //... };
     * });}
     * 
* * As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2. *

* Please notice that the configuration of MaxResults won't limit the number of results you get with the * paginator. It only limits the number of results in each page. *

*

* Note: If you prefer to have control on service calls, use the * {@link #listActions(software.amazon.awssdk.services.sagemaker.model.ListActionsRequest)} operation. *

* * @param listActionsRequest * @return A custom publisher that can be subscribed to request a stream of response pages.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListActions * @see AWS API * Documentation */ default ListActionsPublisher listActionsPaginator(ListActionsRequest listActionsRequest) { throw new UnsupportedOperationException(); } /** *

* Lists the actions in your account and their properties. *

*
*

* This is a variant of {@link #listActions(software.amazon.awssdk.services.sagemaker.model.ListActionsRequest)} * operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. * SDK will internally handle making service calls for you. *

*

* When the operation is called, an instance of this class is returned. At this point, no service calls are made yet * and so there is no guarantee that the request is valid. If there are errors in your request, you will see the * failures only after you start streaming the data. The subscribe method should be called as a request to start * streaming data. For more info, see * {@link org.reactivestreams.Publisher#subscribe(org.reactivestreams.Subscriber)}. Each call to the subscribe * method will result in a new {@link org.reactivestreams.Subscription} i.e., a new contract to stream data from the * starting request. *

* *

* The following are few ways to use the response class: *

* 1) Using the subscribe helper method * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListActionsPublisher publisher = client.listActionsPaginator(request);
     * CompletableFuture future = publisher.subscribe(res -> { // Do something with the response });
     * future.get();
     * }
     * 
* * 2) Using a custom subscriber * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListActionsPublisher publisher = client.listActionsPaginator(request);
     * publisher.subscribe(new Subscriber() {
     * 
     * public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
     * 
     * 
     * public void onNext(software.amazon.awssdk.services.sagemaker.model.ListActionsResponse response) { //... };
     * });}
     * 
* * As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2. *

* Please notice that the configuration of MaxResults won't limit the number of results you get with the * paginator. It only limits the number of results in each page. *

*

* Note: If you prefer to have control on service calls, use the * {@link #listActions(software.amazon.awssdk.services.sagemaker.model.ListActionsRequest)} operation. *

*

* This is a convenience which creates an instance of the {@link ListActionsRequest.Builder} avoiding the need to * create one manually via {@link ListActionsRequest#builder()} *

* * @param listActionsRequest * A {@link Consumer} that will call methods on {@link ListActionsRequest.Builder} to create a request. * @return A custom publisher that can be subscribed to request a stream of response pages.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListActions * @see AWS API * Documentation */ default ListActionsPublisher listActionsPaginator(Consumer listActionsRequest) { return listActionsPaginator(ListActionsRequest.builder().applyMutation(listActionsRequest).build()); } /** *

* Lists the machine learning algorithms that have been created. *

* * @param listAlgorithmsRequest * @return A Java Future containing the result of the ListAlgorithms operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListAlgorithms * @see AWS API * Documentation */ default CompletableFuture listAlgorithms(ListAlgorithmsRequest listAlgorithmsRequest) { throw new UnsupportedOperationException(); } /** *

* Lists the machine learning algorithms that have been created. *

*
*

* This is a convenience which creates an instance of the {@link ListAlgorithmsRequest.Builder} avoiding the need to * create one manually via {@link ListAlgorithmsRequest#builder()} *

* * @param listAlgorithmsRequest * A {@link Consumer} that will call methods on {@link ListAlgorithmsInput.Builder} to create a request. * @return A Java Future containing the result of the ListAlgorithms operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListAlgorithms * @see AWS API * Documentation */ default CompletableFuture listAlgorithms(Consumer listAlgorithmsRequest) { return listAlgorithms(ListAlgorithmsRequest.builder().applyMutation(listAlgorithmsRequest).build()); } /** *

* Lists the machine learning algorithms that have been created. *

* * @return A Java Future containing the result of the ListAlgorithms operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListAlgorithms * @see AWS API * Documentation */ default CompletableFuture listAlgorithms() { return listAlgorithms(ListAlgorithmsRequest.builder().build()); } /** *

* Lists the machine learning algorithms that have been created. *

*
*

* This is a variant of * {@link #listAlgorithms(software.amazon.awssdk.services.sagemaker.model.ListAlgorithmsRequest)} operation. The * return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will * internally handle making service calls for you. *

*

* When the operation is called, an instance of this class is returned. At this point, no service calls are made yet * and so there is no guarantee that the request is valid. If there are errors in your request, you will see the * failures only after you start streaming the data. The subscribe method should be called as a request to start * streaming data. For more info, see * {@link org.reactivestreams.Publisher#subscribe(org.reactivestreams.Subscriber)}. Each call to the subscribe * method will result in a new {@link org.reactivestreams.Subscription} i.e., a new contract to stream data from the * starting request. *

* *

* The following are few ways to use the response class: *

* 1) Using the subscribe helper method * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListAlgorithmsPublisher publisher = client.listAlgorithmsPaginator(request);
     * CompletableFuture future = publisher.subscribe(res -> { // Do something with the response });
     * future.get();
     * }
     * 
* * 2) Using a custom subscriber * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListAlgorithmsPublisher publisher = client.listAlgorithmsPaginator(request);
     * publisher.subscribe(new Subscriber() {
     * 
     * public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
     * 
     * 
     * public void onNext(software.amazon.awssdk.services.sagemaker.model.ListAlgorithmsResponse response) { //... };
     * });}
     * 
* * As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2. *

* Please notice that the configuration of MaxResults won't limit the number of results you get with the * paginator. It only limits the number of results in each page. *

*

* Note: If you prefer to have control on service calls, use the * {@link #listAlgorithms(software.amazon.awssdk.services.sagemaker.model.ListAlgorithmsRequest)} operation. *

* * @return A custom publisher that can be subscribed to request a stream of response pages.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListAlgorithms * @see AWS API * Documentation */ default ListAlgorithmsPublisher listAlgorithmsPaginator() { return listAlgorithmsPaginator(ListAlgorithmsRequest.builder().build()); } /** *

* Lists the machine learning algorithms that have been created. *

*
*

* This is a variant of * {@link #listAlgorithms(software.amazon.awssdk.services.sagemaker.model.ListAlgorithmsRequest)} operation. The * return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will * internally handle making service calls for you. *

*

* When the operation is called, an instance of this class is returned. At this point, no service calls are made yet * and so there is no guarantee that the request is valid. If there are errors in your request, you will see the * failures only after you start streaming the data. The subscribe method should be called as a request to start * streaming data. For more info, see * {@link org.reactivestreams.Publisher#subscribe(org.reactivestreams.Subscriber)}. Each call to the subscribe * method will result in a new {@link org.reactivestreams.Subscription} i.e., a new contract to stream data from the * starting request. *

* *

* The following are few ways to use the response class: *

* 1) Using the subscribe helper method * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListAlgorithmsPublisher publisher = client.listAlgorithmsPaginator(request);
     * CompletableFuture future = publisher.subscribe(res -> { // Do something with the response });
     * future.get();
     * }
     * 
* * 2) Using a custom subscriber * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListAlgorithmsPublisher publisher = client.listAlgorithmsPaginator(request);
     * publisher.subscribe(new Subscriber() {
     * 
     * public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
     * 
     * 
     * public void onNext(software.amazon.awssdk.services.sagemaker.model.ListAlgorithmsResponse response) { //... };
     * });}
     * 
* * As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2. *

* Please notice that the configuration of MaxResults won't limit the number of results you get with the * paginator. It only limits the number of results in each page. *

*

* Note: If you prefer to have control on service calls, use the * {@link #listAlgorithms(software.amazon.awssdk.services.sagemaker.model.ListAlgorithmsRequest)} operation. *

* * @param listAlgorithmsRequest * @return A custom publisher that can be subscribed to request a stream of response pages.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListAlgorithms * @see AWS API * Documentation */ default ListAlgorithmsPublisher listAlgorithmsPaginator(ListAlgorithmsRequest listAlgorithmsRequest) { throw new UnsupportedOperationException(); } /** *

* Lists the machine learning algorithms that have been created. *

*
*

* This is a variant of * {@link #listAlgorithms(software.amazon.awssdk.services.sagemaker.model.ListAlgorithmsRequest)} operation. The * return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will * internally handle making service calls for you. *

*

* When the operation is called, an instance of this class is returned. At this point, no service calls are made yet * and so there is no guarantee that the request is valid. If there are errors in your request, you will see the * failures only after you start streaming the data. The subscribe method should be called as a request to start * streaming data. For more info, see * {@link org.reactivestreams.Publisher#subscribe(org.reactivestreams.Subscriber)}. Each call to the subscribe * method will result in a new {@link org.reactivestreams.Subscription} i.e., a new contract to stream data from the * starting request. *

* *

* The following are few ways to use the response class: *

* 1) Using the subscribe helper method * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListAlgorithmsPublisher publisher = client.listAlgorithmsPaginator(request);
     * CompletableFuture future = publisher.subscribe(res -> { // Do something with the response });
     * future.get();
     * }
     * 
* * 2) Using a custom subscriber * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListAlgorithmsPublisher publisher = client.listAlgorithmsPaginator(request);
     * publisher.subscribe(new Subscriber() {
     * 
     * public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
     * 
     * 
     * public void onNext(software.amazon.awssdk.services.sagemaker.model.ListAlgorithmsResponse response) { //... };
     * });}
     * 
* * As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2. *

* Please notice that the configuration of MaxResults won't limit the number of results you get with the * paginator. It only limits the number of results in each page. *

*

* Note: If you prefer to have control on service calls, use the * {@link #listAlgorithms(software.amazon.awssdk.services.sagemaker.model.ListAlgorithmsRequest)} operation. *

*

* This is a convenience which creates an instance of the {@link ListAlgorithmsRequest.Builder} avoiding the need to * create one manually via {@link ListAlgorithmsRequest#builder()} *

* * @param listAlgorithmsRequest * A {@link Consumer} that will call methods on {@link ListAlgorithmsInput.Builder} to create a request. * @return A custom publisher that can be subscribed to request a stream of response pages.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListAlgorithms * @see AWS API * Documentation */ default ListAlgorithmsPublisher listAlgorithmsPaginator(Consumer listAlgorithmsRequest) { return listAlgorithmsPaginator(ListAlgorithmsRequest.builder().applyMutation(listAlgorithmsRequest).build()); } /** *

* Lists the AppImageConfigs in your account and their properties. The list can be filtered by creation time or * modified time, and whether the AppImageConfig name contains a specified string. *

* * @param listAppImageConfigsRequest * @return A Java Future containing the result of the ListAppImageConfigs operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListAppImageConfigs * @see AWS * API Documentation */ default CompletableFuture listAppImageConfigs( ListAppImageConfigsRequest listAppImageConfigsRequest) { throw new UnsupportedOperationException(); } /** *

* Lists the AppImageConfigs in your account and their properties. The list can be filtered by creation time or * modified time, and whether the AppImageConfig name contains a specified string. *

*
*

* This is a convenience which creates an instance of the {@link ListAppImageConfigsRequest.Builder} avoiding the * need to create one manually via {@link ListAppImageConfigsRequest#builder()} *

* * @param listAppImageConfigsRequest * A {@link Consumer} that will call methods on {@link ListAppImageConfigsRequest.Builder} to create a * request. * @return A Java Future containing the result of the ListAppImageConfigs operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListAppImageConfigs * @see AWS * API Documentation */ default CompletableFuture listAppImageConfigs( Consumer listAppImageConfigsRequest) { return listAppImageConfigs(ListAppImageConfigsRequest.builder().applyMutation(listAppImageConfigsRequest).build()); } /** *

* Lists the AppImageConfigs in your account and their properties. The list can be filtered by creation time or * modified time, and whether the AppImageConfig name contains a specified string. *

*
*

* This is a variant of * {@link #listAppImageConfigs(software.amazon.awssdk.services.sagemaker.model.ListAppImageConfigsRequest)} * operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. * SDK will internally handle making service calls for you. *

*

* When the operation is called, an instance of this class is returned. At this point, no service calls are made yet * and so there is no guarantee that the request is valid. If there are errors in your request, you will see the * failures only after you start streaming the data. The subscribe method should be called as a request to start * streaming data. For more info, see * {@link org.reactivestreams.Publisher#subscribe(org.reactivestreams.Subscriber)}. Each call to the subscribe * method will result in a new {@link org.reactivestreams.Subscription} i.e., a new contract to stream data from the * starting request. *

* *

* The following are few ways to use the response class: *

* 1) Using the subscribe helper method * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListAppImageConfigsPublisher publisher = client.listAppImageConfigsPaginator(request);
     * CompletableFuture future = publisher.subscribe(res -> { // Do something with the response });
     * future.get();
     * }
     * 
* * 2) Using a custom subscriber * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListAppImageConfigsPublisher publisher = client.listAppImageConfigsPaginator(request);
     * publisher.subscribe(new Subscriber() {
     * 
     * public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
     * 
     * 
     * public void onNext(software.amazon.awssdk.services.sagemaker.model.ListAppImageConfigsResponse response) { //... };
     * });}
     * 
* * As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2. *

* Please notice that the configuration of MaxResults won't limit the number of results you get with the * paginator. It only limits the number of results in each page. *

*

* Note: If you prefer to have control on service calls, use the * {@link #listAppImageConfigs(software.amazon.awssdk.services.sagemaker.model.ListAppImageConfigsRequest)} * operation. *

* * @param listAppImageConfigsRequest * @return A custom publisher that can be subscribed to request a stream of response pages.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListAppImageConfigs * @see AWS * API Documentation */ default ListAppImageConfigsPublisher listAppImageConfigsPaginator(ListAppImageConfigsRequest listAppImageConfigsRequest) { throw new UnsupportedOperationException(); } /** *

* Lists the AppImageConfigs in your account and their properties. The list can be filtered by creation time or * modified time, and whether the AppImageConfig name contains a specified string. *

*
*

* This is a variant of * {@link #listAppImageConfigs(software.amazon.awssdk.services.sagemaker.model.ListAppImageConfigsRequest)} * operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. * SDK will internally handle making service calls for you. *

*

* When the operation is called, an instance of this class is returned. At this point, no service calls are made yet * and so there is no guarantee that the request is valid. If there are errors in your request, you will see the * failures only after you start streaming the data. The subscribe method should be called as a request to start * streaming data. For more info, see * {@link org.reactivestreams.Publisher#subscribe(org.reactivestreams.Subscriber)}. Each call to the subscribe * method will result in a new {@link org.reactivestreams.Subscription} i.e., a new contract to stream data from the * starting request. *

* *

* The following are few ways to use the response class: *

* 1) Using the subscribe helper method * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListAppImageConfigsPublisher publisher = client.listAppImageConfigsPaginator(request);
     * CompletableFuture future = publisher.subscribe(res -> { // Do something with the response });
     * future.get();
     * }
     * 
* * 2) Using a custom subscriber * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListAppImageConfigsPublisher publisher = client.listAppImageConfigsPaginator(request);
     * publisher.subscribe(new Subscriber() {
     * 
     * public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
     * 
     * 
     * public void onNext(software.amazon.awssdk.services.sagemaker.model.ListAppImageConfigsResponse response) { //... };
     * });}
     * 
* * As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2. *

* Please notice that the configuration of MaxResults won't limit the number of results you get with the * paginator. It only limits the number of results in each page. *

*

* Note: If you prefer to have control on service calls, use the * {@link #listAppImageConfigs(software.amazon.awssdk.services.sagemaker.model.ListAppImageConfigsRequest)} * operation. *

*

* This is a convenience which creates an instance of the {@link ListAppImageConfigsRequest.Builder} avoiding the * need to create one manually via {@link ListAppImageConfigsRequest#builder()} *

* * @param listAppImageConfigsRequest * A {@link Consumer} that will call methods on {@link ListAppImageConfigsRequest.Builder} to create a * request. * @return A custom publisher that can be subscribed to request a stream of response pages.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListAppImageConfigs * @see AWS * API Documentation */ default ListAppImageConfigsPublisher listAppImageConfigsPaginator( Consumer listAppImageConfigsRequest) { return listAppImageConfigsPaginator(ListAppImageConfigsRequest.builder().applyMutation(listAppImageConfigsRequest) .build()); } /** *

* Lists apps. *

* * @param listAppsRequest * @return A Java Future containing the result of the ListApps operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListApps * @see AWS API * Documentation */ default CompletableFuture listApps(ListAppsRequest listAppsRequest) { throw new UnsupportedOperationException(); } /** *

* Lists apps. *

*
*

* This is a convenience which creates an instance of the {@link ListAppsRequest.Builder} avoiding the need to * create one manually via {@link ListAppsRequest#builder()} *

* * @param listAppsRequest * A {@link Consumer} that will call methods on {@link ListAppsRequest.Builder} to create a request. * @return A Java Future containing the result of the ListApps operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListApps * @see AWS API * Documentation */ default CompletableFuture listApps(Consumer listAppsRequest) { return listApps(ListAppsRequest.builder().applyMutation(listAppsRequest).build()); } /** *

* Lists apps. *

*
*

* This is a variant of {@link #listApps(software.amazon.awssdk.services.sagemaker.model.ListAppsRequest)} * operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. * SDK will internally handle making service calls for you. *

*

* When the operation is called, an instance of this class is returned. At this point, no service calls are made yet * and so there is no guarantee that the request is valid. If there are errors in your request, you will see the * failures only after you start streaming the data. The subscribe method should be called as a request to start * streaming data. For more info, see * {@link org.reactivestreams.Publisher#subscribe(org.reactivestreams.Subscriber)}. Each call to the subscribe * method will result in a new {@link org.reactivestreams.Subscription} i.e., a new contract to stream data from the * starting request. *

* *

* The following are few ways to use the response class: *

* 1) Using the subscribe helper method * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListAppsPublisher publisher = client.listAppsPaginator(request);
     * CompletableFuture future = publisher.subscribe(res -> { // Do something with the response });
     * future.get();
     * }
     * 
* * 2) Using a custom subscriber * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListAppsPublisher publisher = client.listAppsPaginator(request);
     * publisher.subscribe(new Subscriber() {
     * 
     * public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
     * 
     * 
     * public void onNext(software.amazon.awssdk.services.sagemaker.model.ListAppsResponse response) { //... };
     * });}
     * 
* * As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2. *

* Please notice that the configuration of MaxResults won't limit the number of results you get with the * paginator. It only limits the number of results in each page. *

*

* Note: If you prefer to have control on service calls, use the * {@link #listApps(software.amazon.awssdk.services.sagemaker.model.ListAppsRequest)} operation. *

* * @param listAppsRequest * @return A custom publisher that can be subscribed to request a stream of response pages.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListApps * @see AWS API * Documentation */ default ListAppsPublisher listAppsPaginator(ListAppsRequest listAppsRequest) { throw new UnsupportedOperationException(); } /** *

* Lists apps. *

*
*

* This is a variant of {@link #listApps(software.amazon.awssdk.services.sagemaker.model.ListAppsRequest)} * operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. * SDK will internally handle making service calls for you. *

*

* When the operation is called, an instance of this class is returned. At this point, no service calls are made yet * and so there is no guarantee that the request is valid. If there are errors in your request, you will see the * failures only after you start streaming the data. The subscribe method should be called as a request to start * streaming data. For more info, see * {@link org.reactivestreams.Publisher#subscribe(org.reactivestreams.Subscriber)}. Each call to the subscribe * method will result in a new {@link org.reactivestreams.Subscription} i.e., a new contract to stream data from the * starting request. *

* *

* The following are few ways to use the response class: *

* 1) Using the subscribe helper method * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListAppsPublisher publisher = client.listAppsPaginator(request);
     * CompletableFuture future = publisher.subscribe(res -> { // Do something with the response });
     * future.get();
     * }
     * 
* * 2) Using a custom subscriber * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListAppsPublisher publisher = client.listAppsPaginator(request);
     * publisher.subscribe(new Subscriber() {
     * 
     * public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
     * 
     * 
     * public void onNext(software.amazon.awssdk.services.sagemaker.model.ListAppsResponse response) { //... };
     * });}
     * 
* * As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2. *

* Please notice that the configuration of MaxResults won't limit the number of results you get with the * paginator. It only limits the number of results in each page. *

*

* Note: If you prefer to have control on service calls, use the * {@link #listApps(software.amazon.awssdk.services.sagemaker.model.ListAppsRequest)} operation. *

*

* This is a convenience which creates an instance of the {@link ListAppsRequest.Builder} avoiding the need to * create one manually via {@link ListAppsRequest#builder()} *

* * @param listAppsRequest * A {@link Consumer} that will call methods on {@link ListAppsRequest.Builder} to create a request. * @return A custom publisher that can be subscribed to request a stream of response pages.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListApps * @see AWS API * Documentation */ default ListAppsPublisher listAppsPaginator(Consumer listAppsRequest) { return listAppsPaginator(ListAppsRequest.builder().applyMutation(listAppsRequest).build()); } /** *

* Lists the artifacts in your account and their properties. *

* * @param listArtifactsRequest * @return A Java Future containing the result of the ListArtifacts operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListArtifacts * @see AWS API * Documentation */ default CompletableFuture listArtifacts(ListArtifactsRequest listArtifactsRequest) { throw new UnsupportedOperationException(); } /** *

* Lists the artifacts in your account and their properties. *

*
*

* This is a convenience which creates an instance of the {@link ListArtifactsRequest.Builder} avoiding the need to * create one manually via {@link ListArtifactsRequest#builder()} *

* * @param listArtifactsRequest * A {@link Consumer} that will call methods on {@link ListArtifactsRequest.Builder} to create a request. * @return A Java Future containing the result of the ListArtifacts operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListArtifacts * @see AWS API * Documentation */ default CompletableFuture listArtifacts(Consumer listArtifactsRequest) { return listArtifacts(ListArtifactsRequest.builder().applyMutation(listArtifactsRequest).build()); } /** *

* Lists the artifacts in your account and their properties. *

*
*

* This is a variant of {@link #listArtifacts(software.amazon.awssdk.services.sagemaker.model.ListArtifactsRequest)} * operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. * SDK will internally handle making service calls for you. *

*

* When the operation is called, an instance of this class is returned. At this point, no service calls are made yet * and so there is no guarantee that the request is valid. If there are errors in your request, you will see the * failures only after you start streaming the data. The subscribe method should be called as a request to start * streaming data. For more info, see * {@link org.reactivestreams.Publisher#subscribe(org.reactivestreams.Subscriber)}. Each call to the subscribe * method will result in a new {@link org.reactivestreams.Subscription} i.e., a new contract to stream data from the * starting request. *

* *

* The following are few ways to use the response class: *

* 1) Using the subscribe helper method * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListArtifactsPublisher publisher = client.listArtifactsPaginator(request);
     * CompletableFuture future = publisher.subscribe(res -> { // Do something with the response });
     * future.get();
     * }
     * 
* * 2) Using a custom subscriber * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListArtifactsPublisher publisher = client.listArtifactsPaginator(request);
     * publisher.subscribe(new Subscriber() {
     * 
     * public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
     * 
     * 
     * public void onNext(software.amazon.awssdk.services.sagemaker.model.ListArtifactsResponse response) { //... };
     * });}
     * 
* * As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2. *

* Please notice that the configuration of MaxResults won't limit the number of results you get with the * paginator. It only limits the number of results in each page. *

*

* Note: If you prefer to have control on service calls, use the * {@link #listArtifacts(software.amazon.awssdk.services.sagemaker.model.ListArtifactsRequest)} operation. *

* * @param listArtifactsRequest * @return A custom publisher that can be subscribed to request a stream of response pages.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListArtifacts * @see AWS API * Documentation */ default ListArtifactsPublisher listArtifactsPaginator(ListArtifactsRequest listArtifactsRequest) { throw new UnsupportedOperationException(); } /** *

* Lists the artifacts in your account and their properties. *

*
*

* This is a variant of {@link #listArtifacts(software.amazon.awssdk.services.sagemaker.model.ListArtifactsRequest)} * operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. * SDK will internally handle making service calls for you. *

*

* When the operation is called, an instance of this class is returned. At this point, no service calls are made yet * and so there is no guarantee that the request is valid. If there are errors in your request, you will see the * failures only after you start streaming the data. The subscribe method should be called as a request to start * streaming data. For more info, see * {@link org.reactivestreams.Publisher#subscribe(org.reactivestreams.Subscriber)}. Each call to the subscribe * method will result in a new {@link org.reactivestreams.Subscription} i.e., a new contract to stream data from the * starting request. *

* *

* The following are few ways to use the response class: *

* 1) Using the subscribe helper method * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListArtifactsPublisher publisher = client.listArtifactsPaginator(request);
     * CompletableFuture future = publisher.subscribe(res -> { // Do something with the response });
     * future.get();
     * }
     * 
* * 2) Using a custom subscriber * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListArtifactsPublisher publisher = client.listArtifactsPaginator(request);
     * publisher.subscribe(new Subscriber() {
     * 
     * public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
     * 
     * 
     * public void onNext(software.amazon.awssdk.services.sagemaker.model.ListArtifactsResponse response) { //... };
     * });}
     * 
* * As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2. *

* Please notice that the configuration of MaxResults won't limit the number of results you get with the * paginator. It only limits the number of results in each page. *

*

* Note: If you prefer to have control on service calls, use the * {@link #listArtifacts(software.amazon.awssdk.services.sagemaker.model.ListArtifactsRequest)} operation. *

*

* This is a convenience which creates an instance of the {@link ListArtifactsRequest.Builder} avoiding the need to * create one manually via {@link ListArtifactsRequest#builder()} *

* * @param listArtifactsRequest * A {@link Consumer} that will call methods on {@link ListArtifactsRequest.Builder} to create a request. * @return A custom publisher that can be subscribed to request a stream of response pages.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListArtifacts * @see AWS API * Documentation */ default ListArtifactsPublisher listArtifactsPaginator(Consumer listArtifactsRequest) { return listArtifactsPaginator(ListArtifactsRequest.builder().applyMutation(listArtifactsRequest).build()); } /** *

* Lists the associations in your account and their properties. *

* * @param listAssociationsRequest * @return A Java Future containing the result of the ListAssociations operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListAssociations * @see AWS API * Documentation */ default CompletableFuture listAssociations(ListAssociationsRequest listAssociationsRequest) { throw new UnsupportedOperationException(); } /** *

* Lists the associations in your account and their properties. *

*
*

* This is a convenience which creates an instance of the {@link ListAssociationsRequest.Builder} avoiding the need * to create one manually via {@link ListAssociationsRequest#builder()} *

* * @param listAssociationsRequest * A {@link Consumer} that will call methods on {@link ListAssociationsRequest.Builder} to create a request. * @return A Java Future containing the result of the ListAssociations operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListAssociations * @see AWS API * Documentation */ default CompletableFuture listAssociations( Consumer listAssociationsRequest) { return listAssociations(ListAssociationsRequest.builder().applyMutation(listAssociationsRequest).build()); } /** *

* Lists the associations in your account and their properties. *

*
*

* This is a variant of * {@link #listAssociations(software.amazon.awssdk.services.sagemaker.model.ListAssociationsRequest)} operation. The * return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will * internally handle making service calls for you. *

*

* When the operation is called, an instance of this class is returned. At this point, no service calls are made yet * and so there is no guarantee that the request is valid. If there are errors in your request, you will see the * failures only after you start streaming the data. The subscribe method should be called as a request to start * streaming data. For more info, see * {@link org.reactivestreams.Publisher#subscribe(org.reactivestreams.Subscriber)}. Each call to the subscribe * method will result in a new {@link org.reactivestreams.Subscription} i.e., a new contract to stream data from the * starting request. *

* *

* The following are few ways to use the response class: *

* 1) Using the subscribe helper method * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListAssociationsPublisher publisher = client.listAssociationsPaginator(request);
     * CompletableFuture future = publisher.subscribe(res -> { // Do something with the response });
     * future.get();
     * }
     * 
* * 2) Using a custom subscriber * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListAssociationsPublisher publisher = client.listAssociationsPaginator(request);
     * publisher.subscribe(new Subscriber() {
     * 
     * public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
     * 
     * 
     * public void onNext(software.amazon.awssdk.services.sagemaker.model.ListAssociationsResponse response) { //... };
     * });}
     * 
* * As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2. *

* Please notice that the configuration of MaxResults won't limit the number of results you get with the * paginator. It only limits the number of results in each page. *

*

* Note: If you prefer to have control on service calls, use the * {@link #listAssociations(software.amazon.awssdk.services.sagemaker.model.ListAssociationsRequest)} operation. *

* * @param listAssociationsRequest * @return A custom publisher that can be subscribed to request a stream of response pages.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListAssociations * @see AWS API * Documentation */ default ListAssociationsPublisher listAssociationsPaginator(ListAssociationsRequest listAssociationsRequest) { throw new UnsupportedOperationException(); } /** *

* Lists the associations in your account and their properties. *

*
*

* This is a variant of * {@link #listAssociations(software.amazon.awssdk.services.sagemaker.model.ListAssociationsRequest)} operation. The * return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will * internally handle making service calls for you. *

*

* When the operation is called, an instance of this class is returned. At this point, no service calls are made yet * and so there is no guarantee that the request is valid. If there are errors in your request, you will see the * failures only after you start streaming the data. The subscribe method should be called as a request to start * streaming data. For more info, see * {@link org.reactivestreams.Publisher#subscribe(org.reactivestreams.Subscriber)}. Each call to the subscribe * method will result in a new {@link org.reactivestreams.Subscription} i.e., a new contract to stream data from the * starting request. *

* *

* The following are few ways to use the response class: *

* 1) Using the subscribe helper method * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListAssociationsPublisher publisher = client.listAssociationsPaginator(request);
     * CompletableFuture future = publisher.subscribe(res -> { // Do something with the response });
     * future.get();
     * }
     * 
* * 2) Using a custom subscriber * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListAssociationsPublisher publisher = client.listAssociationsPaginator(request);
     * publisher.subscribe(new Subscriber() {
     * 
     * public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
     * 
     * 
     * public void onNext(software.amazon.awssdk.services.sagemaker.model.ListAssociationsResponse response) { //... };
     * });}
     * 
* * As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2. *

* Please notice that the configuration of MaxResults won't limit the number of results you get with the * paginator. It only limits the number of results in each page. *

*

* Note: If you prefer to have control on service calls, use the * {@link #listAssociations(software.amazon.awssdk.services.sagemaker.model.ListAssociationsRequest)} operation. *

*

* This is a convenience which creates an instance of the {@link ListAssociationsRequest.Builder} avoiding the need * to create one manually via {@link ListAssociationsRequest#builder()} *

* * @param listAssociationsRequest * A {@link Consumer} that will call methods on {@link ListAssociationsRequest.Builder} to create a request. * @return A custom publisher that can be subscribed to request a stream of response pages.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListAssociations * @see AWS API * Documentation */ default ListAssociationsPublisher listAssociationsPaginator(Consumer listAssociationsRequest) { return listAssociationsPaginator(ListAssociationsRequest.builder().applyMutation(listAssociationsRequest).build()); } /** *

* Request a list of jobs. *

* * @param listAutoMlJobsRequest * @return A Java Future containing the result of the ListAutoMLJobs operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListAutoMLJobs * @see AWS API * Documentation */ default CompletableFuture listAutoMLJobs(ListAutoMlJobsRequest listAutoMlJobsRequest) { throw new UnsupportedOperationException(); } /** *

* Request a list of jobs. *

*
*

* This is a convenience which creates an instance of the {@link ListAutoMlJobsRequest.Builder} avoiding the need to * create one manually via {@link ListAutoMlJobsRequest#builder()} *

* * @param listAutoMlJobsRequest * A {@link Consumer} that will call methods on {@link ListAutoMLJobsRequest.Builder} to create a request. * @return A Java Future containing the result of the ListAutoMLJobs operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListAutoMLJobs * @see AWS API * Documentation */ default CompletableFuture listAutoMLJobs(Consumer listAutoMlJobsRequest) { return listAutoMLJobs(ListAutoMlJobsRequest.builder().applyMutation(listAutoMlJobsRequest).build()); } /** *

* Request a list of jobs. *

*
*

* This is a variant of * {@link #listAutoMLJobs(software.amazon.awssdk.services.sagemaker.model.ListAutoMlJobsRequest)} operation. The * return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will * internally handle making service calls for you. *

*

* When the operation is called, an instance of this class is returned. At this point, no service calls are made yet * and so there is no guarantee that the request is valid. If there are errors in your request, you will see the * failures only after you start streaming the data. The subscribe method should be called as a request to start * streaming data. For more info, see * {@link org.reactivestreams.Publisher#subscribe(org.reactivestreams.Subscriber)}. Each call to the subscribe * method will result in a new {@link org.reactivestreams.Subscription} i.e., a new contract to stream data from the * starting request. *

* *

* The following are few ways to use the response class: *

* 1) Using the subscribe helper method * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListAutoMLJobsPublisher publisher = client.listAutoMLJobsPaginator(request);
     * CompletableFuture future = publisher.subscribe(res -> { // Do something with the response });
     * future.get();
     * }
     * 
* * 2) Using a custom subscriber * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListAutoMLJobsPublisher publisher = client.listAutoMLJobsPaginator(request);
     * publisher.subscribe(new Subscriber() {
     * 
     * public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
     * 
     * 
     * public void onNext(software.amazon.awssdk.services.sagemaker.model.ListAutoMlJobsResponse response) { //... };
     * });}
     * 
* * As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2. *

* Please notice that the configuration of MaxResults won't limit the number of results you get with the * paginator. It only limits the number of results in each page. *

*

* Note: If you prefer to have control on service calls, use the * {@link #listAutoMLJobs(software.amazon.awssdk.services.sagemaker.model.ListAutoMlJobsRequest)} operation. *

* * @param listAutoMlJobsRequest * @return A custom publisher that can be subscribed to request a stream of response pages.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListAutoMLJobs * @see AWS API * Documentation */ default ListAutoMLJobsPublisher listAutoMLJobsPaginator(ListAutoMlJobsRequest listAutoMlJobsRequest) { throw new UnsupportedOperationException(); } /** *

* Request a list of jobs. *

*
*

* This is a variant of * {@link #listAutoMLJobs(software.amazon.awssdk.services.sagemaker.model.ListAutoMlJobsRequest)} operation. The * return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will * internally handle making service calls for you. *

*

* When the operation is called, an instance of this class is returned. At this point, no service calls are made yet * and so there is no guarantee that the request is valid. If there are errors in your request, you will see the * failures only after you start streaming the data. The subscribe method should be called as a request to start * streaming data. For more info, see * {@link org.reactivestreams.Publisher#subscribe(org.reactivestreams.Subscriber)}. Each call to the subscribe * method will result in a new {@link org.reactivestreams.Subscription} i.e., a new contract to stream data from the * starting request. *

* *

* The following are few ways to use the response class: *

* 1) Using the subscribe helper method * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListAutoMLJobsPublisher publisher = client.listAutoMLJobsPaginator(request);
     * CompletableFuture future = publisher.subscribe(res -> { // Do something with the response });
     * future.get();
     * }
     * 
* * 2) Using a custom subscriber * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListAutoMLJobsPublisher publisher = client.listAutoMLJobsPaginator(request);
     * publisher.subscribe(new Subscriber() {
     * 
     * public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
     * 
     * 
     * public void onNext(software.amazon.awssdk.services.sagemaker.model.ListAutoMlJobsResponse response) { //... };
     * });}
     * 
* * As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2. *

* Please notice that the configuration of MaxResults won't limit the number of results you get with the * paginator. It only limits the number of results in each page. *

*

* Note: If you prefer to have control on service calls, use the * {@link #listAutoMLJobs(software.amazon.awssdk.services.sagemaker.model.ListAutoMlJobsRequest)} operation. *

*

* This is a convenience which creates an instance of the {@link ListAutoMlJobsRequest.Builder} avoiding the need to * create one manually via {@link ListAutoMlJobsRequest#builder()} *

* * @param listAutoMlJobsRequest * A {@link Consumer} that will call methods on {@link ListAutoMLJobsRequest.Builder} to create a request. * @return A custom publisher that can be subscribed to request a stream of response pages.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListAutoMLJobs * @see AWS API * Documentation */ default ListAutoMLJobsPublisher listAutoMLJobsPaginator(Consumer listAutoMlJobsRequest) { return listAutoMLJobsPaginator(ListAutoMlJobsRequest.builder().applyMutation(listAutoMlJobsRequest).build()); } /** *

* List the Candidates created for the job. *

* * @param listCandidatesForAutoMlJobRequest * @return A Java Future containing the result of the ListCandidatesForAutoMLJob operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListCandidatesForAutoMLJob * @see AWS API Documentation */ default CompletableFuture listCandidatesForAutoMLJob( ListCandidatesForAutoMlJobRequest listCandidatesForAutoMlJobRequest) { throw new UnsupportedOperationException(); } /** *

* List the Candidates created for the job. *

*
*

* This is a convenience which creates an instance of the {@link ListCandidatesForAutoMlJobRequest.Builder} avoiding * the need to create one manually via {@link ListCandidatesForAutoMlJobRequest#builder()} *

* * @param listCandidatesForAutoMlJobRequest * A {@link Consumer} that will call methods on {@link ListCandidatesForAutoMLJobRequest.Builder} to create a * request. * @return A Java Future containing the result of the ListCandidatesForAutoMLJob operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListCandidatesForAutoMLJob * @see AWS API Documentation */ default CompletableFuture listCandidatesForAutoMLJob( Consumer listCandidatesForAutoMlJobRequest) { return listCandidatesForAutoMLJob(ListCandidatesForAutoMlJobRequest.builder() .applyMutation(listCandidatesForAutoMlJobRequest).build()); } /** *

* List the Candidates created for the job. *

*
*

* This is a variant of * {@link #listCandidatesForAutoMLJob(software.amazon.awssdk.services.sagemaker.model.ListCandidatesForAutoMlJobRequest)} * operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. * SDK will internally handle making service calls for you. *

*

* When the operation is called, an instance of this class is returned. At this point, no service calls are made yet * and so there is no guarantee that the request is valid. If there are errors in your request, you will see the * failures only after you start streaming the data. The subscribe method should be called as a request to start * streaming data. For more info, see * {@link org.reactivestreams.Publisher#subscribe(org.reactivestreams.Subscriber)}. Each call to the subscribe * method will result in a new {@link org.reactivestreams.Subscription} i.e., a new contract to stream data from the * starting request. *

* *

* The following are few ways to use the response class: *

* 1) Using the subscribe helper method * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListCandidatesForAutoMLJobPublisher publisher = client.listCandidatesForAutoMLJobPaginator(request);
     * CompletableFuture future = publisher.subscribe(res -> { // Do something with the response });
     * future.get();
     * }
     * 
* * 2) Using a custom subscriber * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListCandidatesForAutoMLJobPublisher publisher = client.listCandidatesForAutoMLJobPaginator(request);
     * publisher.subscribe(new Subscriber() {
     * 
     * public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
     * 
     * 
     * public void onNext(software.amazon.awssdk.services.sagemaker.model.ListCandidatesForAutoMlJobResponse response) { //... };
     * });}
     * 
* * As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2. *

* Please notice that the configuration of MaxResults won't limit the number of results you get with the * paginator. It only limits the number of results in each page. *

*

* Note: If you prefer to have control on service calls, use the * {@link #listCandidatesForAutoMLJob(software.amazon.awssdk.services.sagemaker.model.ListCandidatesForAutoMlJobRequest)} * operation. *

* * @param listCandidatesForAutoMlJobRequest * @return A custom publisher that can be subscribed to request a stream of response pages.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListCandidatesForAutoMLJob * @see AWS API Documentation */ default ListCandidatesForAutoMLJobPublisher listCandidatesForAutoMLJobPaginator( ListCandidatesForAutoMlJobRequest listCandidatesForAutoMlJobRequest) { throw new UnsupportedOperationException(); } /** *

* List the Candidates created for the job. *

*
*

* This is a variant of * {@link #listCandidatesForAutoMLJob(software.amazon.awssdk.services.sagemaker.model.ListCandidatesForAutoMlJobRequest)} * operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. * SDK will internally handle making service calls for you. *

*

* When the operation is called, an instance of this class is returned. At this point, no service calls are made yet * and so there is no guarantee that the request is valid. If there are errors in your request, you will see the * failures only after you start streaming the data. The subscribe method should be called as a request to start * streaming data. For more info, see * {@link org.reactivestreams.Publisher#subscribe(org.reactivestreams.Subscriber)}. Each call to the subscribe * method will result in a new {@link org.reactivestreams.Subscription} i.e., a new contract to stream data from the * starting request. *

* *

* The following are few ways to use the response class: *

* 1) Using the subscribe helper method * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListCandidatesForAutoMLJobPublisher publisher = client.listCandidatesForAutoMLJobPaginator(request);
     * CompletableFuture future = publisher.subscribe(res -> { // Do something with the response });
     * future.get();
     * }
     * 
* * 2) Using a custom subscriber * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListCandidatesForAutoMLJobPublisher publisher = client.listCandidatesForAutoMLJobPaginator(request);
     * publisher.subscribe(new Subscriber() {
     * 
     * public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
     * 
     * 
     * public void onNext(software.amazon.awssdk.services.sagemaker.model.ListCandidatesForAutoMlJobResponse response) { //... };
     * });}
     * 
* * As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2. *

* Please notice that the configuration of MaxResults won't limit the number of results you get with the * paginator. It only limits the number of results in each page. *

*

* Note: If you prefer to have control on service calls, use the * {@link #listCandidatesForAutoMLJob(software.amazon.awssdk.services.sagemaker.model.ListCandidatesForAutoMlJobRequest)} * operation. *

*

* This is a convenience which creates an instance of the {@link ListCandidatesForAutoMlJobRequest.Builder} avoiding * the need to create one manually via {@link ListCandidatesForAutoMlJobRequest#builder()} *

* * @param listCandidatesForAutoMlJobRequest * A {@link Consumer} that will call methods on {@link ListCandidatesForAutoMLJobRequest.Builder} to create a * request. * @return A custom publisher that can be subscribed to request a stream of response pages.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListCandidatesForAutoMLJob * @see AWS API Documentation */ default ListCandidatesForAutoMLJobPublisher listCandidatesForAutoMLJobPaginator( Consumer listCandidatesForAutoMlJobRequest) { return listCandidatesForAutoMLJobPaginator(ListCandidatesForAutoMlJobRequest.builder() .applyMutation(listCandidatesForAutoMlJobRequest).build()); } /** *

* Gets a list of the Git repositories in your account. *

* * @param listCodeRepositoriesRequest * @return A Java Future containing the result of the ListCodeRepositories operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListCodeRepositories * @see AWS * API Documentation */ default CompletableFuture listCodeRepositories( ListCodeRepositoriesRequest listCodeRepositoriesRequest) { throw new UnsupportedOperationException(); } /** *

* Gets a list of the Git repositories in your account. *

*
*

* This is a convenience which creates an instance of the {@link ListCodeRepositoriesRequest.Builder} avoiding the * need to create one manually via {@link ListCodeRepositoriesRequest#builder()} *

* * @param listCodeRepositoriesRequest * A {@link Consumer} that will call methods on {@link ListCodeRepositoriesInput.Builder} to create a * request. * @return A Java Future containing the result of the ListCodeRepositories operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListCodeRepositories * @see AWS * API Documentation */ default CompletableFuture listCodeRepositories( Consumer listCodeRepositoriesRequest) { return listCodeRepositories(ListCodeRepositoriesRequest.builder().applyMutation(listCodeRepositoriesRequest).build()); } /** *

* Gets a list of the Git repositories in your account. *

* * @return A Java Future containing the result of the ListCodeRepositories operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListCodeRepositories * @see AWS * API Documentation */ default CompletableFuture listCodeRepositories() { return listCodeRepositories(ListCodeRepositoriesRequest.builder().build()); } /** *

* Gets a list of the Git repositories in your account. *

*
*

* This is a variant of * {@link #listCodeRepositories(software.amazon.awssdk.services.sagemaker.model.ListCodeRepositoriesRequest)} * operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. * SDK will internally handle making service calls for you. *

*

* When the operation is called, an instance of this class is returned. At this point, no service calls are made yet * and so there is no guarantee that the request is valid. If there are errors in your request, you will see the * failures only after you start streaming the data. The subscribe method should be called as a request to start * streaming data. For more info, see * {@link org.reactivestreams.Publisher#subscribe(org.reactivestreams.Subscriber)}. Each call to the subscribe * method will result in a new {@link org.reactivestreams.Subscription} i.e., a new contract to stream data from the * starting request. *

* *

* The following are few ways to use the response class: *

* 1) Using the subscribe helper method * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListCodeRepositoriesPublisher publisher = client.listCodeRepositoriesPaginator(request);
     * CompletableFuture future = publisher.subscribe(res -> { // Do something with the response });
     * future.get();
     * }
     * 
* * 2) Using a custom subscriber * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListCodeRepositoriesPublisher publisher = client.listCodeRepositoriesPaginator(request);
     * publisher.subscribe(new Subscriber() {
     * 
     * public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
     * 
     * 
     * public void onNext(software.amazon.awssdk.services.sagemaker.model.ListCodeRepositoriesResponse response) { //... };
     * });}
     * 
* * As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2. *

* Please notice that the configuration of MaxResults won't limit the number of results you get with the * paginator. It only limits the number of results in each page. *

*

* Note: If you prefer to have control on service calls, use the * {@link #listCodeRepositories(software.amazon.awssdk.services.sagemaker.model.ListCodeRepositoriesRequest)} * operation. *

* * @return A custom publisher that can be subscribed to request a stream of response pages.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListCodeRepositories * @see AWS * API Documentation */ default ListCodeRepositoriesPublisher listCodeRepositoriesPaginator() { return listCodeRepositoriesPaginator(ListCodeRepositoriesRequest.builder().build()); } /** *

* Gets a list of the Git repositories in your account. *

*
*

* This is a variant of * {@link #listCodeRepositories(software.amazon.awssdk.services.sagemaker.model.ListCodeRepositoriesRequest)} * operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. * SDK will internally handle making service calls for you. *

*

* When the operation is called, an instance of this class is returned. At this point, no service calls are made yet * and so there is no guarantee that the request is valid. If there are errors in your request, you will see the * failures only after you start streaming the data. The subscribe method should be called as a request to start * streaming data. For more info, see * {@link org.reactivestreams.Publisher#subscribe(org.reactivestreams.Subscriber)}. Each call to the subscribe * method will result in a new {@link org.reactivestreams.Subscription} i.e., a new contract to stream data from the * starting request. *

* *

* The following are few ways to use the response class: *

* 1) Using the subscribe helper method * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListCodeRepositoriesPublisher publisher = client.listCodeRepositoriesPaginator(request);
     * CompletableFuture future = publisher.subscribe(res -> { // Do something with the response });
     * future.get();
     * }
     * 
* * 2) Using a custom subscriber * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListCodeRepositoriesPublisher publisher = client.listCodeRepositoriesPaginator(request);
     * publisher.subscribe(new Subscriber() {
     * 
     * public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
     * 
     * 
     * public void onNext(software.amazon.awssdk.services.sagemaker.model.ListCodeRepositoriesResponse response) { //... };
     * });}
     * 
* * As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2. *

* Please notice that the configuration of MaxResults won't limit the number of results you get with the * paginator. It only limits the number of results in each page. *

*

* Note: If you prefer to have control on service calls, use the * {@link #listCodeRepositories(software.amazon.awssdk.services.sagemaker.model.ListCodeRepositoriesRequest)} * operation. *

* * @param listCodeRepositoriesRequest * @return A custom publisher that can be subscribed to request a stream of response pages.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListCodeRepositories * @see AWS * API Documentation */ default ListCodeRepositoriesPublisher listCodeRepositoriesPaginator(ListCodeRepositoriesRequest listCodeRepositoriesRequest) { throw new UnsupportedOperationException(); } /** *

* Gets a list of the Git repositories in your account. *

*
*

* This is a variant of * {@link #listCodeRepositories(software.amazon.awssdk.services.sagemaker.model.ListCodeRepositoriesRequest)} * operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. * SDK will internally handle making service calls for you. *

*

* When the operation is called, an instance of this class is returned. At this point, no service calls are made yet * and so there is no guarantee that the request is valid. If there are errors in your request, you will see the * failures only after you start streaming the data. The subscribe method should be called as a request to start * streaming data. For more info, see * {@link org.reactivestreams.Publisher#subscribe(org.reactivestreams.Subscriber)}. Each call to the subscribe * method will result in a new {@link org.reactivestreams.Subscription} i.e., a new contract to stream data from the * starting request. *

* *

* The following are few ways to use the response class: *

* 1) Using the subscribe helper method * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListCodeRepositoriesPublisher publisher = client.listCodeRepositoriesPaginator(request);
     * CompletableFuture future = publisher.subscribe(res -> { // Do something with the response });
     * future.get();
     * }
     * 
* * 2) Using a custom subscriber * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListCodeRepositoriesPublisher publisher = client.listCodeRepositoriesPaginator(request);
     * publisher.subscribe(new Subscriber() {
     * 
     * public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
     * 
     * 
     * public void onNext(software.amazon.awssdk.services.sagemaker.model.ListCodeRepositoriesResponse response) { //... };
     * });}
     * 
* * As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2. *

* Please notice that the configuration of MaxResults won't limit the number of results you get with the * paginator. It only limits the number of results in each page. *

*

* Note: If you prefer to have control on service calls, use the * {@link #listCodeRepositories(software.amazon.awssdk.services.sagemaker.model.ListCodeRepositoriesRequest)} * operation. *

*

* This is a convenience which creates an instance of the {@link ListCodeRepositoriesRequest.Builder} avoiding the * need to create one manually via {@link ListCodeRepositoriesRequest#builder()} *

* * @param listCodeRepositoriesRequest * A {@link Consumer} that will call methods on {@link ListCodeRepositoriesInput.Builder} to create a * request. * @return A custom publisher that can be subscribed to request a stream of response pages.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListCodeRepositories * @see AWS * API Documentation */ default ListCodeRepositoriesPublisher listCodeRepositoriesPaginator( Consumer listCodeRepositoriesRequest) { return listCodeRepositoriesPaginator(ListCodeRepositoriesRequest.builder().applyMutation(listCodeRepositoriesRequest) .build()); } /** *

* Lists model compilation jobs that satisfy various filters. *

*

* To create a model compilation job, use CreateCompilationJob. To get information about a particular model * compilation job you have created, use DescribeCompilationJob. *

* * @param listCompilationJobsRequest * @return A Java Future containing the result of the ListCompilationJobs operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListCompilationJobs * @see AWS * API Documentation */ default CompletableFuture listCompilationJobs( ListCompilationJobsRequest listCompilationJobsRequest) { throw new UnsupportedOperationException(); } /** *

* Lists model compilation jobs that satisfy various filters. *

*

* To create a model compilation job, use CreateCompilationJob. To get information about a particular model * compilation job you have created, use DescribeCompilationJob. *

*
*

* This is a convenience which creates an instance of the {@link ListCompilationJobsRequest.Builder} avoiding the * need to create one manually via {@link ListCompilationJobsRequest#builder()} *

* * @param listCompilationJobsRequest * A {@link Consumer} that will call methods on {@link ListCompilationJobsRequest.Builder} to create a * request. * @return A Java Future containing the result of the ListCompilationJobs operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListCompilationJobs * @see AWS * API Documentation */ default CompletableFuture listCompilationJobs( Consumer listCompilationJobsRequest) { return listCompilationJobs(ListCompilationJobsRequest.builder().applyMutation(listCompilationJobsRequest).build()); } /** *

* Lists model compilation jobs that satisfy various filters. *

*

* To create a model compilation job, use CreateCompilationJob. To get information about a particular model * compilation job you have created, use DescribeCompilationJob. *

* * @return A Java Future containing the result of the ListCompilationJobs operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListCompilationJobs * @see AWS * API Documentation */ default CompletableFuture listCompilationJobs() { return listCompilationJobs(ListCompilationJobsRequest.builder().build()); } /** *

* Lists model compilation jobs that satisfy various filters. *

*

* To create a model compilation job, use CreateCompilationJob. To get information about a particular model * compilation job you have created, use DescribeCompilationJob. *

*
*

* This is a variant of * {@link #listCompilationJobs(software.amazon.awssdk.services.sagemaker.model.ListCompilationJobsRequest)} * operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. * SDK will internally handle making service calls for you. *

*

* When the operation is called, an instance of this class is returned. At this point, no service calls are made yet * and so there is no guarantee that the request is valid. If there are errors in your request, you will see the * failures only after you start streaming the data. The subscribe method should be called as a request to start * streaming data. For more info, see * {@link org.reactivestreams.Publisher#subscribe(org.reactivestreams.Subscriber)}. Each call to the subscribe * method will result in a new {@link org.reactivestreams.Subscription} i.e., a new contract to stream data from the * starting request. *

* *

* The following are few ways to use the response class: *

* 1) Using the subscribe helper method * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListCompilationJobsPublisher publisher = client.listCompilationJobsPaginator(request);
     * CompletableFuture future = publisher.subscribe(res -> { // Do something with the response });
     * future.get();
     * }
     * 
* * 2) Using a custom subscriber * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListCompilationJobsPublisher publisher = client.listCompilationJobsPaginator(request);
     * publisher.subscribe(new Subscriber() {
     * 
     * public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
     * 
     * 
     * public void onNext(software.amazon.awssdk.services.sagemaker.model.ListCompilationJobsResponse response) { //... };
     * });}
     * 
* * As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2. *

* Please notice that the configuration of MaxResults won't limit the number of results you get with the * paginator. It only limits the number of results in each page. *

*

* Note: If you prefer to have control on service calls, use the * {@link #listCompilationJobs(software.amazon.awssdk.services.sagemaker.model.ListCompilationJobsRequest)} * operation. *

* * @return A custom publisher that can be subscribed to request a stream of response pages.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListCompilationJobs * @see AWS * API Documentation */ default ListCompilationJobsPublisher listCompilationJobsPaginator() { return listCompilationJobsPaginator(ListCompilationJobsRequest.builder().build()); } /** *

* Lists model compilation jobs that satisfy various filters. *

*

* To create a model compilation job, use CreateCompilationJob. To get information about a particular model * compilation job you have created, use DescribeCompilationJob. *

*
*

* This is a variant of * {@link #listCompilationJobs(software.amazon.awssdk.services.sagemaker.model.ListCompilationJobsRequest)} * operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. * SDK will internally handle making service calls for you. *

*

* When the operation is called, an instance of this class is returned. At this point, no service calls are made yet * and so there is no guarantee that the request is valid. If there are errors in your request, you will see the * failures only after you start streaming the data. The subscribe method should be called as a request to start * streaming data. For more info, see * {@link org.reactivestreams.Publisher#subscribe(org.reactivestreams.Subscriber)}. Each call to the subscribe * method will result in a new {@link org.reactivestreams.Subscription} i.e., a new contract to stream data from the * starting request. *

* *

* The following are few ways to use the response class: *

* 1) Using the subscribe helper method * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListCompilationJobsPublisher publisher = client.listCompilationJobsPaginator(request);
     * CompletableFuture future = publisher.subscribe(res -> { // Do something with the response });
     * future.get();
     * }
     * 
* * 2) Using a custom subscriber * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListCompilationJobsPublisher publisher = client.listCompilationJobsPaginator(request);
     * publisher.subscribe(new Subscriber() {
     * 
     * public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
     * 
     * 
     * public void onNext(software.amazon.awssdk.services.sagemaker.model.ListCompilationJobsResponse response) { //... };
     * });}
     * 
* * As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2. *

* Please notice that the configuration of MaxResults won't limit the number of results you get with the * paginator. It only limits the number of results in each page. *

*

* Note: If you prefer to have control on service calls, use the * {@link #listCompilationJobs(software.amazon.awssdk.services.sagemaker.model.ListCompilationJobsRequest)} * operation. *

* * @param listCompilationJobsRequest * @return A custom publisher that can be subscribed to request a stream of response pages.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListCompilationJobs * @see AWS * API Documentation */ default ListCompilationJobsPublisher listCompilationJobsPaginator(ListCompilationJobsRequest listCompilationJobsRequest) { throw new UnsupportedOperationException(); } /** *

* Lists model compilation jobs that satisfy various filters. *

*

* To create a model compilation job, use CreateCompilationJob. To get information about a particular model * compilation job you have created, use DescribeCompilationJob. *

*
*

* This is a variant of * {@link #listCompilationJobs(software.amazon.awssdk.services.sagemaker.model.ListCompilationJobsRequest)} * operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. * SDK will internally handle making service calls for you. *

*

* When the operation is called, an instance of this class is returned. At this point, no service calls are made yet * and so there is no guarantee that the request is valid. If there are errors in your request, you will see the * failures only after you start streaming the data. The subscribe method should be called as a request to start * streaming data. For more info, see * {@link org.reactivestreams.Publisher#subscribe(org.reactivestreams.Subscriber)}. Each call to the subscribe * method will result in a new {@link org.reactivestreams.Subscription} i.e., a new contract to stream data from the * starting request. *

* *

* The following are few ways to use the response class: *

* 1) Using the subscribe helper method * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListCompilationJobsPublisher publisher = client.listCompilationJobsPaginator(request);
     * CompletableFuture future = publisher.subscribe(res -> { // Do something with the response });
     * future.get();
     * }
     * 
* * 2) Using a custom subscriber * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListCompilationJobsPublisher publisher = client.listCompilationJobsPaginator(request);
     * publisher.subscribe(new Subscriber() {
     * 
     * public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
     * 
     * 
     * public void onNext(software.amazon.awssdk.services.sagemaker.model.ListCompilationJobsResponse response) { //... };
     * });}
     * 
* * As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2. *

* Please notice that the configuration of MaxResults won't limit the number of results you get with the * paginator. It only limits the number of results in each page. *

*

* Note: If you prefer to have control on service calls, use the * {@link #listCompilationJobs(software.amazon.awssdk.services.sagemaker.model.ListCompilationJobsRequest)} * operation. *

*

* This is a convenience which creates an instance of the {@link ListCompilationJobsRequest.Builder} avoiding the * need to create one manually via {@link ListCompilationJobsRequest#builder()} *

* * @param listCompilationJobsRequest * A {@link Consumer} that will call methods on {@link ListCompilationJobsRequest.Builder} to create a * request. * @return A custom publisher that can be subscribed to request a stream of response pages.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListCompilationJobs * @see AWS * API Documentation */ default ListCompilationJobsPublisher listCompilationJobsPaginator( Consumer listCompilationJobsRequest) { return listCompilationJobsPaginator(ListCompilationJobsRequest.builder().applyMutation(listCompilationJobsRequest) .build()); } /** *

* Lists the contexts in your account and their properties. *

* * @param listContextsRequest * @return A Java Future containing the result of the ListContexts operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListContexts * @see AWS API * Documentation */ default CompletableFuture listContexts(ListContextsRequest listContextsRequest) { throw new UnsupportedOperationException(); } /** *

* Lists the contexts in your account and their properties. *

*
*

* This is a convenience which creates an instance of the {@link ListContextsRequest.Builder} avoiding the need to * create one manually via {@link ListContextsRequest#builder()} *

* * @param listContextsRequest * A {@link Consumer} that will call methods on {@link ListContextsRequest.Builder} to create a request. * @return A Java Future containing the result of the ListContexts operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListContexts * @see AWS API * Documentation */ default CompletableFuture listContexts(Consumer listContextsRequest) { return listContexts(ListContextsRequest.builder().applyMutation(listContextsRequest).build()); } /** *

* Lists the contexts in your account and their properties. *

*
*

* This is a variant of {@link #listContexts(software.amazon.awssdk.services.sagemaker.model.ListContextsRequest)} * operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. * SDK will internally handle making service calls for you. *

*

* When the operation is called, an instance of this class is returned. At this point, no service calls are made yet * and so there is no guarantee that the request is valid. If there are errors in your request, you will see the * failures only after you start streaming the data. The subscribe method should be called as a request to start * streaming data. For more info, see * {@link org.reactivestreams.Publisher#subscribe(org.reactivestreams.Subscriber)}. Each call to the subscribe * method will result in a new {@link org.reactivestreams.Subscription} i.e., a new contract to stream data from the * starting request. *

* *

* The following are few ways to use the response class: *

* 1) Using the subscribe helper method * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListContextsPublisher publisher = client.listContextsPaginator(request);
     * CompletableFuture future = publisher.subscribe(res -> { // Do something with the response });
     * future.get();
     * }
     * 
* * 2) Using a custom subscriber * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListContextsPublisher publisher = client.listContextsPaginator(request);
     * publisher.subscribe(new Subscriber() {
     * 
     * public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
     * 
     * 
     * public void onNext(software.amazon.awssdk.services.sagemaker.model.ListContextsResponse response) { //... };
     * });}
     * 
* * As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2. *

* Please notice that the configuration of MaxResults won't limit the number of results you get with the * paginator. It only limits the number of results in each page. *

*

* Note: If you prefer to have control on service calls, use the * {@link #listContexts(software.amazon.awssdk.services.sagemaker.model.ListContextsRequest)} operation. *

* * @param listContextsRequest * @return A custom publisher that can be subscribed to request a stream of response pages.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListContexts * @see AWS API * Documentation */ default ListContextsPublisher listContextsPaginator(ListContextsRequest listContextsRequest) { throw new UnsupportedOperationException(); } /** *

* Lists the contexts in your account and their properties. *

*
*

* This is a variant of {@link #listContexts(software.amazon.awssdk.services.sagemaker.model.ListContextsRequest)} * operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. * SDK will internally handle making service calls for you. *

*

* When the operation is called, an instance of this class is returned. At this point, no service calls are made yet * and so there is no guarantee that the request is valid. If there are errors in your request, you will see the * failures only after you start streaming the data. The subscribe method should be called as a request to start * streaming data. For more info, see * {@link org.reactivestreams.Publisher#subscribe(org.reactivestreams.Subscriber)}. Each call to the subscribe * method will result in a new {@link org.reactivestreams.Subscription} i.e., a new contract to stream data from the * starting request. *

* *

* The following are few ways to use the response class: *

* 1) Using the subscribe helper method * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListContextsPublisher publisher = client.listContextsPaginator(request);
     * CompletableFuture future = publisher.subscribe(res -> { // Do something with the response });
     * future.get();
     * }
     * 
* * 2) Using a custom subscriber * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListContextsPublisher publisher = client.listContextsPaginator(request);
     * publisher.subscribe(new Subscriber() {
     * 
     * public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
     * 
     * 
     * public void onNext(software.amazon.awssdk.services.sagemaker.model.ListContextsResponse response) { //... };
     * });}
     * 
* * As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2. *

* Please notice that the configuration of MaxResults won't limit the number of results you get with the * paginator. It only limits the number of results in each page. *

*

* Note: If you prefer to have control on service calls, use the * {@link #listContexts(software.amazon.awssdk.services.sagemaker.model.ListContextsRequest)} operation. *

*

* This is a convenience which creates an instance of the {@link ListContextsRequest.Builder} avoiding the need to * create one manually via {@link ListContextsRequest#builder()} *

* * @param listContextsRequest * A {@link Consumer} that will call methods on {@link ListContextsRequest.Builder} to create a request. * @return A custom publisher that can be subscribed to request a stream of response pages.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListContexts * @see AWS API * Documentation */ default ListContextsPublisher listContextsPaginator(Consumer listContextsRequest) { return listContextsPaginator(ListContextsRequest.builder().applyMutation(listContextsRequest).build()); } /** *

* Lists the data quality job definitions in your account. *

* * @param listDataQualityJobDefinitionsRequest * @return A Java Future containing the result of the ListDataQualityJobDefinitions operation returned by the * service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListDataQualityJobDefinitions * @see AWS API Documentation */ default CompletableFuture listDataQualityJobDefinitions( ListDataQualityJobDefinitionsRequest listDataQualityJobDefinitionsRequest) { throw new UnsupportedOperationException(); } /** *

* Lists the data quality job definitions in your account. *

*
*

* This is a convenience which creates an instance of the {@link ListDataQualityJobDefinitionsRequest.Builder} * avoiding the need to create one manually via {@link ListDataQualityJobDefinitionsRequest#builder()} *

* * @param listDataQualityJobDefinitionsRequest * A {@link Consumer} that will call methods on {@link ListDataQualityJobDefinitionsRequest.Builder} to * create a request. * @return A Java Future containing the result of the ListDataQualityJobDefinitions operation returned by the * service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListDataQualityJobDefinitions * @see AWS API Documentation */ default CompletableFuture listDataQualityJobDefinitions( Consumer listDataQualityJobDefinitionsRequest) { return listDataQualityJobDefinitions(ListDataQualityJobDefinitionsRequest.builder() .applyMutation(listDataQualityJobDefinitionsRequest).build()); } /** *

* Lists the data quality job definitions in your account. *

*
*

* This is a variant of * {@link #listDataQualityJobDefinitions(software.amazon.awssdk.services.sagemaker.model.ListDataQualityJobDefinitionsRequest)} * operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. * SDK will internally handle making service calls for you. *

*

* When the operation is called, an instance of this class is returned. At this point, no service calls are made yet * and so there is no guarantee that the request is valid. If there are errors in your request, you will see the * failures only after you start streaming the data. The subscribe method should be called as a request to start * streaming data. For more info, see * {@link org.reactivestreams.Publisher#subscribe(org.reactivestreams.Subscriber)}. Each call to the subscribe * method will result in a new {@link org.reactivestreams.Subscription} i.e., a new contract to stream data from the * starting request. *

* *

* The following are few ways to use the response class: *

* 1) Using the subscribe helper method * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListDataQualityJobDefinitionsPublisher publisher = client.listDataQualityJobDefinitionsPaginator(request);
     * CompletableFuture future = publisher.subscribe(res -> { // Do something with the response });
     * future.get();
     * }
     * 
* * 2) Using a custom subscriber * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListDataQualityJobDefinitionsPublisher publisher = client.listDataQualityJobDefinitionsPaginator(request);
     * publisher.subscribe(new Subscriber() {
     * 
     * public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
     * 
     * 
     * public void onNext(software.amazon.awssdk.services.sagemaker.model.ListDataQualityJobDefinitionsResponse response) { //... };
     * });}
     * 
* * As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2. *

* Please notice that the configuration of MaxResults won't limit the number of results you get with the * paginator. It only limits the number of results in each page. *

*

* Note: If you prefer to have control on service calls, use the * {@link #listDataQualityJobDefinitions(software.amazon.awssdk.services.sagemaker.model.ListDataQualityJobDefinitionsRequest)} * operation. *

* * @param listDataQualityJobDefinitionsRequest * @return A custom publisher that can be subscribed to request a stream of response pages.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListDataQualityJobDefinitions * @see AWS API Documentation */ default ListDataQualityJobDefinitionsPublisher listDataQualityJobDefinitionsPaginator( ListDataQualityJobDefinitionsRequest listDataQualityJobDefinitionsRequest) { throw new UnsupportedOperationException(); } /** *

* Lists the data quality job definitions in your account. *

*
*

* This is a variant of * {@link #listDataQualityJobDefinitions(software.amazon.awssdk.services.sagemaker.model.ListDataQualityJobDefinitionsRequest)} * operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. * SDK will internally handle making service calls for you. *

*

* When the operation is called, an instance of this class is returned. At this point, no service calls are made yet * and so there is no guarantee that the request is valid. If there are errors in your request, you will see the * failures only after you start streaming the data. The subscribe method should be called as a request to start * streaming data. For more info, see * {@link org.reactivestreams.Publisher#subscribe(org.reactivestreams.Subscriber)}. Each call to the subscribe * method will result in a new {@link org.reactivestreams.Subscription} i.e., a new contract to stream data from the * starting request. *

* *

* The following are few ways to use the response class: *

* 1) Using the subscribe helper method * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListDataQualityJobDefinitionsPublisher publisher = client.listDataQualityJobDefinitionsPaginator(request);
     * CompletableFuture future = publisher.subscribe(res -> { // Do something with the response });
     * future.get();
     * }
     * 
* * 2) Using a custom subscriber * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListDataQualityJobDefinitionsPublisher publisher = client.listDataQualityJobDefinitionsPaginator(request);
     * publisher.subscribe(new Subscriber() {
     * 
     * public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
     * 
     * 
     * public void onNext(software.amazon.awssdk.services.sagemaker.model.ListDataQualityJobDefinitionsResponse response) { //... };
     * });}
     * 
* * As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2. *

* Please notice that the configuration of MaxResults won't limit the number of results you get with the * paginator. It only limits the number of results in each page. *

*

* Note: If you prefer to have control on service calls, use the * {@link #listDataQualityJobDefinitions(software.amazon.awssdk.services.sagemaker.model.ListDataQualityJobDefinitionsRequest)} * operation. *

*

* This is a convenience which creates an instance of the {@link ListDataQualityJobDefinitionsRequest.Builder} * avoiding the need to create one manually via {@link ListDataQualityJobDefinitionsRequest#builder()} *

* * @param listDataQualityJobDefinitionsRequest * A {@link Consumer} that will call methods on {@link ListDataQualityJobDefinitionsRequest.Builder} to * create a request. * @return A custom publisher that can be subscribed to request a stream of response pages.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListDataQualityJobDefinitions * @see AWS API Documentation */ default ListDataQualityJobDefinitionsPublisher listDataQualityJobDefinitionsPaginator( Consumer listDataQualityJobDefinitionsRequest) { return listDataQualityJobDefinitionsPaginator(ListDataQualityJobDefinitionsRequest.builder() .applyMutation(listDataQualityJobDefinitionsRequest).build()); } /** *

* Returns a list of devices in the fleet. *

* * @param listDeviceFleetsRequest * @return A Java Future containing the result of the ListDeviceFleets operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListDeviceFleets * @see AWS API * Documentation */ default CompletableFuture listDeviceFleets(ListDeviceFleetsRequest listDeviceFleetsRequest) { throw new UnsupportedOperationException(); } /** *

* Returns a list of devices in the fleet. *

*
*

* This is a convenience which creates an instance of the {@link ListDeviceFleetsRequest.Builder} avoiding the need * to create one manually via {@link ListDeviceFleetsRequest#builder()} *

* * @param listDeviceFleetsRequest * A {@link Consumer} that will call methods on {@link ListDeviceFleetsRequest.Builder} to create a request. * @return A Java Future containing the result of the ListDeviceFleets operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListDeviceFleets * @see AWS API * Documentation */ default CompletableFuture listDeviceFleets( Consumer listDeviceFleetsRequest) { return listDeviceFleets(ListDeviceFleetsRequest.builder().applyMutation(listDeviceFleetsRequest).build()); } /** *

* Returns a list of devices in the fleet. *

*
*

* This is a variant of * {@link #listDeviceFleets(software.amazon.awssdk.services.sagemaker.model.ListDeviceFleetsRequest)} operation. The * return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will * internally handle making service calls for you. *

*

* When the operation is called, an instance of this class is returned. At this point, no service calls are made yet * and so there is no guarantee that the request is valid. If there are errors in your request, you will see the * failures only after you start streaming the data. The subscribe method should be called as a request to start * streaming data. For more info, see * {@link org.reactivestreams.Publisher#subscribe(org.reactivestreams.Subscriber)}. Each call to the subscribe * method will result in a new {@link org.reactivestreams.Subscription} i.e., a new contract to stream data from the * starting request. *

* *

* The following are few ways to use the response class: *

* 1) Using the subscribe helper method * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListDeviceFleetsPublisher publisher = client.listDeviceFleetsPaginator(request);
     * CompletableFuture future = publisher.subscribe(res -> { // Do something with the response });
     * future.get();
     * }
     * 
* * 2) Using a custom subscriber * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListDeviceFleetsPublisher publisher = client.listDeviceFleetsPaginator(request);
     * publisher.subscribe(new Subscriber() {
     * 
     * public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
     * 
     * 
     * public void onNext(software.amazon.awssdk.services.sagemaker.model.ListDeviceFleetsResponse response) { //... };
     * });}
     * 
* * As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2. *

* Please notice that the configuration of MaxResults won't limit the number of results you get with the * paginator. It only limits the number of results in each page. *

*

* Note: If you prefer to have control on service calls, use the * {@link #listDeviceFleets(software.amazon.awssdk.services.sagemaker.model.ListDeviceFleetsRequest)} operation. *

* * @param listDeviceFleetsRequest * @return A custom publisher that can be subscribed to request a stream of response pages.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListDeviceFleets * @see AWS API * Documentation */ default ListDeviceFleetsPublisher listDeviceFleetsPaginator(ListDeviceFleetsRequest listDeviceFleetsRequest) { throw new UnsupportedOperationException(); } /** *

* Returns a list of devices in the fleet. *

*
*

* This is a variant of * {@link #listDeviceFleets(software.amazon.awssdk.services.sagemaker.model.ListDeviceFleetsRequest)} operation. The * return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will * internally handle making service calls for you. *

*

* When the operation is called, an instance of this class is returned. At this point, no service calls are made yet * and so there is no guarantee that the request is valid. If there are errors in your request, you will see the * failures only after you start streaming the data. The subscribe method should be called as a request to start * streaming data. For more info, see * {@link org.reactivestreams.Publisher#subscribe(org.reactivestreams.Subscriber)}. Each call to the subscribe * method will result in a new {@link org.reactivestreams.Subscription} i.e., a new contract to stream data from the * starting request. *

* *

* The following are few ways to use the response class: *

* 1) Using the subscribe helper method * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListDeviceFleetsPublisher publisher = client.listDeviceFleetsPaginator(request);
     * CompletableFuture future = publisher.subscribe(res -> { // Do something with the response });
     * future.get();
     * }
     * 
* * 2) Using a custom subscriber * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListDeviceFleetsPublisher publisher = client.listDeviceFleetsPaginator(request);
     * publisher.subscribe(new Subscriber() {
     * 
     * public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
     * 
     * 
     * public void onNext(software.amazon.awssdk.services.sagemaker.model.ListDeviceFleetsResponse response) { //... };
     * });}
     * 
* * As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2. *

* Please notice that the configuration of MaxResults won't limit the number of results you get with the * paginator. It only limits the number of results in each page. *

*

* Note: If you prefer to have control on service calls, use the * {@link #listDeviceFleets(software.amazon.awssdk.services.sagemaker.model.ListDeviceFleetsRequest)} operation. *

*

* This is a convenience which creates an instance of the {@link ListDeviceFleetsRequest.Builder} avoiding the need * to create one manually via {@link ListDeviceFleetsRequest#builder()} *

* * @param listDeviceFleetsRequest * A {@link Consumer} that will call methods on {@link ListDeviceFleetsRequest.Builder} to create a request. * @return A custom publisher that can be subscribed to request a stream of response pages.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListDeviceFleets * @see AWS API * Documentation */ default ListDeviceFleetsPublisher listDeviceFleetsPaginator(Consumer listDeviceFleetsRequest) { return listDeviceFleetsPaginator(ListDeviceFleetsRequest.builder().applyMutation(listDeviceFleetsRequest).build()); } /** *

* A list of devices. *

* * @param listDevicesRequest * @return A Java Future containing the result of the ListDevices operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListDevices * @see AWS API * Documentation */ default CompletableFuture listDevices(ListDevicesRequest listDevicesRequest) { throw new UnsupportedOperationException(); } /** *

* A list of devices. *

*
*

* This is a convenience which creates an instance of the {@link ListDevicesRequest.Builder} avoiding the need to * create one manually via {@link ListDevicesRequest#builder()} *

* * @param listDevicesRequest * A {@link Consumer} that will call methods on {@link ListDevicesRequest.Builder} to create a request. * @return A Java Future containing the result of the ListDevices operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListDevices * @see AWS API * Documentation */ default CompletableFuture listDevices(Consumer listDevicesRequest) { return listDevices(ListDevicesRequest.builder().applyMutation(listDevicesRequest).build()); } /** *

* A list of devices. *

*
*

* This is a variant of {@link #listDevices(software.amazon.awssdk.services.sagemaker.model.ListDevicesRequest)} * operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. * SDK will internally handle making service calls for you. *

*

* When the operation is called, an instance of this class is returned. At this point, no service calls are made yet * and so there is no guarantee that the request is valid. If there are errors in your request, you will see the * failures only after you start streaming the data. The subscribe method should be called as a request to start * streaming data. For more info, see * {@link org.reactivestreams.Publisher#subscribe(org.reactivestreams.Subscriber)}. Each call to the subscribe * method will result in a new {@link org.reactivestreams.Subscription} i.e., a new contract to stream data from the * starting request. *

* *

* The following are few ways to use the response class: *

* 1) Using the subscribe helper method * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListDevicesPublisher publisher = client.listDevicesPaginator(request);
     * CompletableFuture future = publisher.subscribe(res -> { // Do something with the response });
     * future.get();
     * }
     * 
* * 2) Using a custom subscriber * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListDevicesPublisher publisher = client.listDevicesPaginator(request);
     * publisher.subscribe(new Subscriber() {
     * 
     * public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
     * 
     * 
     * public void onNext(software.amazon.awssdk.services.sagemaker.model.ListDevicesResponse response) { //... };
     * });}
     * 
* * As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2. *

* Please notice that the configuration of MaxResults won't limit the number of results you get with the * paginator. It only limits the number of results in each page. *

*

* Note: If you prefer to have control on service calls, use the * {@link #listDevices(software.amazon.awssdk.services.sagemaker.model.ListDevicesRequest)} operation. *

* * @param listDevicesRequest * @return A custom publisher that can be subscribed to request a stream of response pages.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListDevices * @see AWS API * Documentation */ default ListDevicesPublisher listDevicesPaginator(ListDevicesRequest listDevicesRequest) { throw new UnsupportedOperationException(); } /** *

* A list of devices. *

*
*

* This is a variant of {@link #listDevices(software.amazon.awssdk.services.sagemaker.model.ListDevicesRequest)} * operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. * SDK will internally handle making service calls for you. *

*

* When the operation is called, an instance of this class is returned. At this point, no service calls are made yet * and so there is no guarantee that the request is valid. If there are errors in your request, you will see the * failures only after you start streaming the data. The subscribe method should be called as a request to start * streaming data. For more info, see * {@link org.reactivestreams.Publisher#subscribe(org.reactivestreams.Subscriber)}. Each call to the subscribe * method will result in a new {@link org.reactivestreams.Subscription} i.e., a new contract to stream data from the * starting request. *

* *

* The following are few ways to use the response class: *

* 1) Using the subscribe helper method * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListDevicesPublisher publisher = client.listDevicesPaginator(request);
     * CompletableFuture future = publisher.subscribe(res -> { // Do something with the response });
     * future.get();
     * }
     * 
* * 2) Using a custom subscriber * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListDevicesPublisher publisher = client.listDevicesPaginator(request);
     * publisher.subscribe(new Subscriber() {
     * 
     * public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
     * 
     * 
     * public void onNext(software.amazon.awssdk.services.sagemaker.model.ListDevicesResponse response) { //... };
     * });}
     * 
* * As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2. *

* Please notice that the configuration of MaxResults won't limit the number of results you get with the * paginator. It only limits the number of results in each page. *

*

* Note: If you prefer to have control on service calls, use the * {@link #listDevices(software.amazon.awssdk.services.sagemaker.model.ListDevicesRequest)} operation. *

*

* This is a convenience which creates an instance of the {@link ListDevicesRequest.Builder} avoiding the need to * create one manually via {@link ListDevicesRequest#builder()} *

* * @param listDevicesRequest * A {@link Consumer} that will call methods on {@link ListDevicesRequest.Builder} to create a request. * @return A custom publisher that can be subscribed to request a stream of response pages.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListDevices * @see AWS API * Documentation */ default ListDevicesPublisher listDevicesPaginator(Consumer listDevicesRequest) { return listDevicesPaginator(ListDevicesRequest.builder().applyMutation(listDevicesRequest).build()); } /** *

* Lists the domains. *

* * @param listDomainsRequest * @return A Java Future containing the result of the ListDomains operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListDomains * @see AWS API * Documentation */ default CompletableFuture listDomains(ListDomainsRequest listDomainsRequest) { throw new UnsupportedOperationException(); } /** *

* Lists the domains. *

*
*

* This is a convenience which creates an instance of the {@link ListDomainsRequest.Builder} avoiding the need to * create one manually via {@link ListDomainsRequest#builder()} *

* * @param listDomainsRequest * A {@link Consumer} that will call methods on {@link ListDomainsRequest.Builder} to create a request. * @return A Java Future containing the result of the ListDomains operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListDomains * @see AWS API * Documentation */ default CompletableFuture listDomains(Consumer listDomainsRequest) { return listDomains(ListDomainsRequest.builder().applyMutation(listDomainsRequest).build()); } /** *

* Lists the domains. *

*
*

* This is a variant of {@link #listDomains(software.amazon.awssdk.services.sagemaker.model.ListDomainsRequest)} * operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. * SDK will internally handle making service calls for you. *

*

* When the operation is called, an instance of this class is returned. At this point, no service calls are made yet * and so there is no guarantee that the request is valid. If there are errors in your request, you will see the * failures only after you start streaming the data. The subscribe method should be called as a request to start * streaming data. For more info, see * {@link org.reactivestreams.Publisher#subscribe(org.reactivestreams.Subscriber)}. Each call to the subscribe * method will result in a new {@link org.reactivestreams.Subscription} i.e., a new contract to stream data from the * starting request. *

* *

* The following are few ways to use the response class: *

* 1) Using the subscribe helper method * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListDomainsPublisher publisher = client.listDomainsPaginator(request);
     * CompletableFuture future = publisher.subscribe(res -> { // Do something with the response });
     * future.get();
     * }
     * 
* * 2) Using a custom subscriber * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListDomainsPublisher publisher = client.listDomainsPaginator(request);
     * publisher.subscribe(new Subscriber() {
     * 
     * public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
     * 
     * 
     * public void onNext(software.amazon.awssdk.services.sagemaker.model.ListDomainsResponse response) { //... };
     * });}
     * 
* * As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2. *

* Please notice that the configuration of MaxResults won't limit the number of results you get with the * paginator. It only limits the number of results in each page. *

*

* Note: If you prefer to have control on service calls, use the * {@link #listDomains(software.amazon.awssdk.services.sagemaker.model.ListDomainsRequest)} operation. *

* * @param listDomainsRequest * @return A custom publisher that can be subscribed to request a stream of response pages.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListDomains * @see AWS API * Documentation */ default ListDomainsPublisher listDomainsPaginator(ListDomainsRequest listDomainsRequest) { throw new UnsupportedOperationException(); } /** *

* Lists the domains. *

*
*

* This is a variant of {@link #listDomains(software.amazon.awssdk.services.sagemaker.model.ListDomainsRequest)} * operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. * SDK will internally handle making service calls for you. *

*

* When the operation is called, an instance of this class is returned. At this point, no service calls are made yet * and so there is no guarantee that the request is valid. If there are errors in your request, you will see the * failures only after you start streaming the data. The subscribe method should be called as a request to start * streaming data. For more info, see * {@link org.reactivestreams.Publisher#subscribe(org.reactivestreams.Subscriber)}. Each call to the subscribe * method will result in a new {@link org.reactivestreams.Subscription} i.e., a new contract to stream data from the * starting request. *

* *

* The following are few ways to use the response class: *

* 1) Using the subscribe helper method * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListDomainsPublisher publisher = client.listDomainsPaginator(request);
     * CompletableFuture future = publisher.subscribe(res -> { // Do something with the response });
     * future.get();
     * }
     * 
* * 2) Using a custom subscriber * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListDomainsPublisher publisher = client.listDomainsPaginator(request);
     * publisher.subscribe(new Subscriber() {
     * 
     * public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
     * 
     * 
     * public void onNext(software.amazon.awssdk.services.sagemaker.model.ListDomainsResponse response) { //... };
     * });}
     * 
* * As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2. *

* Please notice that the configuration of MaxResults won't limit the number of results you get with the * paginator. It only limits the number of results in each page. *

*

* Note: If you prefer to have control on service calls, use the * {@link #listDomains(software.amazon.awssdk.services.sagemaker.model.ListDomainsRequest)} operation. *

*

* This is a convenience which creates an instance of the {@link ListDomainsRequest.Builder} avoiding the need to * create one manually via {@link ListDomainsRequest#builder()} *

* * @param listDomainsRequest * A {@link Consumer} that will call methods on {@link ListDomainsRequest.Builder} to create a request. * @return A custom publisher that can be subscribed to request a stream of response pages.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListDomains * @see AWS API * Documentation */ default ListDomainsPublisher listDomainsPaginator(Consumer listDomainsRequest) { return listDomainsPaginator(ListDomainsRequest.builder().applyMutation(listDomainsRequest).build()); } /** *

* Returns a list of edge packaging jobs. *

* * @param listEdgePackagingJobsRequest * @return A Java Future containing the result of the ListEdgePackagingJobs operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListEdgePackagingJobs * @see AWS API Documentation */ default CompletableFuture listEdgePackagingJobs( ListEdgePackagingJobsRequest listEdgePackagingJobsRequest) { throw new UnsupportedOperationException(); } /** *

* Returns a list of edge packaging jobs. *

*
*

* This is a convenience which creates an instance of the {@link ListEdgePackagingJobsRequest.Builder} avoiding the * need to create one manually via {@link ListEdgePackagingJobsRequest#builder()} *

* * @param listEdgePackagingJobsRequest * A {@link Consumer} that will call methods on {@link ListEdgePackagingJobsRequest.Builder} to create a * request. * @return A Java Future containing the result of the ListEdgePackagingJobs operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListEdgePackagingJobs * @see AWS API Documentation */ default CompletableFuture listEdgePackagingJobs( Consumer listEdgePackagingJobsRequest) { return listEdgePackagingJobs(ListEdgePackagingJobsRequest.builder().applyMutation(listEdgePackagingJobsRequest).build()); } /** *

* Returns a list of edge packaging jobs. *

*
*

* This is a variant of * {@link #listEdgePackagingJobs(software.amazon.awssdk.services.sagemaker.model.ListEdgePackagingJobsRequest)} * operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. * SDK will internally handle making service calls for you. *

*

* When the operation is called, an instance of this class is returned. At this point, no service calls are made yet * and so there is no guarantee that the request is valid. If there are errors in your request, you will see the * failures only after you start streaming the data. The subscribe method should be called as a request to start * streaming data. For more info, see * {@link org.reactivestreams.Publisher#subscribe(org.reactivestreams.Subscriber)}. Each call to the subscribe * method will result in a new {@link org.reactivestreams.Subscription} i.e., a new contract to stream data from the * starting request. *

* *

* The following are few ways to use the response class: *

* 1) Using the subscribe helper method * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListEdgePackagingJobsPublisher publisher = client.listEdgePackagingJobsPaginator(request);
     * CompletableFuture future = publisher.subscribe(res -> { // Do something with the response });
     * future.get();
     * }
     * 
* * 2) Using a custom subscriber * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListEdgePackagingJobsPublisher publisher = client.listEdgePackagingJobsPaginator(request);
     * publisher.subscribe(new Subscriber() {
     * 
     * public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
     * 
     * 
     * public void onNext(software.amazon.awssdk.services.sagemaker.model.ListEdgePackagingJobsResponse response) { //... };
     * });}
     * 
* * As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2. *

* Please notice that the configuration of MaxResults won't limit the number of results you get with the * paginator. It only limits the number of results in each page. *

*

* Note: If you prefer to have control on service calls, use the * {@link #listEdgePackagingJobs(software.amazon.awssdk.services.sagemaker.model.ListEdgePackagingJobsRequest)} * operation. *

* * @param listEdgePackagingJobsRequest * @return A custom publisher that can be subscribed to request a stream of response pages.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListEdgePackagingJobs * @see AWS API Documentation */ default ListEdgePackagingJobsPublisher listEdgePackagingJobsPaginator( ListEdgePackagingJobsRequest listEdgePackagingJobsRequest) { throw new UnsupportedOperationException(); } /** *

* Returns a list of edge packaging jobs. *

*
*

* This is a variant of * {@link #listEdgePackagingJobs(software.amazon.awssdk.services.sagemaker.model.ListEdgePackagingJobsRequest)} * operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. * SDK will internally handle making service calls for you. *

*

* When the operation is called, an instance of this class is returned. At this point, no service calls are made yet * and so there is no guarantee that the request is valid. If there are errors in your request, you will see the * failures only after you start streaming the data. The subscribe method should be called as a request to start * streaming data. For more info, see * {@link org.reactivestreams.Publisher#subscribe(org.reactivestreams.Subscriber)}. Each call to the subscribe * method will result in a new {@link org.reactivestreams.Subscription} i.e., a new contract to stream data from the * starting request. *

* *

* The following are few ways to use the response class: *

* 1) Using the subscribe helper method * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListEdgePackagingJobsPublisher publisher = client.listEdgePackagingJobsPaginator(request);
     * CompletableFuture future = publisher.subscribe(res -> { // Do something with the response });
     * future.get();
     * }
     * 
* * 2) Using a custom subscriber * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListEdgePackagingJobsPublisher publisher = client.listEdgePackagingJobsPaginator(request);
     * publisher.subscribe(new Subscriber() {
     * 
     * public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
     * 
     * 
     * public void onNext(software.amazon.awssdk.services.sagemaker.model.ListEdgePackagingJobsResponse response) { //... };
     * });}
     * 
* * As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2. *

* Please notice that the configuration of MaxResults won't limit the number of results you get with the * paginator. It only limits the number of results in each page. *

*

* Note: If you prefer to have control on service calls, use the * {@link #listEdgePackagingJobs(software.amazon.awssdk.services.sagemaker.model.ListEdgePackagingJobsRequest)} * operation. *

*

* This is a convenience which creates an instance of the {@link ListEdgePackagingJobsRequest.Builder} avoiding the * need to create one manually via {@link ListEdgePackagingJobsRequest#builder()} *

* * @param listEdgePackagingJobsRequest * A {@link Consumer} that will call methods on {@link ListEdgePackagingJobsRequest.Builder} to create a * request. * @return A custom publisher that can be subscribed to request a stream of response pages.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListEdgePackagingJobs * @see AWS API Documentation */ default ListEdgePackagingJobsPublisher listEdgePackagingJobsPaginator( Consumer listEdgePackagingJobsRequest) { return listEdgePackagingJobsPaginator(ListEdgePackagingJobsRequest.builder().applyMutation(listEdgePackagingJobsRequest) .build()); } /** *

* Lists endpoint configurations. *

* * @param listEndpointConfigsRequest * @return A Java Future containing the result of the ListEndpointConfigs operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListEndpointConfigs * @see AWS * API Documentation */ default CompletableFuture listEndpointConfigs( ListEndpointConfigsRequest listEndpointConfigsRequest) { throw new UnsupportedOperationException(); } /** *

* Lists endpoint configurations. *

*
*

* This is a convenience which creates an instance of the {@link ListEndpointConfigsRequest.Builder} avoiding the * need to create one manually via {@link ListEndpointConfigsRequest#builder()} *

* * @param listEndpointConfigsRequest * A {@link Consumer} that will call methods on {@link ListEndpointConfigsInput.Builder} to create a request. * @return A Java Future containing the result of the ListEndpointConfigs operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListEndpointConfigs * @see AWS * API Documentation */ default CompletableFuture listEndpointConfigs( Consumer listEndpointConfigsRequest) { return listEndpointConfigs(ListEndpointConfigsRequest.builder().applyMutation(listEndpointConfigsRequest).build()); } /** *

* Lists endpoint configurations. *

* * @return A Java Future containing the result of the ListEndpointConfigs operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListEndpointConfigs * @see AWS * API Documentation */ default CompletableFuture listEndpointConfigs() { return listEndpointConfigs(ListEndpointConfigsRequest.builder().build()); } /** *

* Lists endpoint configurations. *

*
*

* This is a variant of * {@link #listEndpointConfigs(software.amazon.awssdk.services.sagemaker.model.ListEndpointConfigsRequest)} * operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. * SDK will internally handle making service calls for you. *

*

* When the operation is called, an instance of this class is returned. At this point, no service calls are made yet * and so there is no guarantee that the request is valid. If there are errors in your request, you will see the * failures only after you start streaming the data. The subscribe method should be called as a request to start * streaming data. For more info, see * {@link org.reactivestreams.Publisher#subscribe(org.reactivestreams.Subscriber)}. Each call to the subscribe * method will result in a new {@link org.reactivestreams.Subscription} i.e., a new contract to stream data from the * starting request. *

* *

* The following are few ways to use the response class: *

* 1) Using the subscribe helper method * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListEndpointConfigsPublisher publisher = client.listEndpointConfigsPaginator(request);
     * CompletableFuture future = publisher.subscribe(res -> { // Do something with the response });
     * future.get();
     * }
     * 
* * 2) Using a custom subscriber * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListEndpointConfigsPublisher publisher = client.listEndpointConfigsPaginator(request);
     * publisher.subscribe(new Subscriber() {
     * 
     * public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
     * 
     * 
     * public void onNext(software.amazon.awssdk.services.sagemaker.model.ListEndpointConfigsResponse response) { //... };
     * });}
     * 
* * As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2. *

* Please notice that the configuration of MaxResults won't limit the number of results you get with the * paginator. It only limits the number of results in each page. *

*

* Note: If you prefer to have control on service calls, use the * {@link #listEndpointConfigs(software.amazon.awssdk.services.sagemaker.model.ListEndpointConfigsRequest)} * operation. *

* * @return A custom publisher that can be subscribed to request a stream of response pages.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListEndpointConfigs * @see AWS * API Documentation */ default ListEndpointConfigsPublisher listEndpointConfigsPaginator() { return listEndpointConfigsPaginator(ListEndpointConfigsRequest.builder().build()); } /** *

* Lists endpoint configurations. *

*
*

* This is a variant of * {@link #listEndpointConfigs(software.amazon.awssdk.services.sagemaker.model.ListEndpointConfigsRequest)} * operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. * SDK will internally handle making service calls for you. *

*

* When the operation is called, an instance of this class is returned. At this point, no service calls are made yet * and so there is no guarantee that the request is valid. If there are errors in your request, you will see the * failures only after you start streaming the data. The subscribe method should be called as a request to start * streaming data. For more info, see * {@link org.reactivestreams.Publisher#subscribe(org.reactivestreams.Subscriber)}. Each call to the subscribe * method will result in a new {@link org.reactivestreams.Subscription} i.e., a new contract to stream data from the * starting request. *

* *

* The following are few ways to use the response class: *

* 1) Using the subscribe helper method * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListEndpointConfigsPublisher publisher = client.listEndpointConfigsPaginator(request);
     * CompletableFuture future = publisher.subscribe(res -> { // Do something with the response });
     * future.get();
     * }
     * 
* * 2) Using a custom subscriber * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListEndpointConfigsPublisher publisher = client.listEndpointConfigsPaginator(request);
     * publisher.subscribe(new Subscriber() {
     * 
     * public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
     * 
     * 
     * public void onNext(software.amazon.awssdk.services.sagemaker.model.ListEndpointConfigsResponse response) { //... };
     * });}
     * 
* * As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2. *

* Please notice that the configuration of MaxResults won't limit the number of results you get with the * paginator. It only limits the number of results in each page. *

*

* Note: If you prefer to have control on service calls, use the * {@link #listEndpointConfigs(software.amazon.awssdk.services.sagemaker.model.ListEndpointConfigsRequest)} * operation. *

* * @param listEndpointConfigsRequest * @return A custom publisher that can be subscribed to request a stream of response pages.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListEndpointConfigs * @see AWS * API Documentation */ default ListEndpointConfigsPublisher listEndpointConfigsPaginator(ListEndpointConfigsRequest listEndpointConfigsRequest) { throw new UnsupportedOperationException(); } /** *

* Lists endpoint configurations. *

*
*

* This is a variant of * {@link #listEndpointConfigs(software.amazon.awssdk.services.sagemaker.model.ListEndpointConfigsRequest)} * operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. * SDK will internally handle making service calls for you. *

*

* When the operation is called, an instance of this class is returned. At this point, no service calls are made yet * and so there is no guarantee that the request is valid. If there are errors in your request, you will see the * failures only after you start streaming the data. The subscribe method should be called as a request to start * streaming data. For more info, see * {@link org.reactivestreams.Publisher#subscribe(org.reactivestreams.Subscriber)}. Each call to the subscribe * method will result in a new {@link org.reactivestreams.Subscription} i.e., a new contract to stream data from the * starting request. *

* *

* The following are few ways to use the response class: *

* 1) Using the subscribe helper method * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListEndpointConfigsPublisher publisher = client.listEndpointConfigsPaginator(request);
     * CompletableFuture future = publisher.subscribe(res -> { // Do something with the response });
     * future.get();
     * }
     * 
* * 2) Using a custom subscriber * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListEndpointConfigsPublisher publisher = client.listEndpointConfigsPaginator(request);
     * publisher.subscribe(new Subscriber() {
     * 
     * public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
     * 
     * 
     * public void onNext(software.amazon.awssdk.services.sagemaker.model.ListEndpointConfigsResponse response) { //... };
     * });}
     * 
* * As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2. *

* Please notice that the configuration of MaxResults won't limit the number of results you get with the * paginator. It only limits the number of results in each page. *

*

* Note: If you prefer to have control on service calls, use the * {@link #listEndpointConfigs(software.amazon.awssdk.services.sagemaker.model.ListEndpointConfigsRequest)} * operation. *

*

* This is a convenience which creates an instance of the {@link ListEndpointConfigsRequest.Builder} avoiding the * need to create one manually via {@link ListEndpointConfigsRequest#builder()} *

* * @param listEndpointConfigsRequest * A {@link Consumer} that will call methods on {@link ListEndpointConfigsInput.Builder} to create a request. * @return A custom publisher that can be subscribed to request a stream of response pages.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListEndpointConfigs * @see AWS * API Documentation */ default ListEndpointConfigsPublisher listEndpointConfigsPaginator( Consumer listEndpointConfigsRequest) { return listEndpointConfigsPaginator(ListEndpointConfigsRequest.builder().applyMutation(listEndpointConfigsRequest) .build()); } /** *

* Lists endpoints. *

* * @param listEndpointsRequest * @return A Java Future containing the result of the ListEndpoints operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListEndpoints * @see AWS API * Documentation */ default CompletableFuture listEndpoints(ListEndpointsRequest listEndpointsRequest) { throw new UnsupportedOperationException(); } /** *

* Lists endpoints. *

*
*

* This is a convenience which creates an instance of the {@link ListEndpointsRequest.Builder} avoiding the need to * create one manually via {@link ListEndpointsRequest#builder()} *

* * @param listEndpointsRequest * A {@link Consumer} that will call methods on {@link ListEndpointsInput.Builder} to create a request. * @return A Java Future containing the result of the ListEndpoints operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListEndpoints * @see AWS API * Documentation */ default CompletableFuture listEndpoints(Consumer listEndpointsRequest) { return listEndpoints(ListEndpointsRequest.builder().applyMutation(listEndpointsRequest).build()); } /** *

* Lists endpoints. *

* * @return A Java Future containing the result of the ListEndpoints operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListEndpoints * @see AWS API * Documentation */ default CompletableFuture listEndpoints() { return listEndpoints(ListEndpointsRequest.builder().build()); } /** *

* Lists endpoints. *

*
*

* This is a variant of {@link #listEndpoints(software.amazon.awssdk.services.sagemaker.model.ListEndpointsRequest)} * operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. * SDK will internally handle making service calls for you. *

*

* When the operation is called, an instance of this class is returned. At this point, no service calls are made yet * and so there is no guarantee that the request is valid. If there are errors in your request, you will see the * failures only after you start streaming the data. The subscribe method should be called as a request to start * streaming data. For more info, see * {@link org.reactivestreams.Publisher#subscribe(org.reactivestreams.Subscriber)}. Each call to the subscribe * method will result in a new {@link org.reactivestreams.Subscription} i.e., a new contract to stream data from the * starting request. *

* *

* The following are few ways to use the response class: *

* 1) Using the subscribe helper method * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListEndpointsPublisher publisher = client.listEndpointsPaginator(request);
     * CompletableFuture future = publisher.subscribe(res -> { // Do something with the response });
     * future.get();
     * }
     * 
* * 2) Using a custom subscriber * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListEndpointsPublisher publisher = client.listEndpointsPaginator(request);
     * publisher.subscribe(new Subscriber() {
     * 
     * public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
     * 
     * 
     * public void onNext(software.amazon.awssdk.services.sagemaker.model.ListEndpointsResponse response) { //... };
     * });}
     * 
* * As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2. *

* Please notice that the configuration of MaxResults won't limit the number of results you get with the * paginator. It only limits the number of results in each page. *

*

* Note: If you prefer to have control on service calls, use the * {@link #listEndpoints(software.amazon.awssdk.services.sagemaker.model.ListEndpointsRequest)} operation. *

* * @return A custom publisher that can be subscribed to request a stream of response pages.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListEndpoints * @see AWS API * Documentation */ default ListEndpointsPublisher listEndpointsPaginator() { return listEndpointsPaginator(ListEndpointsRequest.builder().build()); } /** *

* Lists endpoints. *

*
*

* This is a variant of {@link #listEndpoints(software.amazon.awssdk.services.sagemaker.model.ListEndpointsRequest)} * operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. * SDK will internally handle making service calls for you. *

*

* When the operation is called, an instance of this class is returned. At this point, no service calls are made yet * and so there is no guarantee that the request is valid. If there are errors in your request, you will see the * failures only after you start streaming the data. The subscribe method should be called as a request to start * streaming data. For more info, see * {@link org.reactivestreams.Publisher#subscribe(org.reactivestreams.Subscriber)}. Each call to the subscribe * method will result in a new {@link org.reactivestreams.Subscription} i.e., a new contract to stream data from the * starting request. *

* *

* The following are few ways to use the response class: *

* 1) Using the subscribe helper method * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListEndpointsPublisher publisher = client.listEndpointsPaginator(request);
     * CompletableFuture future = publisher.subscribe(res -> { // Do something with the response });
     * future.get();
     * }
     * 
* * 2) Using a custom subscriber * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListEndpointsPublisher publisher = client.listEndpointsPaginator(request);
     * publisher.subscribe(new Subscriber() {
     * 
     * public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
     * 
     * 
     * public void onNext(software.amazon.awssdk.services.sagemaker.model.ListEndpointsResponse response) { //... };
     * });}
     * 
* * As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2. *

* Please notice that the configuration of MaxResults won't limit the number of results you get with the * paginator. It only limits the number of results in each page. *

*

* Note: If you prefer to have control on service calls, use the * {@link #listEndpoints(software.amazon.awssdk.services.sagemaker.model.ListEndpointsRequest)} operation. *

* * @param listEndpointsRequest * @return A custom publisher that can be subscribed to request a stream of response pages.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListEndpoints * @see AWS API * Documentation */ default ListEndpointsPublisher listEndpointsPaginator(ListEndpointsRequest listEndpointsRequest) { throw new UnsupportedOperationException(); } /** *

* Lists endpoints. *

*
*

* This is a variant of {@link #listEndpoints(software.amazon.awssdk.services.sagemaker.model.ListEndpointsRequest)} * operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. * SDK will internally handle making service calls for you. *

*

* When the operation is called, an instance of this class is returned. At this point, no service calls are made yet * and so there is no guarantee that the request is valid. If there are errors in your request, you will see the * failures only after you start streaming the data. The subscribe method should be called as a request to start * streaming data. For more info, see * {@link org.reactivestreams.Publisher#subscribe(org.reactivestreams.Subscriber)}. Each call to the subscribe * method will result in a new {@link org.reactivestreams.Subscription} i.e., a new contract to stream data from the * starting request. *

* *

* The following are few ways to use the response class: *

* 1) Using the subscribe helper method * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListEndpointsPublisher publisher = client.listEndpointsPaginator(request);
     * CompletableFuture future = publisher.subscribe(res -> { // Do something with the response });
     * future.get();
     * }
     * 
* * 2) Using a custom subscriber * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListEndpointsPublisher publisher = client.listEndpointsPaginator(request);
     * publisher.subscribe(new Subscriber() {
     * 
     * public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
     * 
     * 
     * public void onNext(software.amazon.awssdk.services.sagemaker.model.ListEndpointsResponse response) { //... };
     * });}
     * 
* * As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2. *

* Please notice that the configuration of MaxResults won't limit the number of results you get with the * paginator. It only limits the number of results in each page. *

*

* Note: If you prefer to have control on service calls, use the * {@link #listEndpoints(software.amazon.awssdk.services.sagemaker.model.ListEndpointsRequest)} operation. *

*

* This is a convenience which creates an instance of the {@link ListEndpointsRequest.Builder} avoiding the need to * create one manually via {@link ListEndpointsRequest#builder()} *

* * @param listEndpointsRequest * A {@link Consumer} that will call methods on {@link ListEndpointsInput.Builder} to create a request. * @return A custom publisher that can be subscribed to request a stream of response pages.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListEndpoints * @see AWS API * Documentation */ default ListEndpointsPublisher listEndpointsPaginator(Consumer listEndpointsRequest) { return listEndpointsPaginator(ListEndpointsRequest.builder().applyMutation(listEndpointsRequest).build()); } /** *

* Lists all the experiments in your account. The list can be filtered to show only experiments that were created in * a specific time range. The list can be sorted by experiment name or creation time. *

* * @param listExperimentsRequest * @return A Java Future containing the result of the ListExperiments operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListExperiments * @see AWS API * Documentation */ default CompletableFuture listExperiments(ListExperimentsRequest listExperimentsRequest) { throw new UnsupportedOperationException(); } /** *

* Lists all the experiments in your account. The list can be filtered to show only experiments that were created in * a specific time range. The list can be sorted by experiment name or creation time. *

*
*

* This is a convenience which creates an instance of the {@link ListExperimentsRequest.Builder} avoiding the need * to create one manually via {@link ListExperimentsRequest#builder()} *

* * @param listExperimentsRequest * A {@link Consumer} that will call methods on {@link ListExperimentsRequest.Builder} to create a request. * @return A Java Future containing the result of the ListExperiments operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListExperiments * @see AWS API * Documentation */ default CompletableFuture listExperiments( Consumer listExperimentsRequest) { return listExperiments(ListExperimentsRequest.builder().applyMutation(listExperimentsRequest).build()); } /** *

* Lists all the experiments in your account. The list can be filtered to show only experiments that were created in * a specific time range. The list can be sorted by experiment name or creation time. *

*
*

* This is a variant of * {@link #listExperiments(software.amazon.awssdk.services.sagemaker.model.ListExperimentsRequest)} operation. The * return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will * internally handle making service calls for you. *

*

* When the operation is called, an instance of this class is returned. At this point, no service calls are made yet * and so there is no guarantee that the request is valid. If there are errors in your request, you will see the * failures only after you start streaming the data. The subscribe method should be called as a request to start * streaming data. For more info, see * {@link org.reactivestreams.Publisher#subscribe(org.reactivestreams.Subscriber)}. Each call to the subscribe * method will result in a new {@link org.reactivestreams.Subscription} i.e., a new contract to stream data from the * starting request. *

* *

* The following are few ways to use the response class: *

* 1) Using the subscribe helper method * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListExperimentsPublisher publisher = client.listExperimentsPaginator(request);
     * CompletableFuture future = publisher.subscribe(res -> { // Do something with the response });
     * future.get();
     * }
     * 
* * 2) Using a custom subscriber * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListExperimentsPublisher publisher = client.listExperimentsPaginator(request);
     * publisher.subscribe(new Subscriber() {
     * 
     * public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
     * 
     * 
     * public void onNext(software.amazon.awssdk.services.sagemaker.model.ListExperimentsResponse response) { //... };
     * });}
     * 
* * As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2. *

* Please notice that the configuration of MaxResults won't limit the number of results you get with the * paginator. It only limits the number of results in each page. *

*

* Note: If you prefer to have control on service calls, use the * {@link #listExperiments(software.amazon.awssdk.services.sagemaker.model.ListExperimentsRequest)} operation. *

* * @param listExperimentsRequest * @return A custom publisher that can be subscribed to request a stream of response pages.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListExperiments * @see AWS API * Documentation */ default ListExperimentsPublisher listExperimentsPaginator(ListExperimentsRequest listExperimentsRequest) { throw new UnsupportedOperationException(); } /** *

* Lists all the experiments in your account. The list can be filtered to show only experiments that were created in * a specific time range. The list can be sorted by experiment name or creation time. *

*
*

* This is a variant of * {@link #listExperiments(software.amazon.awssdk.services.sagemaker.model.ListExperimentsRequest)} operation. The * return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will * internally handle making service calls for you. *

*

* When the operation is called, an instance of this class is returned. At this point, no service calls are made yet * and so there is no guarantee that the request is valid. If there are errors in your request, you will see the * failures only after you start streaming the data. The subscribe method should be called as a request to start * streaming data. For more info, see * {@link org.reactivestreams.Publisher#subscribe(org.reactivestreams.Subscriber)}. Each call to the subscribe * method will result in a new {@link org.reactivestreams.Subscription} i.e., a new contract to stream data from the * starting request. *

* *

* The following are few ways to use the response class: *

* 1) Using the subscribe helper method * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListExperimentsPublisher publisher = client.listExperimentsPaginator(request);
     * CompletableFuture future = publisher.subscribe(res -> { // Do something with the response });
     * future.get();
     * }
     * 
* * 2) Using a custom subscriber * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListExperimentsPublisher publisher = client.listExperimentsPaginator(request);
     * publisher.subscribe(new Subscriber() {
     * 
     * public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
     * 
     * 
     * public void onNext(software.amazon.awssdk.services.sagemaker.model.ListExperimentsResponse response) { //... };
     * });}
     * 
* * As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2. *

* Please notice that the configuration of MaxResults won't limit the number of results you get with the * paginator. It only limits the number of results in each page. *

*

* Note: If you prefer to have control on service calls, use the * {@link #listExperiments(software.amazon.awssdk.services.sagemaker.model.ListExperimentsRequest)} operation. *

*

* This is a convenience which creates an instance of the {@link ListExperimentsRequest.Builder} avoiding the need * to create one manually via {@link ListExperimentsRequest#builder()} *

* * @param listExperimentsRequest * A {@link Consumer} that will call methods on {@link ListExperimentsRequest.Builder} to create a request. * @return A custom publisher that can be subscribed to request a stream of response pages.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListExperiments * @see AWS API * Documentation */ default ListExperimentsPublisher listExperimentsPaginator(Consumer listExperimentsRequest) { return listExperimentsPaginator(ListExperimentsRequest.builder().applyMutation(listExperimentsRequest).build()); } /** *

* List FeatureGroups based on given filter and order. *

* * @param listFeatureGroupsRequest * @return A Java Future containing the result of the ListFeatureGroups operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListFeatureGroups * @see AWS * API Documentation */ default CompletableFuture listFeatureGroups(ListFeatureGroupsRequest listFeatureGroupsRequest) { throw new UnsupportedOperationException(); } /** *

* List FeatureGroups based on given filter and order. *

*
*

* This is a convenience which creates an instance of the {@link ListFeatureGroupsRequest.Builder} avoiding the need * to create one manually via {@link ListFeatureGroupsRequest#builder()} *

* * @param listFeatureGroupsRequest * A {@link Consumer} that will call methods on {@link ListFeatureGroupsRequest.Builder} to create a request. * @return A Java Future containing the result of the ListFeatureGroups operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListFeatureGroups * @see AWS * API Documentation */ default CompletableFuture listFeatureGroups( Consumer listFeatureGroupsRequest) { return listFeatureGroups(ListFeatureGroupsRequest.builder().applyMutation(listFeatureGroupsRequest).build()); } /** *

* List FeatureGroups based on given filter and order. *

*
*

* This is a variant of * {@link #listFeatureGroups(software.amazon.awssdk.services.sagemaker.model.ListFeatureGroupsRequest)} operation. * The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will * internally handle making service calls for you. *

*

* When the operation is called, an instance of this class is returned. At this point, no service calls are made yet * and so there is no guarantee that the request is valid. If there are errors in your request, you will see the * failures only after you start streaming the data. The subscribe method should be called as a request to start * streaming data. For more info, see * {@link org.reactivestreams.Publisher#subscribe(org.reactivestreams.Subscriber)}. Each call to the subscribe * method will result in a new {@link org.reactivestreams.Subscription} i.e., a new contract to stream data from the * starting request. *

* *

* The following are few ways to use the response class: *

* 1) Using the subscribe helper method * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListFeatureGroupsPublisher publisher = client.listFeatureGroupsPaginator(request);
     * CompletableFuture future = publisher.subscribe(res -> { // Do something with the response });
     * future.get();
     * }
     * 
* * 2) Using a custom subscriber * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListFeatureGroupsPublisher publisher = client.listFeatureGroupsPaginator(request);
     * publisher.subscribe(new Subscriber() {
     * 
     * public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
     * 
     * 
     * public void onNext(software.amazon.awssdk.services.sagemaker.model.ListFeatureGroupsResponse response) { //... };
     * });}
     * 
* * As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2. *

* Please notice that the configuration of MaxResults won't limit the number of results you get with the * paginator. It only limits the number of results in each page. *

*

* Note: If you prefer to have control on service calls, use the * {@link #listFeatureGroups(software.amazon.awssdk.services.sagemaker.model.ListFeatureGroupsRequest)} * operation. *

* * @param listFeatureGroupsRequest * @return A custom publisher that can be subscribed to request a stream of response pages.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListFeatureGroups * @see AWS * API Documentation */ default ListFeatureGroupsPublisher listFeatureGroupsPaginator(ListFeatureGroupsRequest listFeatureGroupsRequest) { throw new UnsupportedOperationException(); } /** *

* List FeatureGroups based on given filter and order. *

*
*

* This is a variant of * {@link #listFeatureGroups(software.amazon.awssdk.services.sagemaker.model.ListFeatureGroupsRequest)} operation. * The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will * internally handle making service calls for you. *

*

* When the operation is called, an instance of this class is returned. At this point, no service calls are made yet * and so there is no guarantee that the request is valid. If there are errors in your request, you will see the * failures only after you start streaming the data. The subscribe method should be called as a request to start * streaming data. For more info, see * {@link org.reactivestreams.Publisher#subscribe(org.reactivestreams.Subscriber)}. Each call to the subscribe * method will result in a new {@link org.reactivestreams.Subscription} i.e., a new contract to stream data from the * starting request. *

* *

* The following are few ways to use the response class: *

* 1) Using the subscribe helper method * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListFeatureGroupsPublisher publisher = client.listFeatureGroupsPaginator(request);
     * CompletableFuture future = publisher.subscribe(res -> { // Do something with the response });
     * future.get();
     * }
     * 
* * 2) Using a custom subscriber * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListFeatureGroupsPublisher publisher = client.listFeatureGroupsPaginator(request);
     * publisher.subscribe(new Subscriber() {
     * 
     * public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
     * 
     * 
     * public void onNext(software.amazon.awssdk.services.sagemaker.model.ListFeatureGroupsResponse response) { //... };
     * });}
     * 
* * As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2. *

* Please notice that the configuration of MaxResults won't limit the number of results you get with the * paginator. It only limits the number of results in each page. *

*

* Note: If you prefer to have control on service calls, use the * {@link #listFeatureGroups(software.amazon.awssdk.services.sagemaker.model.ListFeatureGroupsRequest)} * operation. *

*

* This is a convenience which creates an instance of the {@link ListFeatureGroupsRequest.Builder} avoiding the need * to create one manually via {@link ListFeatureGroupsRequest#builder()} *

* * @param listFeatureGroupsRequest * A {@link Consumer} that will call methods on {@link ListFeatureGroupsRequest.Builder} to create a request. * @return A custom publisher that can be subscribed to request a stream of response pages.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListFeatureGroups * @see AWS * API Documentation */ default ListFeatureGroupsPublisher listFeatureGroupsPaginator( Consumer listFeatureGroupsRequest) { return listFeatureGroupsPaginator(ListFeatureGroupsRequest.builder().applyMutation(listFeatureGroupsRequest).build()); } /** *

* Returns information about the flow definitions in your account. *

* * @param listFlowDefinitionsRequest * @return A Java Future containing the result of the ListFlowDefinitions operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListFlowDefinitions * @see AWS * API Documentation */ default CompletableFuture listFlowDefinitions( ListFlowDefinitionsRequest listFlowDefinitionsRequest) { throw new UnsupportedOperationException(); } /** *

* Returns information about the flow definitions in your account. *

*
*

* This is a convenience which creates an instance of the {@link ListFlowDefinitionsRequest.Builder} avoiding the * need to create one manually via {@link ListFlowDefinitionsRequest#builder()} *

* * @param listFlowDefinitionsRequest * A {@link Consumer} that will call methods on {@link ListFlowDefinitionsRequest.Builder} to create a * request. * @return A Java Future containing the result of the ListFlowDefinitions operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListFlowDefinitions * @see AWS * API Documentation */ default CompletableFuture listFlowDefinitions( Consumer listFlowDefinitionsRequest) { return listFlowDefinitions(ListFlowDefinitionsRequest.builder().applyMutation(listFlowDefinitionsRequest).build()); } /** *

* Returns information about the flow definitions in your account. *

*
*

* This is a variant of * {@link #listFlowDefinitions(software.amazon.awssdk.services.sagemaker.model.ListFlowDefinitionsRequest)} * operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. * SDK will internally handle making service calls for you. *

*

* When the operation is called, an instance of this class is returned. At this point, no service calls are made yet * and so there is no guarantee that the request is valid. If there are errors in your request, you will see the * failures only after you start streaming the data. The subscribe method should be called as a request to start * streaming data. For more info, see * {@link org.reactivestreams.Publisher#subscribe(org.reactivestreams.Subscriber)}. Each call to the subscribe * method will result in a new {@link org.reactivestreams.Subscription} i.e., a new contract to stream data from the * starting request. *

* *

* The following are few ways to use the response class: *

* 1) Using the subscribe helper method * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListFlowDefinitionsPublisher publisher = client.listFlowDefinitionsPaginator(request);
     * CompletableFuture future = publisher.subscribe(res -> { // Do something with the response });
     * future.get();
     * }
     * 
* * 2) Using a custom subscriber * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListFlowDefinitionsPublisher publisher = client.listFlowDefinitionsPaginator(request);
     * publisher.subscribe(new Subscriber() {
     * 
     * public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
     * 
     * 
     * public void onNext(software.amazon.awssdk.services.sagemaker.model.ListFlowDefinitionsResponse response) { //... };
     * });}
     * 
* * As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2. *

* Please notice that the configuration of MaxResults won't limit the number of results you get with the * paginator. It only limits the number of results in each page. *

*

* Note: If you prefer to have control on service calls, use the * {@link #listFlowDefinitions(software.amazon.awssdk.services.sagemaker.model.ListFlowDefinitionsRequest)} * operation. *

* * @param listFlowDefinitionsRequest * @return A custom publisher that can be subscribed to request a stream of response pages.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListFlowDefinitions * @see AWS * API Documentation */ default ListFlowDefinitionsPublisher listFlowDefinitionsPaginator(ListFlowDefinitionsRequest listFlowDefinitionsRequest) { throw new UnsupportedOperationException(); } /** *

* Returns information about the flow definitions in your account. *

*
*

* This is a variant of * {@link #listFlowDefinitions(software.amazon.awssdk.services.sagemaker.model.ListFlowDefinitionsRequest)} * operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. * SDK will internally handle making service calls for you. *

*

* When the operation is called, an instance of this class is returned. At this point, no service calls are made yet * and so there is no guarantee that the request is valid. If there are errors in your request, you will see the * failures only after you start streaming the data. The subscribe method should be called as a request to start * streaming data. For more info, see * {@link org.reactivestreams.Publisher#subscribe(org.reactivestreams.Subscriber)}. Each call to the subscribe * method will result in a new {@link org.reactivestreams.Subscription} i.e., a new contract to stream data from the * starting request. *

* *

* The following are few ways to use the response class: *

* 1) Using the subscribe helper method * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListFlowDefinitionsPublisher publisher = client.listFlowDefinitionsPaginator(request);
     * CompletableFuture future = publisher.subscribe(res -> { // Do something with the response });
     * future.get();
     * }
     * 
* * 2) Using a custom subscriber * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListFlowDefinitionsPublisher publisher = client.listFlowDefinitionsPaginator(request);
     * publisher.subscribe(new Subscriber() {
     * 
     * public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
     * 
     * 
     * public void onNext(software.amazon.awssdk.services.sagemaker.model.ListFlowDefinitionsResponse response) { //... };
     * });}
     * 
* * As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2. *

* Please notice that the configuration of MaxResults won't limit the number of results you get with the * paginator. It only limits the number of results in each page. *

*

* Note: If you prefer to have control on service calls, use the * {@link #listFlowDefinitions(software.amazon.awssdk.services.sagemaker.model.ListFlowDefinitionsRequest)} * operation. *

*

* This is a convenience which creates an instance of the {@link ListFlowDefinitionsRequest.Builder} avoiding the * need to create one manually via {@link ListFlowDefinitionsRequest#builder()} *

* * @param listFlowDefinitionsRequest * A {@link Consumer} that will call methods on {@link ListFlowDefinitionsRequest.Builder} to create a * request. * @return A custom publisher that can be subscribed to request a stream of response pages.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListFlowDefinitions * @see AWS * API Documentation */ default ListFlowDefinitionsPublisher listFlowDefinitionsPaginator( Consumer listFlowDefinitionsRequest) { return listFlowDefinitionsPaginator(ListFlowDefinitionsRequest.builder().applyMutation(listFlowDefinitionsRequest) .build()); } /** *

* Returns information about the human task user interfaces in your account. *

* * @param listHumanTaskUisRequest * @return A Java Future containing the result of the ListHumanTaskUis operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListHumanTaskUis * @see AWS API * Documentation */ default CompletableFuture listHumanTaskUis(ListHumanTaskUisRequest listHumanTaskUisRequest) { throw new UnsupportedOperationException(); } /** *

* Returns information about the human task user interfaces in your account. *

*
*

* This is a convenience which creates an instance of the {@link ListHumanTaskUisRequest.Builder} avoiding the need * to create one manually via {@link ListHumanTaskUisRequest#builder()} *

* * @param listHumanTaskUisRequest * A {@link Consumer} that will call methods on {@link ListHumanTaskUisRequest.Builder} to create a request. * @return A Java Future containing the result of the ListHumanTaskUis operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListHumanTaskUis * @see AWS API * Documentation */ default CompletableFuture listHumanTaskUis( Consumer listHumanTaskUisRequest) { return listHumanTaskUis(ListHumanTaskUisRequest.builder().applyMutation(listHumanTaskUisRequest).build()); } /** *

* Returns information about the human task user interfaces in your account. *

*
*

* This is a variant of * {@link #listHumanTaskUis(software.amazon.awssdk.services.sagemaker.model.ListHumanTaskUisRequest)} operation. The * return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will * internally handle making service calls for you. *

*

* When the operation is called, an instance of this class is returned. At this point, no service calls are made yet * and so there is no guarantee that the request is valid. If there are errors in your request, you will see the * failures only after you start streaming the data. The subscribe method should be called as a request to start * streaming data. For more info, see * {@link org.reactivestreams.Publisher#subscribe(org.reactivestreams.Subscriber)}. Each call to the subscribe * method will result in a new {@link org.reactivestreams.Subscription} i.e., a new contract to stream data from the * starting request. *

* *

* The following are few ways to use the response class: *

* 1) Using the subscribe helper method * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListHumanTaskUisPublisher publisher = client.listHumanTaskUisPaginator(request);
     * CompletableFuture future = publisher.subscribe(res -> { // Do something with the response });
     * future.get();
     * }
     * 
* * 2) Using a custom subscriber * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListHumanTaskUisPublisher publisher = client.listHumanTaskUisPaginator(request);
     * publisher.subscribe(new Subscriber() {
     * 
     * public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
     * 
     * 
     * public void onNext(software.amazon.awssdk.services.sagemaker.model.ListHumanTaskUisResponse response) { //... };
     * });}
     * 
* * As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2. *

* Please notice that the configuration of MaxResults won't limit the number of results you get with the * paginator. It only limits the number of results in each page. *

*

* Note: If you prefer to have control on service calls, use the * {@link #listHumanTaskUis(software.amazon.awssdk.services.sagemaker.model.ListHumanTaskUisRequest)} operation. *

* * @param listHumanTaskUisRequest * @return A custom publisher that can be subscribed to request a stream of response pages.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListHumanTaskUis * @see AWS API * Documentation */ default ListHumanTaskUisPublisher listHumanTaskUisPaginator(ListHumanTaskUisRequest listHumanTaskUisRequest) { throw new UnsupportedOperationException(); } /** *

* Returns information about the human task user interfaces in your account. *

*
*

* This is a variant of * {@link #listHumanTaskUis(software.amazon.awssdk.services.sagemaker.model.ListHumanTaskUisRequest)} operation. The * return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will * internally handle making service calls for you. *

*

* When the operation is called, an instance of this class is returned. At this point, no service calls are made yet * and so there is no guarantee that the request is valid. If there are errors in your request, you will see the * failures only after you start streaming the data. The subscribe method should be called as a request to start * streaming data. For more info, see * {@link org.reactivestreams.Publisher#subscribe(org.reactivestreams.Subscriber)}. Each call to the subscribe * method will result in a new {@link org.reactivestreams.Subscription} i.e., a new contract to stream data from the * starting request. *

* *

* The following are few ways to use the response class: *

* 1) Using the subscribe helper method * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListHumanTaskUisPublisher publisher = client.listHumanTaskUisPaginator(request);
     * CompletableFuture future = publisher.subscribe(res -> { // Do something with the response });
     * future.get();
     * }
     * 
* * 2) Using a custom subscriber * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListHumanTaskUisPublisher publisher = client.listHumanTaskUisPaginator(request);
     * publisher.subscribe(new Subscriber() {
     * 
     * public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
     * 
     * 
     * public void onNext(software.amazon.awssdk.services.sagemaker.model.ListHumanTaskUisResponse response) { //... };
     * });}
     * 
* * As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2. *

* Please notice that the configuration of MaxResults won't limit the number of results you get with the * paginator. It only limits the number of results in each page. *

*

* Note: If you prefer to have control on service calls, use the * {@link #listHumanTaskUis(software.amazon.awssdk.services.sagemaker.model.ListHumanTaskUisRequest)} operation. *

*

* This is a convenience which creates an instance of the {@link ListHumanTaskUisRequest.Builder} avoiding the need * to create one manually via {@link ListHumanTaskUisRequest#builder()} *

* * @param listHumanTaskUisRequest * A {@link Consumer} that will call methods on {@link ListHumanTaskUisRequest.Builder} to create a request. * @return A custom publisher that can be subscribed to request a stream of response pages.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListHumanTaskUis * @see AWS API * Documentation */ default ListHumanTaskUisPublisher listHumanTaskUisPaginator(Consumer listHumanTaskUisRequest) { return listHumanTaskUisPaginator(ListHumanTaskUisRequest.builder().applyMutation(listHumanTaskUisRequest).build()); } /** *

* Gets a list of HyperParameterTuningJobSummary objects that describe the hyperparameter tuning jobs * launched in your account. *

* * @param listHyperParameterTuningJobsRequest * @return A Java Future containing the result of the ListHyperParameterTuningJobs operation returned by the * service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListHyperParameterTuningJobs * @see AWS API Documentation */ default CompletableFuture listHyperParameterTuningJobs( ListHyperParameterTuningJobsRequest listHyperParameterTuningJobsRequest) { throw new UnsupportedOperationException(); } /** *

* Gets a list of HyperParameterTuningJobSummary objects that describe the hyperparameter tuning jobs * launched in your account. *

*
*

* This is a convenience which creates an instance of the {@link ListHyperParameterTuningJobsRequest.Builder} * avoiding the need to create one manually via {@link ListHyperParameterTuningJobsRequest#builder()} *

* * @param listHyperParameterTuningJobsRequest * A {@link Consumer} that will call methods on {@link ListHyperParameterTuningJobsRequest.Builder} to create * a request. * @return A Java Future containing the result of the ListHyperParameterTuningJobs operation returned by the * service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListHyperParameterTuningJobs * @see AWS API Documentation */ default CompletableFuture listHyperParameterTuningJobs( Consumer listHyperParameterTuningJobsRequest) { return listHyperParameterTuningJobs(ListHyperParameterTuningJobsRequest.builder() .applyMutation(listHyperParameterTuningJobsRequest).build()); } /** *

* Gets a list of HyperParameterTuningJobSummary objects that describe the hyperparameter tuning jobs * launched in your account. *

* * @return A Java Future containing the result of the ListHyperParameterTuningJobs operation returned by the * service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListHyperParameterTuningJobs * @see AWS API Documentation */ default CompletableFuture listHyperParameterTuningJobs() { return listHyperParameterTuningJobs(ListHyperParameterTuningJobsRequest.builder().build()); } /** *

* Gets a list of HyperParameterTuningJobSummary objects that describe the hyperparameter tuning jobs * launched in your account. *

*
*

* This is a variant of * {@link #listHyperParameterTuningJobs(software.amazon.awssdk.services.sagemaker.model.ListHyperParameterTuningJobsRequest)} * operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. * SDK will internally handle making service calls for you. *

*

* When the operation is called, an instance of this class is returned. At this point, no service calls are made yet * and so there is no guarantee that the request is valid. If there are errors in your request, you will see the * failures only after you start streaming the data. The subscribe method should be called as a request to start * streaming data. For more info, see * {@link org.reactivestreams.Publisher#subscribe(org.reactivestreams.Subscriber)}. Each call to the subscribe * method will result in a new {@link org.reactivestreams.Subscription} i.e., a new contract to stream data from the * starting request. *

* *

* The following are few ways to use the response class: *

* 1) Using the subscribe helper method * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListHyperParameterTuningJobsPublisher publisher = client.listHyperParameterTuningJobsPaginator(request);
     * CompletableFuture future = publisher.subscribe(res -> { // Do something with the response });
     * future.get();
     * }
     * 
* * 2) Using a custom subscriber * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListHyperParameterTuningJobsPublisher publisher = client.listHyperParameterTuningJobsPaginator(request);
     * publisher.subscribe(new Subscriber() {
     * 
     * public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
     * 
     * 
     * public void onNext(software.amazon.awssdk.services.sagemaker.model.ListHyperParameterTuningJobsResponse response) { //... };
     * });}
     * 
* * As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2. *

* Please notice that the configuration of MaxResults won't limit the number of results you get with the * paginator. It only limits the number of results in each page. *

*

* Note: If you prefer to have control on service calls, use the * {@link #listHyperParameterTuningJobs(software.amazon.awssdk.services.sagemaker.model.ListHyperParameterTuningJobsRequest)} * operation. *

* * @return A custom publisher that can be subscribed to request a stream of response pages.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListHyperParameterTuningJobs * @see AWS API Documentation */ default ListHyperParameterTuningJobsPublisher listHyperParameterTuningJobsPaginator() { return listHyperParameterTuningJobsPaginator(ListHyperParameterTuningJobsRequest.builder().build()); } /** *

* Gets a list of HyperParameterTuningJobSummary objects that describe the hyperparameter tuning jobs * launched in your account. *

*
*

* This is a variant of * {@link #listHyperParameterTuningJobs(software.amazon.awssdk.services.sagemaker.model.ListHyperParameterTuningJobsRequest)} * operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. * SDK will internally handle making service calls for you. *

*

* When the operation is called, an instance of this class is returned. At this point, no service calls are made yet * and so there is no guarantee that the request is valid. If there are errors in your request, you will see the * failures only after you start streaming the data. The subscribe method should be called as a request to start * streaming data. For more info, see * {@link org.reactivestreams.Publisher#subscribe(org.reactivestreams.Subscriber)}. Each call to the subscribe * method will result in a new {@link org.reactivestreams.Subscription} i.e., a new contract to stream data from the * starting request. *

* *

* The following are few ways to use the response class: *

* 1) Using the subscribe helper method * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListHyperParameterTuningJobsPublisher publisher = client.listHyperParameterTuningJobsPaginator(request);
     * CompletableFuture future = publisher.subscribe(res -> { // Do something with the response });
     * future.get();
     * }
     * 
* * 2) Using a custom subscriber * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListHyperParameterTuningJobsPublisher publisher = client.listHyperParameterTuningJobsPaginator(request);
     * publisher.subscribe(new Subscriber() {
     * 
     * public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
     * 
     * 
     * public void onNext(software.amazon.awssdk.services.sagemaker.model.ListHyperParameterTuningJobsResponse response) { //... };
     * });}
     * 
* * As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2. *

* Please notice that the configuration of MaxResults won't limit the number of results you get with the * paginator. It only limits the number of results in each page. *

*

* Note: If you prefer to have control on service calls, use the * {@link #listHyperParameterTuningJobs(software.amazon.awssdk.services.sagemaker.model.ListHyperParameterTuningJobsRequest)} * operation. *

* * @param listHyperParameterTuningJobsRequest * @return A custom publisher that can be subscribed to request a stream of response pages.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListHyperParameterTuningJobs * @see AWS API Documentation */ default ListHyperParameterTuningJobsPublisher listHyperParameterTuningJobsPaginator( ListHyperParameterTuningJobsRequest listHyperParameterTuningJobsRequest) { throw new UnsupportedOperationException(); } /** *

* Gets a list of HyperParameterTuningJobSummary objects that describe the hyperparameter tuning jobs * launched in your account. *

*
*

* This is a variant of * {@link #listHyperParameterTuningJobs(software.amazon.awssdk.services.sagemaker.model.ListHyperParameterTuningJobsRequest)} * operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. * SDK will internally handle making service calls for you. *

*

* When the operation is called, an instance of this class is returned. At this point, no service calls are made yet * and so there is no guarantee that the request is valid. If there are errors in your request, you will see the * failures only after you start streaming the data. The subscribe method should be called as a request to start * streaming data. For more info, see * {@link org.reactivestreams.Publisher#subscribe(org.reactivestreams.Subscriber)}. Each call to the subscribe * method will result in a new {@link org.reactivestreams.Subscription} i.e., a new contract to stream data from the * starting request. *

* *

* The following are few ways to use the response class: *

* 1) Using the subscribe helper method * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListHyperParameterTuningJobsPublisher publisher = client.listHyperParameterTuningJobsPaginator(request);
     * CompletableFuture future = publisher.subscribe(res -> { // Do something with the response });
     * future.get();
     * }
     * 
* * 2) Using a custom subscriber * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListHyperParameterTuningJobsPublisher publisher = client.listHyperParameterTuningJobsPaginator(request);
     * publisher.subscribe(new Subscriber() {
     * 
     * public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
     * 
     * 
     * public void onNext(software.amazon.awssdk.services.sagemaker.model.ListHyperParameterTuningJobsResponse response) { //... };
     * });}
     * 
* * As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2. *

* Please notice that the configuration of MaxResults won't limit the number of results you get with the * paginator. It only limits the number of results in each page. *

*

* Note: If you prefer to have control on service calls, use the * {@link #listHyperParameterTuningJobs(software.amazon.awssdk.services.sagemaker.model.ListHyperParameterTuningJobsRequest)} * operation. *

*

* This is a convenience which creates an instance of the {@link ListHyperParameterTuningJobsRequest.Builder} * avoiding the need to create one manually via {@link ListHyperParameterTuningJobsRequest#builder()} *

* * @param listHyperParameterTuningJobsRequest * A {@link Consumer} that will call methods on {@link ListHyperParameterTuningJobsRequest.Builder} to create * a request. * @return A custom publisher that can be subscribed to request a stream of response pages.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListHyperParameterTuningJobs * @see AWS API Documentation */ default ListHyperParameterTuningJobsPublisher listHyperParameterTuningJobsPaginator( Consumer listHyperParameterTuningJobsRequest) { return listHyperParameterTuningJobsPaginator(ListHyperParameterTuningJobsRequest.builder() .applyMutation(listHyperParameterTuningJobsRequest).build()); } /** *

* Lists the versions of a specified image and their properties. The list can be filtered by creation time or * modified time. *

* * @param listImageVersionsRequest * @return A Java Future containing the result of the ListImageVersions operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListImageVersions * @see AWS * API Documentation */ default CompletableFuture listImageVersions(ListImageVersionsRequest listImageVersionsRequest) { throw new UnsupportedOperationException(); } /** *

* Lists the versions of a specified image and their properties. The list can be filtered by creation time or * modified time. *

*
*

* This is a convenience which creates an instance of the {@link ListImageVersionsRequest.Builder} avoiding the need * to create one manually via {@link ListImageVersionsRequest#builder()} *

* * @param listImageVersionsRequest * A {@link Consumer} that will call methods on {@link ListImageVersionsRequest.Builder} to create a request. * @return A Java Future containing the result of the ListImageVersions operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListImageVersions * @see AWS * API Documentation */ default CompletableFuture listImageVersions( Consumer listImageVersionsRequest) { return listImageVersions(ListImageVersionsRequest.builder().applyMutation(listImageVersionsRequest).build()); } /** *

* Lists the versions of a specified image and their properties. The list can be filtered by creation time or * modified time. *

*
*

* This is a variant of * {@link #listImageVersions(software.amazon.awssdk.services.sagemaker.model.ListImageVersionsRequest)} operation. * The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will * internally handle making service calls for you. *

*

* When the operation is called, an instance of this class is returned. At this point, no service calls are made yet * and so there is no guarantee that the request is valid. If there are errors in your request, you will see the * failures only after you start streaming the data. The subscribe method should be called as a request to start * streaming data. For more info, see * {@link org.reactivestreams.Publisher#subscribe(org.reactivestreams.Subscriber)}. Each call to the subscribe * method will result in a new {@link org.reactivestreams.Subscription} i.e., a new contract to stream data from the * starting request. *

* *

* The following are few ways to use the response class: *

* 1) Using the subscribe helper method * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListImageVersionsPublisher publisher = client.listImageVersionsPaginator(request);
     * CompletableFuture future = publisher.subscribe(res -> { // Do something with the response });
     * future.get();
     * }
     * 
* * 2) Using a custom subscriber * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListImageVersionsPublisher publisher = client.listImageVersionsPaginator(request);
     * publisher.subscribe(new Subscriber() {
     * 
     * public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
     * 
     * 
     * public void onNext(software.amazon.awssdk.services.sagemaker.model.ListImageVersionsResponse response) { //... };
     * });}
     * 
* * As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2. *

* Please notice that the configuration of MaxResults won't limit the number of results you get with the * paginator. It only limits the number of results in each page. *

*

* Note: If you prefer to have control on service calls, use the * {@link #listImageVersions(software.amazon.awssdk.services.sagemaker.model.ListImageVersionsRequest)} * operation. *

* * @param listImageVersionsRequest * @return A custom publisher that can be subscribed to request a stream of response pages.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListImageVersions * @see AWS * API Documentation */ default ListImageVersionsPublisher listImageVersionsPaginator(ListImageVersionsRequest listImageVersionsRequest) { throw new UnsupportedOperationException(); } /** *

* Lists the versions of a specified image and their properties. The list can be filtered by creation time or * modified time. *

*
*

* This is a variant of * {@link #listImageVersions(software.amazon.awssdk.services.sagemaker.model.ListImageVersionsRequest)} operation. * The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will * internally handle making service calls for you. *

*

* When the operation is called, an instance of this class is returned. At this point, no service calls are made yet * and so there is no guarantee that the request is valid. If there are errors in your request, you will see the * failures only after you start streaming the data. The subscribe method should be called as a request to start * streaming data. For more info, see * {@link org.reactivestreams.Publisher#subscribe(org.reactivestreams.Subscriber)}. Each call to the subscribe * method will result in a new {@link org.reactivestreams.Subscription} i.e., a new contract to stream data from the * starting request. *

* *

* The following are few ways to use the response class: *

* 1) Using the subscribe helper method * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListImageVersionsPublisher publisher = client.listImageVersionsPaginator(request);
     * CompletableFuture future = publisher.subscribe(res -> { // Do something with the response });
     * future.get();
     * }
     * 
* * 2) Using a custom subscriber * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListImageVersionsPublisher publisher = client.listImageVersionsPaginator(request);
     * publisher.subscribe(new Subscriber() {
     * 
     * public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
     * 
     * 
     * public void onNext(software.amazon.awssdk.services.sagemaker.model.ListImageVersionsResponse response) { //... };
     * });}
     * 
* * As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2. *

* Please notice that the configuration of MaxResults won't limit the number of results you get with the * paginator. It only limits the number of results in each page. *

*

* Note: If you prefer to have control on service calls, use the * {@link #listImageVersions(software.amazon.awssdk.services.sagemaker.model.ListImageVersionsRequest)} * operation. *

*

* This is a convenience which creates an instance of the {@link ListImageVersionsRequest.Builder} avoiding the need * to create one manually via {@link ListImageVersionsRequest#builder()} *

* * @param listImageVersionsRequest * A {@link Consumer} that will call methods on {@link ListImageVersionsRequest.Builder} to create a request. * @return A custom publisher that can be subscribed to request a stream of response pages.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListImageVersions * @see AWS * API Documentation */ default ListImageVersionsPublisher listImageVersionsPaginator( Consumer listImageVersionsRequest) { return listImageVersionsPaginator(ListImageVersionsRequest.builder().applyMutation(listImageVersionsRequest).build()); } /** *

* Lists the images in your account and their properties. The list can be filtered by creation time or modified * time, and whether the image name contains a specified string. *

* * @param listImagesRequest * @return A Java Future containing the result of the ListImages operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListImages * @see AWS API * Documentation */ default CompletableFuture listImages(ListImagesRequest listImagesRequest) { throw new UnsupportedOperationException(); } /** *

* Lists the images in your account and their properties. The list can be filtered by creation time or modified * time, and whether the image name contains a specified string. *

*
*

* This is a convenience which creates an instance of the {@link ListImagesRequest.Builder} avoiding the need to * create one manually via {@link ListImagesRequest#builder()} *

* * @param listImagesRequest * A {@link Consumer} that will call methods on {@link ListImagesRequest.Builder} to create a request. * @return A Java Future containing the result of the ListImages operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListImages * @see AWS API * Documentation */ default CompletableFuture listImages(Consumer listImagesRequest) { return listImages(ListImagesRequest.builder().applyMutation(listImagesRequest).build()); } /** *

* Lists the images in your account and their properties. The list can be filtered by creation time or modified * time, and whether the image name contains a specified string. *

*
*

* This is a variant of {@link #listImages(software.amazon.awssdk.services.sagemaker.model.ListImagesRequest)} * operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. * SDK will internally handle making service calls for you. *

*

* When the operation is called, an instance of this class is returned. At this point, no service calls are made yet * and so there is no guarantee that the request is valid. If there are errors in your request, you will see the * failures only after you start streaming the data. The subscribe method should be called as a request to start * streaming data. For more info, see * {@link org.reactivestreams.Publisher#subscribe(org.reactivestreams.Subscriber)}. Each call to the subscribe * method will result in a new {@link org.reactivestreams.Subscription} i.e., a new contract to stream data from the * starting request. *

* *

* The following are few ways to use the response class: *

* 1) Using the subscribe helper method * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListImagesPublisher publisher = client.listImagesPaginator(request);
     * CompletableFuture future = publisher.subscribe(res -> { // Do something with the response });
     * future.get();
     * }
     * 
* * 2) Using a custom subscriber * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListImagesPublisher publisher = client.listImagesPaginator(request);
     * publisher.subscribe(new Subscriber() {
     * 
     * public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
     * 
     * 
     * public void onNext(software.amazon.awssdk.services.sagemaker.model.ListImagesResponse response) { //... };
     * });}
     * 
* * As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2. *

* Please notice that the configuration of MaxResults won't limit the number of results you get with the * paginator. It only limits the number of results in each page. *

*

* Note: If you prefer to have control on service calls, use the * {@link #listImages(software.amazon.awssdk.services.sagemaker.model.ListImagesRequest)} operation. *

* * @param listImagesRequest * @return A custom publisher that can be subscribed to request a stream of response pages.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListImages * @see AWS API * Documentation */ default ListImagesPublisher listImagesPaginator(ListImagesRequest listImagesRequest) { throw new UnsupportedOperationException(); } /** *

* Lists the images in your account and their properties. The list can be filtered by creation time or modified * time, and whether the image name contains a specified string. *

*
*

* This is a variant of {@link #listImages(software.amazon.awssdk.services.sagemaker.model.ListImagesRequest)} * operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. * SDK will internally handle making service calls for you. *

*

* When the operation is called, an instance of this class is returned. At this point, no service calls are made yet * and so there is no guarantee that the request is valid. If there are errors in your request, you will see the * failures only after you start streaming the data. The subscribe method should be called as a request to start * streaming data. For more info, see * {@link org.reactivestreams.Publisher#subscribe(org.reactivestreams.Subscriber)}. Each call to the subscribe * method will result in a new {@link org.reactivestreams.Subscription} i.e., a new contract to stream data from the * starting request. *

* *

* The following are few ways to use the response class: *

* 1) Using the subscribe helper method * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListImagesPublisher publisher = client.listImagesPaginator(request);
     * CompletableFuture future = publisher.subscribe(res -> { // Do something with the response });
     * future.get();
     * }
     * 
* * 2) Using a custom subscriber * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListImagesPublisher publisher = client.listImagesPaginator(request);
     * publisher.subscribe(new Subscriber() {
     * 
     * public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
     * 
     * 
     * public void onNext(software.amazon.awssdk.services.sagemaker.model.ListImagesResponse response) { //... };
     * });}
     * 
* * As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2. *

* Please notice that the configuration of MaxResults won't limit the number of results you get with the * paginator. It only limits the number of results in each page. *

*

* Note: If you prefer to have control on service calls, use the * {@link #listImages(software.amazon.awssdk.services.sagemaker.model.ListImagesRequest)} operation. *

*

* This is a convenience which creates an instance of the {@link ListImagesRequest.Builder} avoiding the need to * create one manually via {@link ListImagesRequest#builder()} *

* * @param listImagesRequest * A {@link Consumer} that will call methods on {@link ListImagesRequest.Builder} to create a request. * @return A custom publisher that can be subscribed to request a stream of response pages.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListImages * @see AWS API * Documentation */ default ListImagesPublisher listImagesPaginator(Consumer listImagesRequest) { return listImagesPaginator(ListImagesRequest.builder().applyMutation(listImagesRequest).build()); } /** *

* Gets a list of labeling jobs. *

* * @param listLabelingJobsRequest * @return A Java Future containing the result of the ListLabelingJobs operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListLabelingJobs * @see AWS API * Documentation */ default CompletableFuture listLabelingJobs(ListLabelingJobsRequest listLabelingJobsRequest) { throw new UnsupportedOperationException(); } /** *

* Gets a list of labeling jobs. *

*
*

* This is a convenience which creates an instance of the {@link ListLabelingJobsRequest.Builder} avoiding the need * to create one manually via {@link ListLabelingJobsRequest#builder()} *

* * @param listLabelingJobsRequest * A {@link Consumer} that will call methods on {@link ListLabelingJobsRequest.Builder} to create a request. * @return A Java Future containing the result of the ListLabelingJobs operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListLabelingJobs * @see AWS API * Documentation */ default CompletableFuture listLabelingJobs( Consumer listLabelingJobsRequest) { return listLabelingJobs(ListLabelingJobsRequest.builder().applyMutation(listLabelingJobsRequest).build()); } /** *

* Gets a list of labeling jobs. *

* * @return A Java Future containing the result of the ListLabelingJobs operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListLabelingJobs * @see AWS API * Documentation */ default CompletableFuture listLabelingJobs() { return listLabelingJobs(ListLabelingJobsRequest.builder().build()); } /** *

* Gets a list of labeling jobs assigned to a specified work team. *

* * @param listLabelingJobsForWorkteamRequest * @return A Java Future containing the result of the ListLabelingJobsForWorkteam operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListLabelingJobsForWorkteam * @see AWS API Documentation */ default CompletableFuture listLabelingJobsForWorkteam( ListLabelingJobsForWorkteamRequest listLabelingJobsForWorkteamRequest) { throw new UnsupportedOperationException(); } /** *

* Gets a list of labeling jobs assigned to a specified work team. *

*
*

* This is a convenience which creates an instance of the {@link ListLabelingJobsForWorkteamRequest.Builder} * avoiding the need to create one manually via {@link ListLabelingJobsForWorkteamRequest#builder()} *

* * @param listLabelingJobsForWorkteamRequest * A {@link Consumer} that will call methods on {@link ListLabelingJobsForWorkteamRequest.Builder} to create * a request. * @return A Java Future containing the result of the ListLabelingJobsForWorkteam operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListLabelingJobsForWorkteam * @see AWS API Documentation */ default CompletableFuture listLabelingJobsForWorkteam( Consumer listLabelingJobsForWorkteamRequest) { return listLabelingJobsForWorkteam(ListLabelingJobsForWorkteamRequest.builder() .applyMutation(listLabelingJobsForWorkteamRequest).build()); } /** *

* Gets a list of labeling jobs assigned to a specified work team. *

*
*

* This is a variant of * {@link #listLabelingJobsForWorkteam(software.amazon.awssdk.services.sagemaker.model.ListLabelingJobsForWorkteamRequest)} * operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. * SDK will internally handle making service calls for you. *

*

* When the operation is called, an instance of this class is returned. At this point, no service calls are made yet * and so there is no guarantee that the request is valid. If there are errors in your request, you will see the * failures only after you start streaming the data. The subscribe method should be called as a request to start * streaming data. For more info, see * {@link org.reactivestreams.Publisher#subscribe(org.reactivestreams.Subscriber)}. Each call to the subscribe * method will result in a new {@link org.reactivestreams.Subscription} i.e., a new contract to stream data from the * starting request. *

* *

* The following are few ways to use the response class: *

* 1) Using the subscribe helper method * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListLabelingJobsForWorkteamPublisher publisher = client.listLabelingJobsForWorkteamPaginator(request);
     * CompletableFuture future = publisher.subscribe(res -> { // Do something with the response });
     * future.get();
     * }
     * 
* * 2) Using a custom subscriber * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListLabelingJobsForWorkteamPublisher publisher = client.listLabelingJobsForWorkteamPaginator(request);
     * publisher.subscribe(new Subscriber() {
     * 
     * public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
     * 
     * 
     * public void onNext(software.amazon.awssdk.services.sagemaker.model.ListLabelingJobsForWorkteamResponse response) { //... };
     * });}
     * 
* * As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2. *

* Please notice that the configuration of MaxResults won't limit the number of results you get with the * paginator. It only limits the number of results in each page. *

*

* Note: If you prefer to have control on service calls, use the * {@link #listLabelingJobsForWorkteam(software.amazon.awssdk.services.sagemaker.model.ListLabelingJobsForWorkteamRequest)} * operation. *

* * @param listLabelingJobsForWorkteamRequest * @return A custom publisher that can be subscribed to request a stream of response pages.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListLabelingJobsForWorkteam * @see AWS API Documentation */ default ListLabelingJobsForWorkteamPublisher listLabelingJobsForWorkteamPaginator( ListLabelingJobsForWorkteamRequest listLabelingJobsForWorkteamRequest) { throw new UnsupportedOperationException(); } /** *

* Gets a list of labeling jobs assigned to a specified work team. *

*
*

* This is a variant of * {@link #listLabelingJobsForWorkteam(software.amazon.awssdk.services.sagemaker.model.ListLabelingJobsForWorkteamRequest)} * operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. * SDK will internally handle making service calls for you. *

*

* When the operation is called, an instance of this class is returned. At this point, no service calls are made yet * and so there is no guarantee that the request is valid. If there are errors in your request, you will see the * failures only after you start streaming the data. The subscribe method should be called as a request to start * streaming data. For more info, see * {@link org.reactivestreams.Publisher#subscribe(org.reactivestreams.Subscriber)}. Each call to the subscribe * method will result in a new {@link org.reactivestreams.Subscription} i.e., a new contract to stream data from the * starting request. *

* *

* The following are few ways to use the response class: *

* 1) Using the subscribe helper method * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListLabelingJobsForWorkteamPublisher publisher = client.listLabelingJobsForWorkteamPaginator(request);
     * CompletableFuture future = publisher.subscribe(res -> { // Do something with the response });
     * future.get();
     * }
     * 
* * 2) Using a custom subscriber * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListLabelingJobsForWorkteamPublisher publisher = client.listLabelingJobsForWorkteamPaginator(request);
     * publisher.subscribe(new Subscriber() {
     * 
     * public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
     * 
     * 
     * public void onNext(software.amazon.awssdk.services.sagemaker.model.ListLabelingJobsForWorkteamResponse response) { //... };
     * });}
     * 
* * As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2. *

* Please notice that the configuration of MaxResults won't limit the number of results you get with the * paginator. It only limits the number of results in each page. *

*

* Note: If you prefer to have control on service calls, use the * {@link #listLabelingJobsForWorkteam(software.amazon.awssdk.services.sagemaker.model.ListLabelingJobsForWorkteamRequest)} * operation. *

*

* This is a convenience which creates an instance of the {@link ListLabelingJobsForWorkteamRequest.Builder} * avoiding the need to create one manually via {@link ListLabelingJobsForWorkteamRequest#builder()} *

* * @param listLabelingJobsForWorkteamRequest * A {@link Consumer} that will call methods on {@link ListLabelingJobsForWorkteamRequest.Builder} to create * a request. * @return A custom publisher that can be subscribed to request a stream of response pages.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListLabelingJobsForWorkteam * @see AWS API Documentation */ default ListLabelingJobsForWorkteamPublisher listLabelingJobsForWorkteamPaginator( Consumer listLabelingJobsForWorkteamRequest) { return listLabelingJobsForWorkteamPaginator(ListLabelingJobsForWorkteamRequest.builder() .applyMutation(listLabelingJobsForWorkteamRequest).build()); } /** *

* Gets a list of labeling jobs. *

*
*

* This is a variant of * {@link #listLabelingJobs(software.amazon.awssdk.services.sagemaker.model.ListLabelingJobsRequest)} operation. The * return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will * internally handle making service calls for you. *

*

* When the operation is called, an instance of this class is returned. At this point, no service calls are made yet * and so there is no guarantee that the request is valid. If there are errors in your request, you will see the * failures only after you start streaming the data. The subscribe method should be called as a request to start * streaming data. For more info, see * {@link org.reactivestreams.Publisher#subscribe(org.reactivestreams.Subscriber)}. Each call to the subscribe * method will result in a new {@link org.reactivestreams.Subscription} i.e., a new contract to stream data from the * starting request. *

* *

* The following are few ways to use the response class: *

* 1) Using the subscribe helper method * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListLabelingJobsPublisher publisher = client.listLabelingJobsPaginator(request);
     * CompletableFuture future = publisher.subscribe(res -> { // Do something with the response });
     * future.get();
     * }
     * 
* * 2) Using a custom subscriber * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListLabelingJobsPublisher publisher = client.listLabelingJobsPaginator(request);
     * publisher.subscribe(new Subscriber() {
     * 
     * public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
     * 
     * 
     * public void onNext(software.amazon.awssdk.services.sagemaker.model.ListLabelingJobsResponse response) { //... };
     * });}
     * 
* * As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2. *

* Please notice that the configuration of MaxResults won't limit the number of results you get with the * paginator. It only limits the number of results in each page. *

*

* Note: If you prefer to have control on service calls, use the * {@link #listLabelingJobs(software.amazon.awssdk.services.sagemaker.model.ListLabelingJobsRequest)} operation. *

* * @return A custom publisher that can be subscribed to request a stream of response pages.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListLabelingJobs * @see AWS API * Documentation */ default ListLabelingJobsPublisher listLabelingJobsPaginator() { return listLabelingJobsPaginator(ListLabelingJobsRequest.builder().build()); } /** *

* Gets a list of labeling jobs. *

*
*

* This is a variant of * {@link #listLabelingJobs(software.amazon.awssdk.services.sagemaker.model.ListLabelingJobsRequest)} operation. The * return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will * internally handle making service calls for you. *

*

* When the operation is called, an instance of this class is returned. At this point, no service calls are made yet * and so there is no guarantee that the request is valid. If there are errors in your request, you will see the * failures only after you start streaming the data. The subscribe method should be called as a request to start * streaming data. For more info, see * {@link org.reactivestreams.Publisher#subscribe(org.reactivestreams.Subscriber)}. Each call to the subscribe * method will result in a new {@link org.reactivestreams.Subscription} i.e., a new contract to stream data from the * starting request. *

* *

* The following are few ways to use the response class: *

* 1) Using the subscribe helper method * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListLabelingJobsPublisher publisher = client.listLabelingJobsPaginator(request);
     * CompletableFuture future = publisher.subscribe(res -> { // Do something with the response });
     * future.get();
     * }
     * 
* * 2) Using a custom subscriber * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListLabelingJobsPublisher publisher = client.listLabelingJobsPaginator(request);
     * publisher.subscribe(new Subscriber() {
     * 
     * public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
     * 
     * 
     * public void onNext(software.amazon.awssdk.services.sagemaker.model.ListLabelingJobsResponse response) { //... };
     * });}
     * 
* * As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2. *

* Please notice that the configuration of MaxResults won't limit the number of results you get with the * paginator. It only limits the number of results in each page. *

*

* Note: If you prefer to have control on service calls, use the * {@link #listLabelingJobs(software.amazon.awssdk.services.sagemaker.model.ListLabelingJobsRequest)} operation. *

* * @param listLabelingJobsRequest * @return A custom publisher that can be subscribed to request a stream of response pages.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListLabelingJobs * @see AWS API * Documentation */ default ListLabelingJobsPublisher listLabelingJobsPaginator(ListLabelingJobsRequest listLabelingJobsRequest) { throw new UnsupportedOperationException(); } /** *

* Gets a list of labeling jobs. *

*
*

* This is a variant of * {@link #listLabelingJobs(software.amazon.awssdk.services.sagemaker.model.ListLabelingJobsRequest)} operation. The * return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will * internally handle making service calls for you. *

*

* When the operation is called, an instance of this class is returned. At this point, no service calls are made yet * and so there is no guarantee that the request is valid. If there are errors in your request, you will see the * failures only after you start streaming the data. The subscribe method should be called as a request to start * streaming data. For more info, see * {@link org.reactivestreams.Publisher#subscribe(org.reactivestreams.Subscriber)}. Each call to the subscribe * method will result in a new {@link org.reactivestreams.Subscription} i.e., a new contract to stream data from the * starting request. *

* *

* The following are few ways to use the response class: *

* 1) Using the subscribe helper method * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListLabelingJobsPublisher publisher = client.listLabelingJobsPaginator(request);
     * CompletableFuture future = publisher.subscribe(res -> { // Do something with the response });
     * future.get();
     * }
     * 
* * 2) Using a custom subscriber * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListLabelingJobsPublisher publisher = client.listLabelingJobsPaginator(request);
     * publisher.subscribe(new Subscriber() {
     * 
     * public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
     * 
     * 
     * public void onNext(software.amazon.awssdk.services.sagemaker.model.ListLabelingJobsResponse response) { //... };
     * });}
     * 
* * As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2. *

* Please notice that the configuration of MaxResults won't limit the number of results you get with the * paginator. It only limits the number of results in each page. *

*

* Note: If you prefer to have control on service calls, use the * {@link #listLabelingJobs(software.amazon.awssdk.services.sagemaker.model.ListLabelingJobsRequest)} operation. *

*

* This is a convenience which creates an instance of the {@link ListLabelingJobsRequest.Builder} avoiding the need * to create one manually via {@link ListLabelingJobsRequest#builder()} *

* * @param listLabelingJobsRequest * A {@link Consumer} that will call methods on {@link ListLabelingJobsRequest.Builder} to create a request. * @return A custom publisher that can be subscribed to request a stream of response pages.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListLabelingJobs * @see AWS API * Documentation */ default ListLabelingJobsPublisher listLabelingJobsPaginator(Consumer listLabelingJobsRequest) { return listLabelingJobsPaginator(ListLabelingJobsRequest.builder().applyMutation(listLabelingJobsRequest).build()); } /** *

* Lists model bias jobs definitions that satisfy various filters. *

* * @param listModelBiasJobDefinitionsRequest * @return A Java Future containing the result of the ListModelBiasJobDefinitions operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListModelBiasJobDefinitions * @see AWS API Documentation */ default CompletableFuture listModelBiasJobDefinitions( ListModelBiasJobDefinitionsRequest listModelBiasJobDefinitionsRequest) { throw new UnsupportedOperationException(); } /** *

* Lists model bias jobs definitions that satisfy various filters. *

*
*

* This is a convenience which creates an instance of the {@link ListModelBiasJobDefinitionsRequest.Builder} * avoiding the need to create one manually via {@link ListModelBiasJobDefinitionsRequest#builder()} *

* * @param listModelBiasJobDefinitionsRequest * A {@link Consumer} that will call methods on {@link ListModelBiasJobDefinitionsRequest.Builder} to create * a request. * @return A Java Future containing the result of the ListModelBiasJobDefinitions operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListModelBiasJobDefinitions * @see AWS API Documentation */ default CompletableFuture listModelBiasJobDefinitions( Consumer listModelBiasJobDefinitionsRequest) { return listModelBiasJobDefinitions(ListModelBiasJobDefinitionsRequest.builder() .applyMutation(listModelBiasJobDefinitionsRequest).build()); } /** *

* Lists model bias jobs definitions that satisfy various filters. *

*
*

* This is a variant of * {@link #listModelBiasJobDefinitions(software.amazon.awssdk.services.sagemaker.model.ListModelBiasJobDefinitionsRequest)} * operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. * SDK will internally handle making service calls for you. *

*

* When the operation is called, an instance of this class is returned. At this point, no service calls are made yet * and so there is no guarantee that the request is valid. If there are errors in your request, you will see the * failures only after you start streaming the data. The subscribe method should be called as a request to start * streaming data. For more info, see * {@link org.reactivestreams.Publisher#subscribe(org.reactivestreams.Subscriber)}. Each call to the subscribe * method will result in a new {@link org.reactivestreams.Subscription} i.e., a new contract to stream data from the * starting request. *

* *

* The following are few ways to use the response class: *

* 1) Using the subscribe helper method * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListModelBiasJobDefinitionsPublisher publisher = client.listModelBiasJobDefinitionsPaginator(request);
     * CompletableFuture future = publisher.subscribe(res -> { // Do something with the response });
     * future.get();
     * }
     * 
* * 2) Using a custom subscriber * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListModelBiasJobDefinitionsPublisher publisher = client.listModelBiasJobDefinitionsPaginator(request);
     * publisher.subscribe(new Subscriber() {
     * 
     * public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
     * 
     * 
     * public void onNext(software.amazon.awssdk.services.sagemaker.model.ListModelBiasJobDefinitionsResponse response) { //... };
     * });}
     * 
* * As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2. *

* Please notice that the configuration of MaxResults won't limit the number of results you get with the * paginator. It only limits the number of results in each page. *

*

* Note: If you prefer to have control on service calls, use the * {@link #listModelBiasJobDefinitions(software.amazon.awssdk.services.sagemaker.model.ListModelBiasJobDefinitionsRequest)} * operation. *

* * @param listModelBiasJobDefinitionsRequest * @return A custom publisher that can be subscribed to request a stream of response pages.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListModelBiasJobDefinitions * @see AWS API Documentation */ default ListModelBiasJobDefinitionsPublisher listModelBiasJobDefinitionsPaginator( ListModelBiasJobDefinitionsRequest listModelBiasJobDefinitionsRequest) { throw new UnsupportedOperationException(); } /** *

* Lists model bias jobs definitions that satisfy various filters. *

*
*

* This is a variant of * {@link #listModelBiasJobDefinitions(software.amazon.awssdk.services.sagemaker.model.ListModelBiasJobDefinitionsRequest)} * operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. * SDK will internally handle making service calls for you. *

*

* When the operation is called, an instance of this class is returned. At this point, no service calls are made yet * and so there is no guarantee that the request is valid. If there are errors in your request, you will see the * failures only after you start streaming the data. The subscribe method should be called as a request to start * streaming data. For more info, see * {@link org.reactivestreams.Publisher#subscribe(org.reactivestreams.Subscriber)}. Each call to the subscribe * method will result in a new {@link org.reactivestreams.Subscription} i.e., a new contract to stream data from the * starting request. *

* *

* The following are few ways to use the response class: *

* 1) Using the subscribe helper method * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListModelBiasJobDefinitionsPublisher publisher = client.listModelBiasJobDefinitionsPaginator(request);
     * CompletableFuture future = publisher.subscribe(res -> { // Do something with the response });
     * future.get();
     * }
     * 
* * 2) Using a custom subscriber * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListModelBiasJobDefinitionsPublisher publisher = client.listModelBiasJobDefinitionsPaginator(request);
     * publisher.subscribe(new Subscriber() {
     * 
     * public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
     * 
     * 
     * public void onNext(software.amazon.awssdk.services.sagemaker.model.ListModelBiasJobDefinitionsResponse response) { //... };
     * });}
     * 
* * As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2. *

* Please notice that the configuration of MaxResults won't limit the number of results you get with the * paginator. It only limits the number of results in each page. *

*

* Note: If you prefer to have control on service calls, use the * {@link #listModelBiasJobDefinitions(software.amazon.awssdk.services.sagemaker.model.ListModelBiasJobDefinitionsRequest)} * operation. *

*

* This is a convenience which creates an instance of the {@link ListModelBiasJobDefinitionsRequest.Builder} * avoiding the need to create one manually via {@link ListModelBiasJobDefinitionsRequest#builder()} *

* * @param listModelBiasJobDefinitionsRequest * A {@link Consumer} that will call methods on {@link ListModelBiasJobDefinitionsRequest.Builder} to create * a request. * @return A custom publisher that can be subscribed to request a stream of response pages.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListModelBiasJobDefinitions * @see AWS API Documentation */ default ListModelBiasJobDefinitionsPublisher listModelBiasJobDefinitionsPaginator( Consumer listModelBiasJobDefinitionsRequest) { return listModelBiasJobDefinitionsPaginator(ListModelBiasJobDefinitionsRequest.builder() .applyMutation(listModelBiasJobDefinitionsRequest).build()); } /** *

* Lists model explainability job definitions that satisfy various filters. *

* * @param listModelExplainabilityJobDefinitionsRequest * @return A Java Future containing the result of the ListModelExplainabilityJobDefinitions operation returned by * the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListModelExplainabilityJobDefinitions * @see AWS API Documentation */ default CompletableFuture listModelExplainabilityJobDefinitions( ListModelExplainabilityJobDefinitionsRequest listModelExplainabilityJobDefinitionsRequest) { throw new UnsupportedOperationException(); } /** *

* Lists model explainability job definitions that satisfy various filters. *

*
*

* This is a convenience which creates an instance of the * {@link ListModelExplainabilityJobDefinitionsRequest.Builder} avoiding the need to create one manually via * {@link ListModelExplainabilityJobDefinitionsRequest#builder()} *

* * @param listModelExplainabilityJobDefinitionsRequest * A {@link Consumer} that will call methods on {@link ListModelExplainabilityJobDefinitionsRequest.Builder} * to create a request. * @return A Java Future containing the result of the ListModelExplainabilityJobDefinitions operation returned by * the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListModelExplainabilityJobDefinitions * @see AWS API Documentation */ default CompletableFuture listModelExplainabilityJobDefinitions( Consumer listModelExplainabilityJobDefinitionsRequest) { return listModelExplainabilityJobDefinitions(ListModelExplainabilityJobDefinitionsRequest.builder() .applyMutation(listModelExplainabilityJobDefinitionsRequest).build()); } /** *

* Lists model explainability job definitions that satisfy various filters. *

*
*

* This is a variant of * {@link #listModelExplainabilityJobDefinitions(software.amazon.awssdk.services.sagemaker.model.ListModelExplainabilityJobDefinitionsRequest)} * operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. * SDK will internally handle making service calls for you. *

*

* When the operation is called, an instance of this class is returned. At this point, no service calls are made yet * and so there is no guarantee that the request is valid. If there are errors in your request, you will see the * failures only after you start streaming the data. The subscribe method should be called as a request to start * streaming data. For more info, see * {@link org.reactivestreams.Publisher#subscribe(org.reactivestreams.Subscriber)}. Each call to the subscribe * method will result in a new {@link org.reactivestreams.Subscription} i.e., a new contract to stream data from the * starting request. *

* *

* The following are few ways to use the response class: *

* 1) Using the subscribe helper method * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListModelExplainabilityJobDefinitionsPublisher publisher = client.listModelExplainabilityJobDefinitionsPaginator(request);
     * CompletableFuture future = publisher.subscribe(res -> { // Do something with the response });
     * future.get();
     * }
     * 
* * 2) Using a custom subscriber * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListModelExplainabilityJobDefinitionsPublisher publisher = client.listModelExplainabilityJobDefinitionsPaginator(request);
     * publisher.subscribe(new Subscriber() {
     * 
     * public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
     * 
     * 
     * public void onNext(software.amazon.awssdk.services.sagemaker.model.ListModelExplainabilityJobDefinitionsResponse response) { //... };
     * });}
     * 
* * As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2. *

* Please notice that the configuration of MaxResults won't limit the number of results you get with the * paginator. It only limits the number of results in each page. *

*

* Note: If you prefer to have control on service calls, use the * {@link #listModelExplainabilityJobDefinitions(software.amazon.awssdk.services.sagemaker.model.ListModelExplainabilityJobDefinitionsRequest)} * operation. *

* * @param listModelExplainabilityJobDefinitionsRequest * @return A custom publisher that can be subscribed to request a stream of response pages.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListModelExplainabilityJobDefinitions * @see AWS API Documentation */ default ListModelExplainabilityJobDefinitionsPublisher listModelExplainabilityJobDefinitionsPaginator( ListModelExplainabilityJobDefinitionsRequest listModelExplainabilityJobDefinitionsRequest) { throw new UnsupportedOperationException(); } /** *

* Lists model explainability job definitions that satisfy various filters. *

*
*

* This is a variant of * {@link #listModelExplainabilityJobDefinitions(software.amazon.awssdk.services.sagemaker.model.ListModelExplainabilityJobDefinitionsRequest)} * operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. * SDK will internally handle making service calls for you. *

*

* When the operation is called, an instance of this class is returned. At this point, no service calls are made yet * and so there is no guarantee that the request is valid. If there are errors in your request, you will see the * failures only after you start streaming the data. The subscribe method should be called as a request to start * streaming data. For more info, see * {@link org.reactivestreams.Publisher#subscribe(org.reactivestreams.Subscriber)}. Each call to the subscribe * method will result in a new {@link org.reactivestreams.Subscription} i.e., a new contract to stream data from the * starting request. *

* *

* The following are few ways to use the response class: *

* 1) Using the subscribe helper method * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListModelExplainabilityJobDefinitionsPublisher publisher = client.listModelExplainabilityJobDefinitionsPaginator(request);
     * CompletableFuture future = publisher.subscribe(res -> { // Do something with the response });
     * future.get();
     * }
     * 
* * 2) Using a custom subscriber * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListModelExplainabilityJobDefinitionsPublisher publisher = client.listModelExplainabilityJobDefinitionsPaginator(request);
     * publisher.subscribe(new Subscriber() {
     * 
     * public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
     * 
     * 
     * public void onNext(software.amazon.awssdk.services.sagemaker.model.ListModelExplainabilityJobDefinitionsResponse response) { //... };
     * });}
     * 
* * As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2. *

* Please notice that the configuration of MaxResults won't limit the number of results you get with the * paginator. It only limits the number of results in each page. *

*

* Note: If you prefer to have control on service calls, use the * {@link #listModelExplainabilityJobDefinitions(software.amazon.awssdk.services.sagemaker.model.ListModelExplainabilityJobDefinitionsRequest)} * operation. *

*

* This is a convenience which creates an instance of the * {@link ListModelExplainabilityJobDefinitionsRequest.Builder} avoiding the need to create one manually via * {@link ListModelExplainabilityJobDefinitionsRequest#builder()} *

* * @param listModelExplainabilityJobDefinitionsRequest * A {@link Consumer} that will call methods on {@link ListModelExplainabilityJobDefinitionsRequest.Builder} * to create a request. * @return A custom publisher that can be subscribed to request a stream of response pages.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListModelExplainabilityJobDefinitions * @see AWS API Documentation */ default ListModelExplainabilityJobDefinitionsPublisher listModelExplainabilityJobDefinitionsPaginator( Consumer listModelExplainabilityJobDefinitionsRequest) { return listModelExplainabilityJobDefinitionsPaginator(ListModelExplainabilityJobDefinitionsRequest.builder() .applyMutation(listModelExplainabilityJobDefinitionsRequest).build()); } /** *

* Gets a list of the model groups in your AWS account. *

* * @param listModelPackageGroupsRequest * @return A Java Future containing the result of the ListModelPackageGroups operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListModelPackageGroups * @see AWS API Documentation */ default CompletableFuture listModelPackageGroups( ListModelPackageGroupsRequest listModelPackageGroupsRequest) { throw new UnsupportedOperationException(); } /** *

* Gets a list of the model groups in your AWS account. *

*
*

* This is a convenience which creates an instance of the {@link ListModelPackageGroupsRequest.Builder} avoiding the * need to create one manually via {@link ListModelPackageGroupsRequest#builder()} *

* * @param listModelPackageGroupsRequest * A {@link Consumer} that will call methods on {@link ListModelPackageGroupsInput.Builder} to create a * request. * @return A Java Future containing the result of the ListModelPackageGroups operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListModelPackageGroups * @see AWS API Documentation */ default CompletableFuture listModelPackageGroups( Consumer listModelPackageGroupsRequest) { return listModelPackageGroups(ListModelPackageGroupsRequest.builder().applyMutation(listModelPackageGroupsRequest) .build()); } /** *

* Gets a list of the model groups in your AWS account. *

*
*

* This is a variant of * {@link #listModelPackageGroups(software.amazon.awssdk.services.sagemaker.model.ListModelPackageGroupsRequest)} * operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. * SDK will internally handle making service calls for you. *

*

* When the operation is called, an instance of this class is returned. At this point, no service calls are made yet * and so there is no guarantee that the request is valid. If there are errors in your request, you will see the * failures only after you start streaming the data. The subscribe method should be called as a request to start * streaming data. For more info, see * {@link org.reactivestreams.Publisher#subscribe(org.reactivestreams.Subscriber)}. Each call to the subscribe * method will result in a new {@link org.reactivestreams.Subscription} i.e., a new contract to stream data from the * starting request. *

* *

* The following are few ways to use the response class: *

* 1) Using the subscribe helper method * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListModelPackageGroupsPublisher publisher = client.listModelPackageGroupsPaginator(request);
     * CompletableFuture future = publisher.subscribe(res -> { // Do something with the response });
     * future.get();
     * }
     * 
* * 2) Using a custom subscriber * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListModelPackageGroupsPublisher publisher = client.listModelPackageGroupsPaginator(request);
     * publisher.subscribe(new Subscriber() {
     * 
     * public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
     * 
     * 
     * public void onNext(software.amazon.awssdk.services.sagemaker.model.ListModelPackageGroupsResponse response) { //... };
     * });}
     * 
* * As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2. *

* Please notice that the configuration of MaxResults won't limit the number of results you get with the * paginator. It only limits the number of results in each page. *

*

* Note: If you prefer to have control on service calls, use the * {@link #listModelPackageGroups(software.amazon.awssdk.services.sagemaker.model.ListModelPackageGroupsRequest)} * operation. *

* * @param listModelPackageGroupsRequest * @return A custom publisher that can be subscribed to request a stream of response pages.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListModelPackageGroups * @see AWS API Documentation */ default ListModelPackageGroupsPublisher listModelPackageGroupsPaginator( ListModelPackageGroupsRequest listModelPackageGroupsRequest) { throw new UnsupportedOperationException(); } /** *

* Gets a list of the model groups in your AWS account. *

*
*

* This is a variant of * {@link #listModelPackageGroups(software.amazon.awssdk.services.sagemaker.model.ListModelPackageGroupsRequest)} * operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. * SDK will internally handle making service calls for you. *

*

* When the operation is called, an instance of this class is returned. At this point, no service calls are made yet * and so there is no guarantee that the request is valid. If there are errors in your request, you will see the * failures only after you start streaming the data. The subscribe method should be called as a request to start * streaming data. For more info, see * {@link org.reactivestreams.Publisher#subscribe(org.reactivestreams.Subscriber)}. Each call to the subscribe * method will result in a new {@link org.reactivestreams.Subscription} i.e., a new contract to stream data from the * starting request. *

* *

* The following are few ways to use the response class: *

* 1) Using the subscribe helper method * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListModelPackageGroupsPublisher publisher = client.listModelPackageGroupsPaginator(request);
     * CompletableFuture future = publisher.subscribe(res -> { // Do something with the response });
     * future.get();
     * }
     * 
* * 2) Using a custom subscriber * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListModelPackageGroupsPublisher publisher = client.listModelPackageGroupsPaginator(request);
     * publisher.subscribe(new Subscriber() {
     * 
     * public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
     * 
     * 
     * public void onNext(software.amazon.awssdk.services.sagemaker.model.ListModelPackageGroupsResponse response) { //... };
     * });}
     * 
* * As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2. *

* Please notice that the configuration of MaxResults won't limit the number of results you get with the * paginator. It only limits the number of results in each page. *

*

* Note: If you prefer to have control on service calls, use the * {@link #listModelPackageGroups(software.amazon.awssdk.services.sagemaker.model.ListModelPackageGroupsRequest)} * operation. *

*

* This is a convenience which creates an instance of the {@link ListModelPackageGroupsRequest.Builder} avoiding the * need to create one manually via {@link ListModelPackageGroupsRequest#builder()} *

* * @param listModelPackageGroupsRequest * A {@link Consumer} that will call methods on {@link ListModelPackageGroupsInput.Builder} to create a * request. * @return A custom publisher that can be subscribed to request a stream of response pages.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListModelPackageGroups * @see AWS API Documentation */ default ListModelPackageGroupsPublisher listModelPackageGroupsPaginator( Consumer listModelPackageGroupsRequest) { return listModelPackageGroupsPaginator(ListModelPackageGroupsRequest.builder() .applyMutation(listModelPackageGroupsRequest).build()); } /** *

* Lists the model packages that have been created. *

* * @param listModelPackagesRequest * @return A Java Future containing the result of the ListModelPackages operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListModelPackages * @see AWS * API Documentation */ default CompletableFuture listModelPackages(ListModelPackagesRequest listModelPackagesRequest) { throw new UnsupportedOperationException(); } /** *

* Lists the model packages that have been created. *

*
*

* This is a convenience which creates an instance of the {@link ListModelPackagesRequest.Builder} avoiding the need * to create one manually via {@link ListModelPackagesRequest#builder()} *

* * @param listModelPackagesRequest * A {@link Consumer} that will call methods on {@link ListModelPackagesInput.Builder} to create a request. * @return A Java Future containing the result of the ListModelPackages operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListModelPackages * @see AWS * API Documentation */ default CompletableFuture listModelPackages( Consumer listModelPackagesRequest) { return listModelPackages(ListModelPackagesRequest.builder().applyMutation(listModelPackagesRequest).build()); } /** *

* Lists the model packages that have been created. *

* * @return A Java Future containing the result of the ListModelPackages operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListModelPackages * @see AWS * API Documentation */ default CompletableFuture listModelPackages() { return listModelPackages(ListModelPackagesRequest.builder().build()); } /** *

* Lists the model packages that have been created. *

*
*

* This is a variant of * {@link #listModelPackages(software.amazon.awssdk.services.sagemaker.model.ListModelPackagesRequest)} operation. * The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will * internally handle making service calls for you. *

*

* When the operation is called, an instance of this class is returned. At this point, no service calls are made yet * and so there is no guarantee that the request is valid. If there are errors in your request, you will see the * failures only after you start streaming the data. The subscribe method should be called as a request to start * streaming data. For more info, see * {@link org.reactivestreams.Publisher#subscribe(org.reactivestreams.Subscriber)}. Each call to the subscribe * method will result in a new {@link org.reactivestreams.Subscription} i.e., a new contract to stream data from the * starting request. *

* *

* The following are few ways to use the response class: *

* 1) Using the subscribe helper method * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListModelPackagesPublisher publisher = client.listModelPackagesPaginator(request);
     * CompletableFuture future = publisher.subscribe(res -> { // Do something with the response });
     * future.get();
     * }
     * 
* * 2) Using a custom subscriber * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListModelPackagesPublisher publisher = client.listModelPackagesPaginator(request);
     * publisher.subscribe(new Subscriber() {
     * 
     * public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
     * 
     * 
     * public void onNext(software.amazon.awssdk.services.sagemaker.model.ListModelPackagesResponse response) { //... };
     * });}
     * 
* * As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2. *

* Please notice that the configuration of MaxResults won't limit the number of results you get with the * paginator. It only limits the number of results in each page. *

*

* Note: If you prefer to have control on service calls, use the * {@link #listModelPackages(software.amazon.awssdk.services.sagemaker.model.ListModelPackagesRequest)} * operation. *

* * @return A custom publisher that can be subscribed to request a stream of response pages.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListModelPackages * @see AWS * API Documentation */ default ListModelPackagesPublisher listModelPackagesPaginator() { return listModelPackagesPaginator(ListModelPackagesRequest.builder().build()); } /** *

* Lists the model packages that have been created. *

*
*

* This is a variant of * {@link #listModelPackages(software.amazon.awssdk.services.sagemaker.model.ListModelPackagesRequest)} operation. * The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will * internally handle making service calls for you. *

*

* When the operation is called, an instance of this class is returned. At this point, no service calls are made yet * and so there is no guarantee that the request is valid. If there are errors in your request, you will see the * failures only after you start streaming the data. The subscribe method should be called as a request to start * streaming data. For more info, see * {@link org.reactivestreams.Publisher#subscribe(org.reactivestreams.Subscriber)}. Each call to the subscribe * method will result in a new {@link org.reactivestreams.Subscription} i.e., a new contract to stream data from the * starting request. *

* *

* The following are few ways to use the response class: *

* 1) Using the subscribe helper method * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListModelPackagesPublisher publisher = client.listModelPackagesPaginator(request);
     * CompletableFuture future = publisher.subscribe(res -> { // Do something with the response });
     * future.get();
     * }
     * 
* * 2) Using a custom subscriber * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListModelPackagesPublisher publisher = client.listModelPackagesPaginator(request);
     * publisher.subscribe(new Subscriber() {
     * 
     * public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
     * 
     * 
     * public void onNext(software.amazon.awssdk.services.sagemaker.model.ListModelPackagesResponse response) { //... };
     * });}
     * 
* * As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2. *

* Please notice that the configuration of MaxResults won't limit the number of results you get with the * paginator. It only limits the number of results in each page. *

*

* Note: If you prefer to have control on service calls, use the * {@link #listModelPackages(software.amazon.awssdk.services.sagemaker.model.ListModelPackagesRequest)} * operation. *

* * @param listModelPackagesRequest * @return A custom publisher that can be subscribed to request a stream of response pages.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListModelPackages * @see AWS * API Documentation */ default ListModelPackagesPublisher listModelPackagesPaginator(ListModelPackagesRequest listModelPackagesRequest) { throw new UnsupportedOperationException(); } /** *

* Lists the model packages that have been created. *

*
*

* This is a variant of * {@link #listModelPackages(software.amazon.awssdk.services.sagemaker.model.ListModelPackagesRequest)} operation. * The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will * internally handle making service calls for you. *

*

* When the operation is called, an instance of this class is returned. At this point, no service calls are made yet * and so there is no guarantee that the request is valid. If there are errors in your request, you will see the * failures only after you start streaming the data. The subscribe method should be called as a request to start * streaming data. For more info, see * {@link org.reactivestreams.Publisher#subscribe(org.reactivestreams.Subscriber)}. Each call to the subscribe * method will result in a new {@link org.reactivestreams.Subscription} i.e., a new contract to stream data from the * starting request. *

* *

* The following are few ways to use the response class: *

* 1) Using the subscribe helper method * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListModelPackagesPublisher publisher = client.listModelPackagesPaginator(request);
     * CompletableFuture future = publisher.subscribe(res -> { // Do something with the response });
     * future.get();
     * }
     * 
* * 2) Using a custom subscriber * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListModelPackagesPublisher publisher = client.listModelPackagesPaginator(request);
     * publisher.subscribe(new Subscriber() {
     * 
     * public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
     * 
     * 
     * public void onNext(software.amazon.awssdk.services.sagemaker.model.ListModelPackagesResponse response) { //... };
     * });}
     * 
* * As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2. *

* Please notice that the configuration of MaxResults won't limit the number of results you get with the * paginator. It only limits the number of results in each page. *

*

* Note: If you prefer to have control on service calls, use the * {@link #listModelPackages(software.amazon.awssdk.services.sagemaker.model.ListModelPackagesRequest)} * operation. *

*

* This is a convenience which creates an instance of the {@link ListModelPackagesRequest.Builder} avoiding the need * to create one manually via {@link ListModelPackagesRequest#builder()} *

* * @param listModelPackagesRequest * A {@link Consumer} that will call methods on {@link ListModelPackagesInput.Builder} to create a request. * @return A custom publisher that can be subscribed to request a stream of response pages.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListModelPackages * @see AWS * API Documentation */ default ListModelPackagesPublisher listModelPackagesPaginator( Consumer listModelPackagesRequest) { return listModelPackagesPaginator(ListModelPackagesRequest.builder().applyMutation(listModelPackagesRequest).build()); } /** *

* Gets a list of model quality monitoring job definitions in your account. *

* * @param listModelQualityJobDefinitionsRequest * @return A Java Future containing the result of the ListModelQualityJobDefinitions operation returned by the * service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListModelQualityJobDefinitions * @see AWS API Documentation */ default CompletableFuture listModelQualityJobDefinitions( ListModelQualityJobDefinitionsRequest listModelQualityJobDefinitionsRequest) { throw new UnsupportedOperationException(); } /** *

* Gets a list of model quality monitoring job definitions in your account. *

*
*

* This is a convenience which creates an instance of the {@link ListModelQualityJobDefinitionsRequest.Builder} * avoiding the need to create one manually via {@link ListModelQualityJobDefinitionsRequest#builder()} *

* * @param listModelQualityJobDefinitionsRequest * A {@link Consumer} that will call methods on {@link ListModelQualityJobDefinitionsRequest.Builder} to * create a request. * @return A Java Future containing the result of the ListModelQualityJobDefinitions operation returned by the * service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListModelQualityJobDefinitions * @see AWS API Documentation */ default CompletableFuture listModelQualityJobDefinitions( Consumer listModelQualityJobDefinitionsRequest) { return listModelQualityJobDefinitions(ListModelQualityJobDefinitionsRequest.builder() .applyMutation(listModelQualityJobDefinitionsRequest).build()); } /** *

* Gets a list of model quality monitoring job definitions in your account. *

*
*

* This is a variant of * {@link #listModelQualityJobDefinitions(software.amazon.awssdk.services.sagemaker.model.ListModelQualityJobDefinitionsRequest)} * operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. * SDK will internally handle making service calls for you. *

*

* When the operation is called, an instance of this class is returned. At this point, no service calls are made yet * and so there is no guarantee that the request is valid. If there are errors in your request, you will see the * failures only after you start streaming the data. The subscribe method should be called as a request to start * streaming data. For more info, see * {@link org.reactivestreams.Publisher#subscribe(org.reactivestreams.Subscriber)}. Each call to the subscribe * method will result in a new {@link org.reactivestreams.Subscription} i.e., a new contract to stream data from the * starting request. *

* *

* The following are few ways to use the response class: *

* 1) Using the subscribe helper method * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListModelQualityJobDefinitionsPublisher publisher = client.listModelQualityJobDefinitionsPaginator(request);
     * CompletableFuture future = publisher.subscribe(res -> { // Do something with the response });
     * future.get();
     * }
     * 
* * 2) Using a custom subscriber * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListModelQualityJobDefinitionsPublisher publisher = client.listModelQualityJobDefinitionsPaginator(request);
     * publisher.subscribe(new Subscriber() {
     * 
     * public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
     * 
     * 
     * public void onNext(software.amazon.awssdk.services.sagemaker.model.ListModelQualityJobDefinitionsResponse response) { //... };
     * });}
     * 
* * As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2. *

* Please notice that the configuration of MaxResults won't limit the number of results you get with the * paginator. It only limits the number of results in each page. *

*

* Note: If you prefer to have control on service calls, use the * {@link #listModelQualityJobDefinitions(software.amazon.awssdk.services.sagemaker.model.ListModelQualityJobDefinitionsRequest)} * operation. *

* * @param listModelQualityJobDefinitionsRequest * @return A custom publisher that can be subscribed to request a stream of response pages.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListModelQualityJobDefinitions * @see AWS API Documentation */ default ListModelQualityJobDefinitionsPublisher listModelQualityJobDefinitionsPaginator( ListModelQualityJobDefinitionsRequest listModelQualityJobDefinitionsRequest) { throw new UnsupportedOperationException(); } /** *

* Gets a list of model quality monitoring job definitions in your account. *

*
*

* This is a variant of * {@link #listModelQualityJobDefinitions(software.amazon.awssdk.services.sagemaker.model.ListModelQualityJobDefinitionsRequest)} * operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. * SDK will internally handle making service calls for you. *

*

* When the operation is called, an instance of this class is returned. At this point, no service calls are made yet * and so there is no guarantee that the request is valid. If there are errors in your request, you will see the * failures only after you start streaming the data. The subscribe method should be called as a request to start * streaming data. For more info, see * {@link org.reactivestreams.Publisher#subscribe(org.reactivestreams.Subscriber)}. Each call to the subscribe * method will result in a new {@link org.reactivestreams.Subscription} i.e., a new contract to stream data from the * starting request. *

* *

* The following are few ways to use the response class: *

* 1) Using the subscribe helper method * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListModelQualityJobDefinitionsPublisher publisher = client.listModelQualityJobDefinitionsPaginator(request);
     * CompletableFuture future = publisher.subscribe(res -> { // Do something with the response });
     * future.get();
     * }
     * 
* * 2) Using a custom subscriber * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListModelQualityJobDefinitionsPublisher publisher = client.listModelQualityJobDefinitionsPaginator(request);
     * publisher.subscribe(new Subscriber() {
     * 
     * public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
     * 
     * 
     * public void onNext(software.amazon.awssdk.services.sagemaker.model.ListModelQualityJobDefinitionsResponse response) { //... };
     * });}
     * 
* * As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2. *

* Please notice that the configuration of MaxResults won't limit the number of results you get with the * paginator. It only limits the number of results in each page. *

*

* Note: If you prefer to have control on service calls, use the * {@link #listModelQualityJobDefinitions(software.amazon.awssdk.services.sagemaker.model.ListModelQualityJobDefinitionsRequest)} * operation. *

*

* This is a convenience which creates an instance of the {@link ListModelQualityJobDefinitionsRequest.Builder} * avoiding the need to create one manually via {@link ListModelQualityJobDefinitionsRequest#builder()} *

* * @param listModelQualityJobDefinitionsRequest * A {@link Consumer} that will call methods on {@link ListModelQualityJobDefinitionsRequest.Builder} to * create a request. * @return A custom publisher that can be subscribed to request a stream of response pages.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListModelQualityJobDefinitions * @see AWS API Documentation */ default ListModelQualityJobDefinitionsPublisher listModelQualityJobDefinitionsPaginator( Consumer listModelQualityJobDefinitionsRequest) { return listModelQualityJobDefinitionsPaginator(ListModelQualityJobDefinitionsRequest.builder() .applyMutation(listModelQualityJobDefinitionsRequest).build()); } /** *

* Lists models created with the CreateModel API. *

* * @param listModelsRequest * @return A Java Future containing the result of the ListModels operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListModels * @see AWS API * Documentation */ default CompletableFuture listModels(ListModelsRequest listModelsRequest) { throw new UnsupportedOperationException(); } /** *

* Lists models created with the CreateModel API. *

*
*

* This is a convenience which creates an instance of the {@link ListModelsRequest.Builder} avoiding the need to * create one manually via {@link ListModelsRequest#builder()} *

* * @param listModelsRequest * A {@link Consumer} that will call methods on {@link ListModelsInput.Builder} to create a request. * @return A Java Future containing the result of the ListModels operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListModels * @see AWS API * Documentation */ default CompletableFuture listModels(Consumer listModelsRequest) { return listModels(ListModelsRequest.builder().applyMutation(listModelsRequest).build()); } /** *

* Lists models created with the CreateModel API. *

* * @return A Java Future containing the result of the ListModels operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListModels * @see AWS API * Documentation */ default CompletableFuture listModels() { return listModels(ListModelsRequest.builder().build()); } /** *

* Lists models created with the CreateModel API. *

*
*

* This is a variant of {@link #listModels(software.amazon.awssdk.services.sagemaker.model.ListModelsRequest)} * operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. * SDK will internally handle making service calls for you. *

*

* When the operation is called, an instance of this class is returned. At this point, no service calls are made yet * and so there is no guarantee that the request is valid. If there are errors in your request, you will see the * failures only after you start streaming the data. The subscribe method should be called as a request to start * streaming data. For more info, see * {@link org.reactivestreams.Publisher#subscribe(org.reactivestreams.Subscriber)}. Each call to the subscribe * method will result in a new {@link org.reactivestreams.Subscription} i.e., a new contract to stream data from the * starting request. *

* *

* The following are few ways to use the response class: *

* 1) Using the subscribe helper method * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListModelsPublisher publisher = client.listModelsPaginator(request);
     * CompletableFuture future = publisher.subscribe(res -> { // Do something with the response });
     * future.get();
     * }
     * 
* * 2) Using a custom subscriber * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListModelsPublisher publisher = client.listModelsPaginator(request);
     * publisher.subscribe(new Subscriber() {
     * 
     * public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
     * 
     * 
     * public void onNext(software.amazon.awssdk.services.sagemaker.model.ListModelsResponse response) { //... };
     * });}
     * 
* * As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2. *

* Please notice that the configuration of MaxResults won't limit the number of results you get with the * paginator. It only limits the number of results in each page. *

*

* Note: If you prefer to have control on service calls, use the * {@link #listModels(software.amazon.awssdk.services.sagemaker.model.ListModelsRequest)} operation. *

* * @return A custom publisher that can be subscribed to request a stream of response pages.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListModels * @see AWS API * Documentation */ default ListModelsPublisher listModelsPaginator() { return listModelsPaginator(ListModelsRequest.builder().build()); } /** *

* Lists models created with the CreateModel API. *

*
*

* This is a variant of {@link #listModels(software.amazon.awssdk.services.sagemaker.model.ListModelsRequest)} * operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. * SDK will internally handle making service calls for you. *

*

* When the operation is called, an instance of this class is returned. At this point, no service calls are made yet * and so there is no guarantee that the request is valid. If there are errors in your request, you will see the * failures only after you start streaming the data. The subscribe method should be called as a request to start * streaming data. For more info, see * {@link org.reactivestreams.Publisher#subscribe(org.reactivestreams.Subscriber)}. Each call to the subscribe * method will result in a new {@link org.reactivestreams.Subscription} i.e., a new contract to stream data from the * starting request. *

* *

* The following are few ways to use the response class: *

* 1) Using the subscribe helper method * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListModelsPublisher publisher = client.listModelsPaginator(request);
     * CompletableFuture future = publisher.subscribe(res -> { // Do something with the response });
     * future.get();
     * }
     * 
* * 2) Using a custom subscriber * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListModelsPublisher publisher = client.listModelsPaginator(request);
     * publisher.subscribe(new Subscriber() {
     * 
     * public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
     * 
     * 
     * public void onNext(software.amazon.awssdk.services.sagemaker.model.ListModelsResponse response) { //... };
     * });}
     * 
* * As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2. *

* Please notice that the configuration of MaxResults won't limit the number of results you get with the * paginator. It only limits the number of results in each page. *

*

* Note: If you prefer to have control on service calls, use the * {@link #listModels(software.amazon.awssdk.services.sagemaker.model.ListModelsRequest)} operation. *

* * @param listModelsRequest * @return A custom publisher that can be subscribed to request a stream of response pages.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListModels * @see AWS API * Documentation */ default ListModelsPublisher listModelsPaginator(ListModelsRequest listModelsRequest) { throw new UnsupportedOperationException(); } /** *

* Lists models created with the CreateModel API. *

*
*

* This is a variant of {@link #listModels(software.amazon.awssdk.services.sagemaker.model.ListModelsRequest)} * operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. * SDK will internally handle making service calls for you. *

*

* When the operation is called, an instance of this class is returned. At this point, no service calls are made yet * and so there is no guarantee that the request is valid. If there are errors in your request, you will see the * failures only after you start streaming the data. The subscribe method should be called as a request to start * streaming data. For more info, see * {@link org.reactivestreams.Publisher#subscribe(org.reactivestreams.Subscriber)}. Each call to the subscribe * method will result in a new {@link org.reactivestreams.Subscription} i.e., a new contract to stream data from the * starting request. *

* *

* The following are few ways to use the response class: *

* 1) Using the subscribe helper method * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListModelsPublisher publisher = client.listModelsPaginator(request);
     * CompletableFuture future = publisher.subscribe(res -> { // Do something with the response });
     * future.get();
     * }
     * 
* * 2) Using a custom subscriber * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListModelsPublisher publisher = client.listModelsPaginator(request);
     * publisher.subscribe(new Subscriber() {
     * 
     * public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
     * 
     * 
     * public void onNext(software.amazon.awssdk.services.sagemaker.model.ListModelsResponse response) { //... };
     * });}
     * 
* * As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2. *

* Please notice that the configuration of MaxResults won't limit the number of results you get with the * paginator. It only limits the number of results in each page. *

*

* Note: If you prefer to have control on service calls, use the * {@link #listModels(software.amazon.awssdk.services.sagemaker.model.ListModelsRequest)} operation. *

*

* This is a convenience which creates an instance of the {@link ListModelsRequest.Builder} avoiding the need to * create one manually via {@link ListModelsRequest#builder()} *

* * @param listModelsRequest * A {@link Consumer} that will call methods on {@link ListModelsInput.Builder} to create a request. * @return A custom publisher that can be subscribed to request a stream of response pages.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListModels * @see AWS API * Documentation */ default ListModelsPublisher listModelsPaginator(Consumer listModelsRequest) { return listModelsPaginator(ListModelsRequest.builder().applyMutation(listModelsRequest).build()); } /** *

* Returns list of all monitoring job executions. *

* * @param listMonitoringExecutionsRequest * @return A Java Future containing the result of the ListMonitoringExecutions operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListMonitoringExecutions * @see AWS API Documentation */ default CompletableFuture listMonitoringExecutions( ListMonitoringExecutionsRequest listMonitoringExecutionsRequest) { throw new UnsupportedOperationException(); } /** *

* Returns list of all monitoring job executions. *

*
*

* This is a convenience which creates an instance of the {@link ListMonitoringExecutionsRequest.Builder} avoiding * the need to create one manually via {@link ListMonitoringExecutionsRequest#builder()} *

* * @param listMonitoringExecutionsRequest * A {@link Consumer} that will call methods on {@link ListMonitoringExecutionsRequest.Builder} to create a * request. * @return A Java Future containing the result of the ListMonitoringExecutions operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListMonitoringExecutions * @see AWS API Documentation */ default CompletableFuture listMonitoringExecutions( Consumer listMonitoringExecutionsRequest) { return listMonitoringExecutions(ListMonitoringExecutionsRequest.builder().applyMutation(listMonitoringExecutionsRequest) .build()); } /** *

* Returns list of all monitoring job executions. *

*
*

* This is a variant of * {@link #listMonitoringExecutions(software.amazon.awssdk.services.sagemaker.model.ListMonitoringExecutionsRequest)} * operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. * SDK will internally handle making service calls for you. *

*

* When the operation is called, an instance of this class is returned. At this point, no service calls are made yet * and so there is no guarantee that the request is valid. If there are errors in your request, you will see the * failures only after you start streaming the data. The subscribe method should be called as a request to start * streaming data. For more info, see * {@link org.reactivestreams.Publisher#subscribe(org.reactivestreams.Subscriber)}. Each call to the subscribe * method will result in a new {@link org.reactivestreams.Subscription} i.e., a new contract to stream data from the * starting request. *

* *

* The following are few ways to use the response class: *

* 1) Using the subscribe helper method * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListMonitoringExecutionsPublisher publisher = client.listMonitoringExecutionsPaginator(request);
     * CompletableFuture future = publisher.subscribe(res -> { // Do something with the response });
     * future.get();
     * }
     * 
* * 2) Using a custom subscriber * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListMonitoringExecutionsPublisher publisher = client.listMonitoringExecutionsPaginator(request);
     * publisher.subscribe(new Subscriber() {
     * 
     * public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
     * 
     * 
     * public void onNext(software.amazon.awssdk.services.sagemaker.model.ListMonitoringExecutionsResponse response) { //... };
     * });}
     * 
* * As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2. *

* Please notice that the configuration of MaxResults won't limit the number of results you get with the * paginator. It only limits the number of results in each page. *

*

* Note: If you prefer to have control on service calls, use the * {@link #listMonitoringExecutions(software.amazon.awssdk.services.sagemaker.model.ListMonitoringExecutionsRequest)} * operation. *

* * @param listMonitoringExecutionsRequest * @return A custom publisher that can be subscribed to request a stream of response pages.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListMonitoringExecutions * @see AWS API Documentation */ default ListMonitoringExecutionsPublisher listMonitoringExecutionsPaginator( ListMonitoringExecutionsRequest listMonitoringExecutionsRequest) { throw new UnsupportedOperationException(); } /** *

* Returns list of all monitoring job executions. *

*
*

* This is a variant of * {@link #listMonitoringExecutions(software.amazon.awssdk.services.sagemaker.model.ListMonitoringExecutionsRequest)} * operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. * SDK will internally handle making service calls for you. *

*

* When the operation is called, an instance of this class is returned. At this point, no service calls are made yet * and so there is no guarantee that the request is valid. If there are errors in your request, you will see the * failures only after you start streaming the data. The subscribe method should be called as a request to start * streaming data. For more info, see * {@link org.reactivestreams.Publisher#subscribe(org.reactivestreams.Subscriber)}. Each call to the subscribe * method will result in a new {@link org.reactivestreams.Subscription} i.e., a new contract to stream data from the * starting request. *

* *

* The following are few ways to use the response class: *

* 1) Using the subscribe helper method * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListMonitoringExecutionsPublisher publisher = client.listMonitoringExecutionsPaginator(request);
     * CompletableFuture future = publisher.subscribe(res -> { // Do something with the response });
     * future.get();
     * }
     * 
* * 2) Using a custom subscriber * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListMonitoringExecutionsPublisher publisher = client.listMonitoringExecutionsPaginator(request);
     * publisher.subscribe(new Subscriber() {
     * 
     * public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
     * 
     * 
     * public void onNext(software.amazon.awssdk.services.sagemaker.model.ListMonitoringExecutionsResponse response) { //... };
     * });}
     * 
* * As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2. *

* Please notice that the configuration of MaxResults won't limit the number of results you get with the * paginator. It only limits the number of results in each page. *

*

* Note: If you prefer to have control on service calls, use the * {@link #listMonitoringExecutions(software.amazon.awssdk.services.sagemaker.model.ListMonitoringExecutionsRequest)} * operation. *

*

* This is a convenience which creates an instance of the {@link ListMonitoringExecutionsRequest.Builder} avoiding * the need to create one manually via {@link ListMonitoringExecutionsRequest#builder()} *

* * @param listMonitoringExecutionsRequest * A {@link Consumer} that will call methods on {@link ListMonitoringExecutionsRequest.Builder} to create a * request. * @return A custom publisher that can be subscribed to request a stream of response pages.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListMonitoringExecutions * @see AWS API Documentation */ default ListMonitoringExecutionsPublisher listMonitoringExecutionsPaginator( Consumer listMonitoringExecutionsRequest) { return listMonitoringExecutionsPaginator(ListMonitoringExecutionsRequest.builder() .applyMutation(listMonitoringExecutionsRequest).build()); } /** *

* Returns list of all monitoring schedules. *

* * @param listMonitoringSchedulesRequest * @return A Java Future containing the result of the ListMonitoringSchedules operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListMonitoringSchedules * @see AWS API Documentation */ default CompletableFuture listMonitoringSchedules( ListMonitoringSchedulesRequest listMonitoringSchedulesRequest) { throw new UnsupportedOperationException(); } /** *

* Returns list of all monitoring schedules. *

*
*

* This is a convenience which creates an instance of the {@link ListMonitoringSchedulesRequest.Builder} avoiding * the need to create one manually via {@link ListMonitoringSchedulesRequest#builder()} *

* * @param listMonitoringSchedulesRequest * A {@link Consumer} that will call methods on {@link ListMonitoringSchedulesRequest.Builder} to create a * request. * @return A Java Future containing the result of the ListMonitoringSchedules operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListMonitoringSchedules * @see AWS API Documentation */ default CompletableFuture listMonitoringSchedules( Consumer listMonitoringSchedulesRequest) { return listMonitoringSchedules(ListMonitoringSchedulesRequest.builder().applyMutation(listMonitoringSchedulesRequest) .build()); } /** *

* Returns list of all monitoring schedules. *

*
*

* This is a variant of * {@link #listMonitoringSchedules(software.amazon.awssdk.services.sagemaker.model.ListMonitoringSchedulesRequest)} * operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. * SDK will internally handle making service calls for you. *

*

* When the operation is called, an instance of this class is returned. At this point, no service calls are made yet * and so there is no guarantee that the request is valid. If there are errors in your request, you will see the * failures only after you start streaming the data. The subscribe method should be called as a request to start * streaming data. For more info, see * {@link org.reactivestreams.Publisher#subscribe(org.reactivestreams.Subscriber)}. Each call to the subscribe * method will result in a new {@link org.reactivestreams.Subscription} i.e., a new contract to stream data from the * starting request. *

* *

* The following are few ways to use the response class: *

* 1) Using the subscribe helper method * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListMonitoringSchedulesPublisher publisher = client.listMonitoringSchedulesPaginator(request);
     * CompletableFuture future = publisher.subscribe(res -> { // Do something with the response });
     * future.get();
     * }
     * 
* * 2) Using a custom subscriber * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListMonitoringSchedulesPublisher publisher = client.listMonitoringSchedulesPaginator(request);
     * publisher.subscribe(new Subscriber() {
     * 
     * public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
     * 
     * 
     * public void onNext(software.amazon.awssdk.services.sagemaker.model.ListMonitoringSchedulesResponse response) { //... };
     * });}
     * 
* * As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2. *

* Please notice that the configuration of MaxResults won't limit the number of results you get with the * paginator. It only limits the number of results in each page. *

*

* Note: If you prefer to have control on service calls, use the * {@link #listMonitoringSchedules(software.amazon.awssdk.services.sagemaker.model.ListMonitoringSchedulesRequest)} * operation. *

* * @param listMonitoringSchedulesRequest * @return A custom publisher that can be subscribed to request a stream of response pages.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListMonitoringSchedules * @see AWS API Documentation */ default ListMonitoringSchedulesPublisher listMonitoringSchedulesPaginator( ListMonitoringSchedulesRequest listMonitoringSchedulesRequest) { throw new UnsupportedOperationException(); } /** *

* Returns list of all monitoring schedules. *

*
*

* This is a variant of * {@link #listMonitoringSchedules(software.amazon.awssdk.services.sagemaker.model.ListMonitoringSchedulesRequest)} * operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. * SDK will internally handle making service calls for you. *

*

* When the operation is called, an instance of this class is returned. At this point, no service calls are made yet * and so there is no guarantee that the request is valid. If there are errors in your request, you will see the * failures only after you start streaming the data. The subscribe method should be called as a request to start * streaming data. For more info, see * {@link org.reactivestreams.Publisher#subscribe(org.reactivestreams.Subscriber)}. Each call to the subscribe * method will result in a new {@link org.reactivestreams.Subscription} i.e., a new contract to stream data from the * starting request. *

* *

* The following are few ways to use the response class: *

* 1) Using the subscribe helper method * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListMonitoringSchedulesPublisher publisher = client.listMonitoringSchedulesPaginator(request);
     * CompletableFuture future = publisher.subscribe(res -> { // Do something with the response });
     * future.get();
     * }
     * 
* * 2) Using a custom subscriber * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListMonitoringSchedulesPublisher publisher = client.listMonitoringSchedulesPaginator(request);
     * publisher.subscribe(new Subscriber() {
     * 
     * public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
     * 
     * 
     * public void onNext(software.amazon.awssdk.services.sagemaker.model.ListMonitoringSchedulesResponse response) { //... };
     * });}
     * 
* * As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2. *

* Please notice that the configuration of MaxResults won't limit the number of results you get with the * paginator. It only limits the number of results in each page. *

*

* Note: If you prefer to have control on service calls, use the * {@link #listMonitoringSchedules(software.amazon.awssdk.services.sagemaker.model.ListMonitoringSchedulesRequest)} * operation. *

*

* This is a convenience which creates an instance of the {@link ListMonitoringSchedulesRequest.Builder} avoiding * the need to create one manually via {@link ListMonitoringSchedulesRequest#builder()} *

* * @param listMonitoringSchedulesRequest * A {@link Consumer} that will call methods on {@link ListMonitoringSchedulesRequest.Builder} to create a * request. * @return A custom publisher that can be subscribed to request a stream of response pages.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListMonitoringSchedules * @see AWS API Documentation */ default ListMonitoringSchedulesPublisher listMonitoringSchedulesPaginator( Consumer listMonitoringSchedulesRequest) { return listMonitoringSchedulesPaginator(ListMonitoringSchedulesRequest.builder() .applyMutation(listMonitoringSchedulesRequest).build()); } /** *

* Lists notebook instance lifestyle configurations created with the CreateNotebookInstanceLifecycleConfig * API. *

* * @param listNotebookInstanceLifecycleConfigsRequest * @return A Java Future containing the result of the ListNotebookInstanceLifecycleConfigs operation returned by the * service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListNotebookInstanceLifecycleConfigs * @see AWS API Documentation */ default CompletableFuture listNotebookInstanceLifecycleConfigs( ListNotebookInstanceLifecycleConfigsRequest listNotebookInstanceLifecycleConfigsRequest) { throw new UnsupportedOperationException(); } /** *

* Lists notebook instance lifestyle configurations created with the CreateNotebookInstanceLifecycleConfig * API. *

*
*

* This is a convenience which creates an instance of the * {@link ListNotebookInstanceLifecycleConfigsRequest.Builder} avoiding the need to create one manually via * {@link ListNotebookInstanceLifecycleConfigsRequest#builder()} *

* * @param listNotebookInstanceLifecycleConfigsRequest * A {@link Consumer} that will call methods on {@link ListNotebookInstanceLifecycleConfigsInput.Builder} to * create a request. * @return A Java Future containing the result of the ListNotebookInstanceLifecycleConfigs operation returned by the * service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListNotebookInstanceLifecycleConfigs * @see AWS API Documentation */ default CompletableFuture listNotebookInstanceLifecycleConfigs( Consumer listNotebookInstanceLifecycleConfigsRequest) { return listNotebookInstanceLifecycleConfigs(ListNotebookInstanceLifecycleConfigsRequest.builder() .applyMutation(listNotebookInstanceLifecycleConfigsRequest).build()); } /** *

* Lists notebook instance lifestyle configurations created with the CreateNotebookInstanceLifecycleConfig * API. *

* * @return A Java Future containing the result of the ListNotebookInstanceLifecycleConfigs operation returned by the * service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListNotebookInstanceLifecycleConfigs * @see AWS API Documentation */ default CompletableFuture listNotebookInstanceLifecycleConfigs() { return listNotebookInstanceLifecycleConfigs(ListNotebookInstanceLifecycleConfigsRequest.builder().build()); } /** *

* Lists notebook instance lifestyle configurations created with the CreateNotebookInstanceLifecycleConfig * API. *

*
*

* This is a variant of * {@link #listNotebookInstanceLifecycleConfigs(software.amazon.awssdk.services.sagemaker.model.ListNotebookInstanceLifecycleConfigsRequest)} * operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. * SDK will internally handle making service calls for you. *

*

* When the operation is called, an instance of this class is returned. At this point, no service calls are made yet * and so there is no guarantee that the request is valid. If there are errors in your request, you will see the * failures only after you start streaming the data. The subscribe method should be called as a request to start * streaming data. For more info, see * {@link org.reactivestreams.Publisher#subscribe(org.reactivestreams.Subscriber)}. Each call to the subscribe * method will result in a new {@link org.reactivestreams.Subscription} i.e., a new contract to stream data from the * starting request. *

* *

* The following are few ways to use the response class: *

* 1) Using the subscribe helper method * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListNotebookInstanceLifecycleConfigsPublisher publisher = client.listNotebookInstanceLifecycleConfigsPaginator(request);
     * CompletableFuture future = publisher.subscribe(res -> { // Do something with the response });
     * future.get();
     * }
     * 
* * 2) Using a custom subscriber * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListNotebookInstanceLifecycleConfigsPublisher publisher = client.listNotebookInstanceLifecycleConfigsPaginator(request);
     * publisher.subscribe(new Subscriber() {
     * 
     * public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
     * 
     * 
     * public void onNext(software.amazon.awssdk.services.sagemaker.model.ListNotebookInstanceLifecycleConfigsResponse response) { //... };
     * });}
     * 
* * As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2. *

* Please notice that the configuration of MaxResults won't limit the number of results you get with the * paginator. It only limits the number of results in each page. *

*

* Note: If you prefer to have control on service calls, use the * {@link #listNotebookInstanceLifecycleConfigs(software.amazon.awssdk.services.sagemaker.model.ListNotebookInstanceLifecycleConfigsRequest)} * operation. *

* * @return A custom publisher that can be subscribed to request a stream of response pages.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListNotebookInstanceLifecycleConfigs * @see AWS API Documentation */ default ListNotebookInstanceLifecycleConfigsPublisher listNotebookInstanceLifecycleConfigsPaginator() { return listNotebookInstanceLifecycleConfigsPaginator(ListNotebookInstanceLifecycleConfigsRequest.builder().build()); } /** *

* Lists notebook instance lifestyle configurations created with the CreateNotebookInstanceLifecycleConfig * API. *

*
*

* This is a variant of * {@link #listNotebookInstanceLifecycleConfigs(software.amazon.awssdk.services.sagemaker.model.ListNotebookInstanceLifecycleConfigsRequest)} * operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. * SDK will internally handle making service calls for you. *

*

* When the operation is called, an instance of this class is returned. At this point, no service calls are made yet * and so there is no guarantee that the request is valid. If there are errors in your request, you will see the * failures only after you start streaming the data. The subscribe method should be called as a request to start * streaming data. For more info, see * {@link org.reactivestreams.Publisher#subscribe(org.reactivestreams.Subscriber)}. Each call to the subscribe * method will result in a new {@link org.reactivestreams.Subscription} i.e., a new contract to stream data from the * starting request. *

* *

* The following are few ways to use the response class: *

* 1) Using the subscribe helper method * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListNotebookInstanceLifecycleConfigsPublisher publisher = client.listNotebookInstanceLifecycleConfigsPaginator(request);
     * CompletableFuture future = publisher.subscribe(res -> { // Do something with the response });
     * future.get();
     * }
     * 
* * 2) Using a custom subscriber * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListNotebookInstanceLifecycleConfigsPublisher publisher = client.listNotebookInstanceLifecycleConfigsPaginator(request);
     * publisher.subscribe(new Subscriber() {
     * 
     * public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
     * 
     * 
     * public void onNext(software.amazon.awssdk.services.sagemaker.model.ListNotebookInstanceLifecycleConfigsResponse response) { //... };
     * });}
     * 
* * As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2. *

* Please notice that the configuration of MaxResults won't limit the number of results you get with the * paginator. It only limits the number of results in each page. *

*

* Note: If you prefer to have control on service calls, use the * {@link #listNotebookInstanceLifecycleConfigs(software.amazon.awssdk.services.sagemaker.model.ListNotebookInstanceLifecycleConfigsRequest)} * operation. *

* * @param listNotebookInstanceLifecycleConfigsRequest * @return A custom publisher that can be subscribed to request a stream of response pages.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListNotebookInstanceLifecycleConfigs * @see AWS API Documentation */ default ListNotebookInstanceLifecycleConfigsPublisher listNotebookInstanceLifecycleConfigsPaginator( ListNotebookInstanceLifecycleConfigsRequest listNotebookInstanceLifecycleConfigsRequest) { throw new UnsupportedOperationException(); } /** *

* Lists notebook instance lifestyle configurations created with the CreateNotebookInstanceLifecycleConfig * API. *

*
*

* This is a variant of * {@link #listNotebookInstanceLifecycleConfigs(software.amazon.awssdk.services.sagemaker.model.ListNotebookInstanceLifecycleConfigsRequest)} * operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. * SDK will internally handle making service calls for you. *

*

* When the operation is called, an instance of this class is returned. At this point, no service calls are made yet * and so there is no guarantee that the request is valid. If there are errors in your request, you will see the * failures only after you start streaming the data. The subscribe method should be called as a request to start * streaming data. For more info, see * {@link org.reactivestreams.Publisher#subscribe(org.reactivestreams.Subscriber)}. Each call to the subscribe * method will result in a new {@link org.reactivestreams.Subscription} i.e., a new contract to stream data from the * starting request. *

* *

* The following are few ways to use the response class: *

* 1) Using the subscribe helper method * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListNotebookInstanceLifecycleConfigsPublisher publisher = client.listNotebookInstanceLifecycleConfigsPaginator(request);
     * CompletableFuture future = publisher.subscribe(res -> { // Do something with the response });
     * future.get();
     * }
     * 
* * 2) Using a custom subscriber * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListNotebookInstanceLifecycleConfigsPublisher publisher = client.listNotebookInstanceLifecycleConfigsPaginator(request);
     * publisher.subscribe(new Subscriber() {
     * 
     * public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
     * 
     * 
     * public void onNext(software.amazon.awssdk.services.sagemaker.model.ListNotebookInstanceLifecycleConfigsResponse response) { //... };
     * });}
     * 
* * As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2. *

* Please notice that the configuration of MaxResults won't limit the number of results you get with the * paginator. It only limits the number of results in each page. *

*

* Note: If you prefer to have control on service calls, use the * {@link #listNotebookInstanceLifecycleConfigs(software.amazon.awssdk.services.sagemaker.model.ListNotebookInstanceLifecycleConfigsRequest)} * operation. *

*

* This is a convenience which creates an instance of the * {@link ListNotebookInstanceLifecycleConfigsRequest.Builder} avoiding the need to create one manually via * {@link ListNotebookInstanceLifecycleConfigsRequest#builder()} *

* * @param listNotebookInstanceLifecycleConfigsRequest * A {@link Consumer} that will call methods on {@link ListNotebookInstanceLifecycleConfigsInput.Builder} to * create a request. * @return A custom publisher that can be subscribed to request a stream of response pages.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListNotebookInstanceLifecycleConfigs * @see AWS API Documentation */ default ListNotebookInstanceLifecycleConfigsPublisher listNotebookInstanceLifecycleConfigsPaginator( Consumer listNotebookInstanceLifecycleConfigsRequest) { return listNotebookInstanceLifecycleConfigsPaginator(ListNotebookInstanceLifecycleConfigsRequest.builder() .applyMutation(listNotebookInstanceLifecycleConfigsRequest).build()); } /** *

* Returns a list of the Amazon SageMaker notebook instances in the requester's account in an AWS Region. *

* * @param listNotebookInstancesRequest * @return A Java Future containing the result of the ListNotebookInstances operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListNotebookInstances * @see AWS API Documentation */ default CompletableFuture listNotebookInstances( ListNotebookInstancesRequest listNotebookInstancesRequest) { throw new UnsupportedOperationException(); } /** *

* Returns a list of the Amazon SageMaker notebook instances in the requester's account in an AWS Region. *

*
*

* This is a convenience which creates an instance of the {@link ListNotebookInstancesRequest.Builder} avoiding the * need to create one manually via {@link ListNotebookInstancesRequest#builder()} *

* * @param listNotebookInstancesRequest * A {@link Consumer} that will call methods on {@link ListNotebookInstancesInput.Builder} to create a * request. * @return A Java Future containing the result of the ListNotebookInstances operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListNotebookInstances * @see AWS API Documentation */ default CompletableFuture listNotebookInstances( Consumer listNotebookInstancesRequest) { return listNotebookInstances(ListNotebookInstancesRequest.builder().applyMutation(listNotebookInstancesRequest).build()); } /** *

* Returns a list of the Amazon SageMaker notebook instances in the requester's account in an AWS Region. *

* * @return A Java Future containing the result of the ListNotebookInstances operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListNotebookInstances * @see AWS API Documentation */ default CompletableFuture listNotebookInstances() { return listNotebookInstances(ListNotebookInstancesRequest.builder().build()); } /** *

* Returns a list of the Amazon SageMaker notebook instances in the requester's account in an AWS Region. *

*
*

* This is a variant of * {@link #listNotebookInstances(software.amazon.awssdk.services.sagemaker.model.ListNotebookInstancesRequest)} * operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. * SDK will internally handle making service calls for you. *

*

* When the operation is called, an instance of this class is returned. At this point, no service calls are made yet * and so there is no guarantee that the request is valid. If there are errors in your request, you will see the * failures only after you start streaming the data. The subscribe method should be called as a request to start * streaming data. For more info, see * {@link org.reactivestreams.Publisher#subscribe(org.reactivestreams.Subscriber)}. Each call to the subscribe * method will result in a new {@link org.reactivestreams.Subscription} i.e., a new contract to stream data from the * starting request. *

* *

* The following are few ways to use the response class: *

* 1) Using the subscribe helper method * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListNotebookInstancesPublisher publisher = client.listNotebookInstancesPaginator(request);
     * CompletableFuture future = publisher.subscribe(res -> { // Do something with the response });
     * future.get();
     * }
     * 
* * 2) Using a custom subscriber * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListNotebookInstancesPublisher publisher = client.listNotebookInstancesPaginator(request);
     * publisher.subscribe(new Subscriber() {
     * 
     * public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
     * 
     * 
     * public void onNext(software.amazon.awssdk.services.sagemaker.model.ListNotebookInstancesResponse response) { //... };
     * });}
     * 
* * As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2. *

* Please notice that the configuration of MaxResults won't limit the number of results you get with the * paginator. It only limits the number of results in each page. *

*

* Note: If you prefer to have control on service calls, use the * {@link #listNotebookInstances(software.amazon.awssdk.services.sagemaker.model.ListNotebookInstancesRequest)} * operation. *

* * @return A custom publisher that can be subscribed to request a stream of response pages.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListNotebookInstances * @see AWS API Documentation */ default ListNotebookInstancesPublisher listNotebookInstancesPaginator() { return listNotebookInstancesPaginator(ListNotebookInstancesRequest.builder().build()); } /** *

* Returns a list of the Amazon SageMaker notebook instances in the requester's account in an AWS Region. *

*
*

* This is a variant of * {@link #listNotebookInstances(software.amazon.awssdk.services.sagemaker.model.ListNotebookInstancesRequest)} * operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. * SDK will internally handle making service calls for you. *

*

* When the operation is called, an instance of this class is returned. At this point, no service calls are made yet * and so there is no guarantee that the request is valid. If there are errors in your request, you will see the * failures only after you start streaming the data. The subscribe method should be called as a request to start * streaming data. For more info, see * {@link org.reactivestreams.Publisher#subscribe(org.reactivestreams.Subscriber)}. Each call to the subscribe * method will result in a new {@link org.reactivestreams.Subscription} i.e., a new contract to stream data from the * starting request. *

* *

* The following are few ways to use the response class: *

* 1) Using the subscribe helper method * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListNotebookInstancesPublisher publisher = client.listNotebookInstancesPaginator(request);
     * CompletableFuture future = publisher.subscribe(res -> { // Do something with the response });
     * future.get();
     * }
     * 
* * 2) Using a custom subscriber * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListNotebookInstancesPublisher publisher = client.listNotebookInstancesPaginator(request);
     * publisher.subscribe(new Subscriber() {
     * 
     * public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
     * 
     * 
     * public void onNext(software.amazon.awssdk.services.sagemaker.model.ListNotebookInstancesResponse response) { //... };
     * });}
     * 
* * As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2. *

* Please notice that the configuration of MaxResults won't limit the number of results you get with the * paginator. It only limits the number of results in each page. *

*

* Note: If you prefer to have control on service calls, use the * {@link #listNotebookInstances(software.amazon.awssdk.services.sagemaker.model.ListNotebookInstancesRequest)} * operation. *

* * @param listNotebookInstancesRequest * @return A custom publisher that can be subscribed to request a stream of response pages.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListNotebookInstances * @see AWS API Documentation */ default ListNotebookInstancesPublisher listNotebookInstancesPaginator( ListNotebookInstancesRequest listNotebookInstancesRequest) { throw new UnsupportedOperationException(); } /** *

* Returns a list of the Amazon SageMaker notebook instances in the requester's account in an AWS Region. *

*
*

* This is a variant of * {@link #listNotebookInstances(software.amazon.awssdk.services.sagemaker.model.ListNotebookInstancesRequest)} * operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. * SDK will internally handle making service calls for you. *

*

* When the operation is called, an instance of this class is returned. At this point, no service calls are made yet * and so there is no guarantee that the request is valid. If there are errors in your request, you will see the * failures only after you start streaming the data. The subscribe method should be called as a request to start * streaming data. For more info, see * {@link org.reactivestreams.Publisher#subscribe(org.reactivestreams.Subscriber)}. Each call to the subscribe * method will result in a new {@link org.reactivestreams.Subscription} i.e., a new contract to stream data from the * starting request. *

* *

* The following are few ways to use the response class: *

* 1) Using the subscribe helper method * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListNotebookInstancesPublisher publisher = client.listNotebookInstancesPaginator(request);
     * CompletableFuture future = publisher.subscribe(res -> { // Do something with the response });
     * future.get();
     * }
     * 
* * 2) Using a custom subscriber * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListNotebookInstancesPublisher publisher = client.listNotebookInstancesPaginator(request);
     * publisher.subscribe(new Subscriber() {
     * 
     * public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
     * 
     * 
     * public void onNext(software.amazon.awssdk.services.sagemaker.model.ListNotebookInstancesResponse response) { //... };
     * });}
     * 
* * As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2. *

* Please notice that the configuration of MaxResults won't limit the number of results you get with the * paginator. It only limits the number of results in each page. *

*

* Note: If you prefer to have control on service calls, use the * {@link #listNotebookInstances(software.amazon.awssdk.services.sagemaker.model.ListNotebookInstancesRequest)} * operation. *

*

* This is a convenience which creates an instance of the {@link ListNotebookInstancesRequest.Builder} avoiding the * need to create one manually via {@link ListNotebookInstancesRequest#builder()} *

* * @param listNotebookInstancesRequest * A {@link Consumer} that will call methods on {@link ListNotebookInstancesInput.Builder} to create a * request. * @return A custom publisher that can be subscribed to request a stream of response pages.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListNotebookInstances * @see AWS API Documentation */ default ListNotebookInstancesPublisher listNotebookInstancesPaginator( Consumer listNotebookInstancesRequest) { return listNotebookInstancesPaginator(ListNotebookInstancesRequest.builder().applyMutation(listNotebookInstancesRequest) .build()); } /** *

* Gets a list of PipeLineExecutionStep objects. *

* * @param listPipelineExecutionStepsRequest * @return A Java Future containing the result of the ListPipelineExecutionSteps operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListPipelineExecutionSteps * @see AWS API Documentation */ default CompletableFuture listPipelineExecutionSteps( ListPipelineExecutionStepsRequest listPipelineExecutionStepsRequest) { throw new UnsupportedOperationException(); } /** *

* Gets a list of PipeLineExecutionStep objects. *

*
*

* This is a convenience which creates an instance of the {@link ListPipelineExecutionStepsRequest.Builder} avoiding * the need to create one manually via {@link ListPipelineExecutionStepsRequest#builder()} *

* * @param listPipelineExecutionStepsRequest * A {@link Consumer} that will call methods on {@link ListPipelineExecutionStepsRequest.Builder} to create a * request. * @return A Java Future containing the result of the ListPipelineExecutionSteps operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListPipelineExecutionSteps * @see AWS API Documentation */ default CompletableFuture listPipelineExecutionSteps( Consumer listPipelineExecutionStepsRequest) { return listPipelineExecutionSteps(ListPipelineExecutionStepsRequest.builder() .applyMutation(listPipelineExecutionStepsRequest).build()); } /** *

* Gets a list of PipeLineExecutionStep objects. *

*
*

* This is a variant of * {@link #listPipelineExecutionSteps(software.amazon.awssdk.services.sagemaker.model.ListPipelineExecutionStepsRequest)} * operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. * SDK will internally handle making service calls for you. *

*

* When the operation is called, an instance of this class is returned. At this point, no service calls are made yet * and so there is no guarantee that the request is valid. If there are errors in your request, you will see the * failures only after you start streaming the data. The subscribe method should be called as a request to start * streaming data. For more info, see * {@link org.reactivestreams.Publisher#subscribe(org.reactivestreams.Subscriber)}. Each call to the subscribe * method will result in a new {@link org.reactivestreams.Subscription} i.e., a new contract to stream data from the * starting request. *

* *

* The following are few ways to use the response class: *

* 1) Using the subscribe helper method * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListPipelineExecutionStepsPublisher publisher = client.listPipelineExecutionStepsPaginator(request);
     * CompletableFuture future = publisher.subscribe(res -> { // Do something with the response });
     * future.get();
     * }
     * 
* * 2) Using a custom subscriber * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListPipelineExecutionStepsPublisher publisher = client.listPipelineExecutionStepsPaginator(request);
     * publisher.subscribe(new Subscriber() {
     * 
     * public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
     * 
     * 
     * public void onNext(software.amazon.awssdk.services.sagemaker.model.ListPipelineExecutionStepsResponse response) { //... };
     * });}
     * 
* * As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2. *

* Please notice that the configuration of MaxResults won't limit the number of results you get with the * paginator. It only limits the number of results in each page. *

*

* Note: If you prefer to have control on service calls, use the * {@link #listPipelineExecutionSteps(software.amazon.awssdk.services.sagemaker.model.ListPipelineExecutionStepsRequest)} * operation. *

* * @param listPipelineExecutionStepsRequest * @return A custom publisher that can be subscribed to request a stream of response pages.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListPipelineExecutionSteps * @see AWS API Documentation */ default ListPipelineExecutionStepsPublisher listPipelineExecutionStepsPaginator( ListPipelineExecutionStepsRequest listPipelineExecutionStepsRequest) { throw new UnsupportedOperationException(); } /** *

* Gets a list of PipeLineExecutionStep objects. *

*
*

* This is a variant of * {@link #listPipelineExecutionSteps(software.amazon.awssdk.services.sagemaker.model.ListPipelineExecutionStepsRequest)} * operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. * SDK will internally handle making service calls for you. *

*

* When the operation is called, an instance of this class is returned. At this point, no service calls are made yet * and so there is no guarantee that the request is valid. If there are errors in your request, you will see the * failures only after you start streaming the data. The subscribe method should be called as a request to start * streaming data. For more info, see * {@link org.reactivestreams.Publisher#subscribe(org.reactivestreams.Subscriber)}. Each call to the subscribe * method will result in a new {@link org.reactivestreams.Subscription} i.e., a new contract to stream data from the * starting request. *

* *

* The following are few ways to use the response class: *

* 1) Using the subscribe helper method * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListPipelineExecutionStepsPublisher publisher = client.listPipelineExecutionStepsPaginator(request);
     * CompletableFuture future = publisher.subscribe(res -> { // Do something with the response });
     * future.get();
     * }
     * 
* * 2) Using a custom subscriber * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListPipelineExecutionStepsPublisher publisher = client.listPipelineExecutionStepsPaginator(request);
     * publisher.subscribe(new Subscriber() {
     * 
     * public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
     * 
     * 
     * public void onNext(software.amazon.awssdk.services.sagemaker.model.ListPipelineExecutionStepsResponse response) { //... };
     * });}
     * 
* * As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2. *

* Please notice that the configuration of MaxResults won't limit the number of results you get with the * paginator. It only limits the number of results in each page. *

*

* Note: If you prefer to have control on service calls, use the * {@link #listPipelineExecutionSteps(software.amazon.awssdk.services.sagemaker.model.ListPipelineExecutionStepsRequest)} * operation. *

*

* This is a convenience which creates an instance of the {@link ListPipelineExecutionStepsRequest.Builder} avoiding * the need to create one manually via {@link ListPipelineExecutionStepsRequest#builder()} *

* * @param listPipelineExecutionStepsRequest * A {@link Consumer} that will call methods on {@link ListPipelineExecutionStepsRequest.Builder} to create a * request. * @return A custom publisher that can be subscribed to request a stream of response pages.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListPipelineExecutionSteps * @see AWS API Documentation */ default ListPipelineExecutionStepsPublisher listPipelineExecutionStepsPaginator( Consumer listPipelineExecutionStepsRequest) { return listPipelineExecutionStepsPaginator(ListPipelineExecutionStepsRequest.builder() .applyMutation(listPipelineExecutionStepsRequest).build()); } /** *

* Gets a list of the pipeline executions. *

* * @param listPipelineExecutionsRequest * @return A Java Future containing the result of the ListPipelineExecutions operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListPipelineExecutions * @see AWS API Documentation */ default CompletableFuture listPipelineExecutions( ListPipelineExecutionsRequest listPipelineExecutionsRequest) { throw new UnsupportedOperationException(); } /** *

* Gets a list of the pipeline executions. *

*
*

* This is a convenience which creates an instance of the {@link ListPipelineExecutionsRequest.Builder} avoiding the * need to create one manually via {@link ListPipelineExecutionsRequest#builder()} *

* * @param listPipelineExecutionsRequest * A {@link Consumer} that will call methods on {@link ListPipelineExecutionsRequest.Builder} to create a * request. * @return A Java Future containing the result of the ListPipelineExecutions operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListPipelineExecutions * @see AWS API Documentation */ default CompletableFuture listPipelineExecutions( Consumer listPipelineExecutionsRequest) { return listPipelineExecutions(ListPipelineExecutionsRequest.builder().applyMutation(listPipelineExecutionsRequest) .build()); } /** *

* Gets a list of the pipeline executions. *

*
*

* This is a variant of * {@link #listPipelineExecutions(software.amazon.awssdk.services.sagemaker.model.ListPipelineExecutionsRequest)} * operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. * SDK will internally handle making service calls for you. *

*

* When the operation is called, an instance of this class is returned. At this point, no service calls are made yet * and so there is no guarantee that the request is valid. If there are errors in your request, you will see the * failures only after you start streaming the data. The subscribe method should be called as a request to start * streaming data. For more info, see * {@link org.reactivestreams.Publisher#subscribe(org.reactivestreams.Subscriber)}. Each call to the subscribe * method will result in a new {@link org.reactivestreams.Subscription} i.e., a new contract to stream data from the * starting request. *

* *

* The following are few ways to use the response class: *

* 1) Using the subscribe helper method * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListPipelineExecutionsPublisher publisher = client.listPipelineExecutionsPaginator(request);
     * CompletableFuture future = publisher.subscribe(res -> { // Do something with the response });
     * future.get();
     * }
     * 
* * 2) Using a custom subscriber * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListPipelineExecutionsPublisher publisher = client.listPipelineExecutionsPaginator(request);
     * publisher.subscribe(new Subscriber() {
     * 
     * public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
     * 
     * 
     * public void onNext(software.amazon.awssdk.services.sagemaker.model.ListPipelineExecutionsResponse response) { //... };
     * });}
     * 
* * As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2. *

* Please notice that the configuration of MaxResults won't limit the number of results you get with the * paginator. It only limits the number of results in each page. *

*

* Note: If you prefer to have control on service calls, use the * {@link #listPipelineExecutions(software.amazon.awssdk.services.sagemaker.model.ListPipelineExecutionsRequest)} * operation. *

* * @param listPipelineExecutionsRequest * @return A custom publisher that can be subscribed to request a stream of response pages.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListPipelineExecutions * @see AWS API Documentation */ default ListPipelineExecutionsPublisher listPipelineExecutionsPaginator( ListPipelineExecutionsRequest listPipelineExecutionsRequest) { throw new UnsupportedOperationException(); } /** *

* Gets a list of the pipeline executions. *

*
*

* This is a variant of * {@link #listPipelineExecutions(software.amazon.awssdk.services.sagemaker.model.ListPipelineExecutionsRequest)} * operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. * SDK will internally handle making service calls for you. *

*

* When the operation is called, an instance of this class is returned. At this point, no service calls are made yet * and so there is no guarantee that the request is valid. If there are errors in your request, you will see the * failures only after you start streaming the data. The subscribe method should be called as a request to start * streaming data. For more info, see * {@link org.reactivestreams.Publisher#subscribe(org.reactivestreams.Subscriber)}. Each call to the subscribe * method will result in a new {@link org.reactivestreams.Subscription} i.e., a new contract to stream data from the * starting request. *

* *

* The following are few ways to use the response class: *

* 1) Using the subscribe helper method * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListPipelineExecutionsPublisher publisher = client.listPipelineExecutionsPaginator(request);
     * CompletableFuture future = publisher.subscribe(res -> { // Do something with the response });
     * future.get();
     * }
     * 
* * 2) Using a custom subscriber * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListPipelineExecutionsPublisher publisher = client.listPipelineExecutionsPaginator(request);
     * publisher.subscribe(new Subscriber() {
     * 
     * public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
     * 
     * 
     * public void onNext(software.amazon.awssdk.services.sagemaker.model.ListPipelineExecutionsResponse response) { //... };
     * });}
     * 
* * As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2. *

* Please notice that the configuration of MaxResults won't limit the number of results you get with the * paginator. It only limits the number of results in each page. *

*

* Note: If you prefer to have control on service calls, use the * {@link #listPipelineExecutions(software.amazon.awssdk.services.sagemaker.model.ListPipelineExecutionsRequest)} * operation. *

*

* This is a convenience which creates an instance of the {@link ListPipelineExecutionsRequest.Builder} avoiding the * need to create one manually via {@link ListPipelineExecutionsRequest#builder()} *

* * @param listPipelineExecutionsRequest * A {@link Consumer} that will call methods on {@link ListPipelineExecutionsRequest.Builder} to create a * request. * @return A custom publisher that can be subscribed to request a stream of response pages.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListPipelineExecutions * @see AWS API Documentation */ default ListPipelineExecutionsPublisher listPipelineExecutionsPaginator( Consumer listPipelineExecutionsRequest) { return listPipelineExecutionsPaginator(ListPipelineExecutionsRequest.builder() .applyMutation(listPipelineExecutionsRequest).build()); } /** *

* Gets a list of parameters for a pipeline execution. *

* * @param listPipelineParametersForExecutionRequest * @return A Java Future containing the result of the ListPipelineParametersForExecution operation returned by the * service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListPipelineParametersForExecution * @see AWS API Documentation */ default CompletableFuture listPipelineParametersForExecution( ListPipelineParametersForExecutionRequest listPipelineParametersForExecutionRequest) { throw new UnsupportedOperationException(); } /** *

* Gets a list of parameters for a pipeline execution. *

*
*

* This is a convenience which creates an instance of the {@link ListPipelineParametersForExecutionRequest.Builder} * avoiding the need to create one manually via {@link ListPipelineParametersForExecutionRequest#builder()} *

* * @param listPipelineParametersForExecutionRequest * A {@link Consumer} that will call methods on {@link ListPipelineParametersForExecutionRequest.Builder} to * create a request. * @return A Java Future containing the result of the ListPipelineParametersForExecution operation returned by the * service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListPipelineParametersForExecution * @see AWS API Documentation */ default CompletableFuture listPipelineParametersForExecution( Consumer listPipelineParametersForExecutionRequest) { return listPipelineParametersForExecution(ListPipelineParametersForExecutionRequest.builder() .applyMutation(listPipelineParametersForExecutionRequest).build()); } /** *

* Gets a list of parameters for a pipeline execution. *

*
*

* This is a variant of * {@link #listPipelineParametersForExecution(software.amazon.awssdk.services.sagemaker.model.ListPipelineParametersForExecutionRequest)} * operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. * SDK will internally handle making service calls for you. *

*

* When the operation is called, an instance of this class is returned. At this point, no service calls are made yet * and so there is no guarantee that the request is valid. If there are errors in your request, you will see the * failures only after you start streaming the data. The subscribe method should be called as a request to start * streaming data. For more info, see * {@link org.reactivestreams.Publisher#subscribe(org.reactivestreams.Subscriber)}. Each call to the subscribe * method will result in a new {@link org.reactivestreams.Subscription} i.e., a new contract to stream data from the * starting request. *

* *

* The following are few ways to use the response class: *

* 1) Using the subscribe helper method * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListPipelineParametersForExecutionPublisher publisher = client.listPipelineParametersForExecutionPaginator(request);
     * CompletableFuture future = publisher.subscribe(res -> { // Do something with the response });
     * future.get();
     * }
     * 
* * 2) Using a custom subscriber * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListPipelineParametersForExecutionPublisher publisher = client.listPipelineParametersForExecutionPaginator(request);
     * publisher.subscribe(new Subscriber() {
     * 
     * public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
     * 
     * 
     * public void onNext(software.amazon.awssdk.services.sagemaker.model.ListPipelineParametersForExecutionResponse response) { //... };
     * });}
     * 
* * As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2. *

* Please notice that the configuration of MaxResults won't limit the number of results you get with the * paginator. It only limits the number of results in each page. *

*

* Note: If you prefer to have control on service calls, use the * {@link #listPipelineParametersForExecution(software.amazon.awssdk.services.sagemaker.model.ListPipelineParametersForExecutionRequest)} * operation. *

* * @param listPipelineParametersForExecutionRequest * @return A custom publisher that can be subscribed to request a stream of response pages.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListPipelineParametersForExecution * @see AWS API Documentation */ default ListPipelineParametersForExecutionPublisher listPipelineParametersForExecutionPaginator( ListPipelineParametersForExecutionRequest listPipelineParametersForExecutionRequest) { throw new UnsupportedOperationException(); } /** *

* Gets a list of parameters for a pipeline execution. *

*
*

* This is a variant of * {@link #listPipelineParametersForExecution(software.amazon.awssdk.services.sagemaker.model.ListPipelineParametersForExecutionRequest)} * operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. * SDK will internally handle making service calls for you. *

*

* When the operation is called, an instance of this class is returned. At this point, no service calls are made yet * and so there is no guarantee that the request is valid. If there are errors in your request, you will see the * failures only after you start streaming the data. The subscribe method should be called as a request to start * streaming data. For more info, see * {@link org.reactivestreams.Publisher#subscribe(org.reactivestreams.Subscriber)}. Each call to the subscribe * method will result in a new {@link org.reactivestreams.Subscription} i.e., a new contract to stream data from the * starting request. *

* *

* The following are few ways to use the response class: *

* 1) Using the subscribe helper method * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListPipelineParametersForExecutionPublisher publisher = client.listPipelineParametersForExecutionPaginator(request);
     * CompletableFuture future = publisher.subscribe(res -> { // Do something with the response });
     * future.get();
     * }
     * 
* * 2) Using a custom subscriber * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListPipelineParametersForExecutionPublisher publisher = client.listPipelineParametersForExecutionPaginator(request);
     * publisher.subscribe(new Subscriber() {
     * 
     * public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
     * 
     * 
     * public void onNext(software.amazon.awssdk.services.sagemaker.model.ListPipelineParametersForExecutionResponse response) { //... };
     * });}
     * 
* * As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2. *

* Please notice that the configuration of MaxResults won't limit the number of results you get with the * paginator. It only limits the number of results in each page. *

*

* Note: If you prefer to have control on service calls, use the * {@link #listPipelineParametersForExecution(software.amazon.awssdk.services.sagemaker.model.ListPipelineParametersForExecutionRequest)} * operation. *

*

* This is a convenience which creates an instance of the {@link ListPipelineParametersForExecutionRequest.Builder} * avoiding the need to create one manually via {@link ListPipelineParametersForExecutionRequest#builder()} *

* * @param listPipelineParametersForExecutionRequest * A {@link Consumer} that will call methods on {@link ListPipelineParametersForExecutionRequest.Builder} to * create a request. * @return A custom publisher that can be subscribed to request a stream of response pages.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListPipelineParametersForExecution * @see AWS API Documentation */ default ListPipelineParametersForExecutionPublisher listPipelineParametersForExecutionPaginator( Consumer listPipelineParametersForExecutionRequest) { return listPipelineParametersForExecutionPaginator(ListPipelineParametersForExecutionRequest.builder() .applyMutation(listPipelineParametersForExecutionRequest).build()); } /** *

* Gets a list of pipelines. *

* * @param listPipelinesRequest * @return A Java Future containing the result of the ListPipelines operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListPipelines * @see AWS API * Documentation */ default CompletableFuture listPipelines(ListPipelinesRequest listPipelinesRequest) { throw new UnsupportedOperationException(); } /** *

* Gets a list of pipelines. *

*
*

* This is a convenience which creates an instance of the {@link ListPipelinesRequest.Builder} avoiding the need to * create one manually via {@link ListPipelinesRequest#builder()} *

* * @param listPipelinesRequest * A {@link Consumer} that will call methods on {@link ListPipelinesRequest.Builder} to create a request. * @return A Java Future containing the result of the ListPipelines operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListPipelines * @see AWS API * Documentation */ default CompletableFuture listPipelines(Consumer listPipelinesRequest) { return listPipelines(ListPipelinesRequest.builder().applyMutation(listPipelinesRequest).build()); } /** *

* Gets a list of pipelines. *

*
*

* This is a variant of {@link #listPipelines(software.amazon.awssdk.services.sagemaker.model.ListPipelinesRequest)} * operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. * SDK will internally handle making service calls for you. *

*

* When the operation is called, an instance of this class is returned. At this point, no service calls are made yet * and so there is no guarantee that the request is valid. If there are errors in your request, you will see the * failures only after you start streaming the data. The subscribe method should be called as a request to start * streaming data. For more info, see * {@link org.reactivestreams.Publisher#subscribe(org.reactivestreams.Subscriber)}. Each call to the subscribe * method will result in a new {@link org.reactivestreams.Subscription} i.e., a new contract to stream data from the * starting request. *

* *

* The following are few ways to use the response class: *

* 1) Using the subscribe helper method * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListPipelinesPublisher publisher = client.listPipelinesPaginator(request);
     * CompletableFuture future = publisher.subscribe(res -> { // Do something with the response });
     * future.get();
     * }
     * 
* * 2) Using a custom subscriber * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListPipelinesPublisher publisher = client.listPipelinesPaginator(request);
     * publisher.subscribe(new Subscriber() {
     * 
     * public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
     * 
     * 
     * public void onNext(software.amazon.awssdk.services.sagemaker.model.ListPipelinesResponse response) { //... };
     * });}
     * 
* * As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2. *

* Please notice that the configuration of MaxResults won't limit the number of results you get with the * paginator. It only limits the number of results in each page. *

*

* Note: If you prefer to have control on service calls, use the * {@link #listPipelines(software.amazon.awssdk.services.sagemaker.model.ListPipelinesRequest)} operation. *

* * @param listPipelinesRequest * @return A custom publisher that can be subscribed to request a stream of response pages.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListPipelines * @see AWS API * Documentation */ default ListPipelinesPublisher listPipelinesPaginator(ListPipelinesRequest listPipelinesRequest) { throw new UnsupportedOperationException(); } /** *

* Gets a list of pipelines. *

*
*

* This is a variant of {@link #listPipelines(software.amazon.awssdk.services.sagemaker.model.ListPipelinesRequest)} * operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. * SDK will internally handle making service calls for you. *

*

* When the operation is called, an instance of this class is returned. At this point, no service calls are made yet * and so there is no guarantee that the request is valid. If there are errors in your request, you will see the * failures only after you start streaming the data. The subscribe method should be called as a request to start * streaming data. For more info, see * {@link org.reactivestreams.Publisher#subscribe(org.reactivestreams.Subscriber)}. Each call to the subscribe * method will result in a new {@link org.reactivestreams.Subscription} i.e., a new contract to stream data from the * starting request. *

* *

* The following are few ways to use the response class: *

* 1) Using the subscribe helper method * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListPipelinesPublisher publisher = client.listPipelinesPaginator(request);
     * CompletableFuture future = publisher.subscribe(res -> { // Do something with the response });
     * future.get();
     * }
     * 
* * 2) Using a custom subscriber * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListPipelinesPublisher publisher = client.listPipelinesPaginator(request);
     * publisher.subscribe(new Subscriber() {
     * 
     * public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
     * 
     * 
     * public void onNext(software.amazon.awssdk.services.sagemaker.model.ListPipelinesResponse response) { //... };
     * });}
     * 
* * As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2. *

* Please notice that the configuration of MaxResults won't limit the number of results you get with the * paginator. It only limits the number of results in each page. *

*

* Note: If you prefer to have control on service calls, use the * {@link #listPipelines(software.amazon.awssdk.services.sagemaker.model.ListPipelinesRequest)} operation. *

*

* This is a convenience which creates an instance of the {@link ListPipelinesRequest.Builder} avoiding the need to * create one manually via {@link ListPipelinesRequest#builder()} *

* * @param listPipelinesRequest * A {@link Consumer} that will call methods on {@link ListPipelinesRequest.Builder} to create a request. * @return A custom publisher that can be subscribed to request a stream of response pages.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListPipelines * @see AWS API * Documentation */ default ListPipelinesPublisher listPipelinesPaginator(Consumer listPipelinesRequest) { return listPipelinesPaginator(ListPipelinesRequest.builder().applyMutation(listPipelinesRequest).build()); } /** *

* Lists processing jobs that satisfy various filters. *

* * @param listProcessingJobsRequest * @return A Java Future containing the result of the ListProcessingJobs operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListProcessingJobs * @see AWS * API Documentation */ default CompletableFuture listProcessingJobs(ListProcessingJobsRequest listProcessingJobsRequest) { throw new UnsupportedOperationException(); } /** *

* Lists processing jobs that satisfy various filters. *

*
*

* This is a convenience which creates an instance of the {@link ListProcessingJobsRequest.Builder} avoiding the * need to create one manually via {@link ListProcessingJobsRequest#builder()} *

* * @param listProcessingJobsRequest * A {@link Consumer} that will call methods on {@link ListProcessingJobsRequest.Builder} to create a * request. * @return A Java Future containing the result of the ListProcessingJobs operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListProcessingJobs * @see AWS * API Documentation */ default CompletableFuture listProcessingJobs( Consumer listProcessingJobsRequest) { return listProcessingJobs(ListProcessingJobsRequest.builder().applyMutation(listProcessingJobsRequest).build()); } /** *

* Lists processing jobs that satisfy various filters. *

*
*

* This is a variant of * {@link #listProcessingJobs(software.amazon.awssdk.services.sagemaker.model.ListProcessingJobsRequest)} operation. * The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will * internally handle making service calls for you. *

*

* When the operation is called, an instance of this class is returned. At this point, no service calls are made yet * and so there is no guarantee that the request is valid. If there are errors in your request, you will see the * failures only after you start streaming the data. The subscribe method should be called as a request to start * streaming data. For more info, see * {@link org.reactivestreams.Publisher#subscribe(org.reactivestreams.Subscriber)}. Each call to the subscribe * method will result in a new {@link org.reactivestreams.Subscription} i.e., a new contract to stream data from the * starting request. *

* *

* The following are few ways to use the response class: *

* 1) Using the subscribe helper method * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListProcessingJobsPublisher publisher = client.listProcessingJobsPaginator(request);
     * CompletableFuture future = publisher.subscribe(res -> { // Do something with the response });
     * future.get();
     * }
     * 
* * 2) Using a custom subscriber * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListProcessingJobsPublisher publisher = client.listProcessingJobsPaginator(request);
     * publisher.subscribe(new Subscriber() {
     * 
     * public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
     * 
     * 
     * public void onNext(software.amazon.awssdk.services.sagemaker.model.ListProcessingJobsResponse response) { //... };
     * });}
     * 
* * As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2. *

* Please notice that the configuration of MaxResults won't limit the number of results you get with the * paginator. It only limits the number of results in each page. *

*

* Note: If you prefer to have control on service calls, use the * {@link #listProcessingJobs(software.amazon.awssdk.services.sagemaker.model.ListProcessingJobsRequest)} * operation. *

* * @param listProcessingJobsRequest * @return A custom publisher that can be subscribed to request a stream of response pages.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListProcessingJobs * @see AWS * API Documentation */ default ListProcessingJobsPublisher listProcessingJobsPaginator(ListProcessingJobsRequest listProcessingJobsRequest) { throw new UnsupportedOperationException(); } /** *

* Lists processing jobs that satisfy various filters. *

*
*

* This is a variant of * {@link #listProcessingJobs(software.amazon.awssdk.services.sagemaker.model.ListProcessingJobsRequest)} operation. * The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will * internally handle making service calls for you. *

*

* When the operation is called, an instance of this class is returned. At this point, no service calls are made yet * and so there is no guarantee that the request is valid. If there are errors in your request, you will see the * failures only after you start streaming the data. The subscribe method should be called as a request to start * streaming data. For more info, see * {@link org.reactivestreams.Publisher#subscribe(org.reactivestreams.Subscriber)}. Each call to the subscribe * method will result in a new {@link org.reactivestreams.Subscription} i.e., a new contract to stream data from the * starting request. *

* *

* The following are few ways to use the response class: *

* 1) Using the subscribe helper method * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListProcessingJobsPublisher publisher = client.listProcessingJobsPaginator(request);
     * CompletableFuture future = publisher.subscribe(res -> { // Do something with the response });
     * future.get();
     * }
     * 
* * 2) Using a custom subscriber * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListProcessingJobsPublisher publisher = client.listProcessingJobsPaginator(request);
     * publisher.subscribe(new Subscriber() {
     * 
     * public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
     * 
     * 
     * public void onNext(software.amazon.awssdk.services.sagemaker.model.ListProcessingJobsResponse response) { //... };
     * });}
     * 
* * As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2. *

* Please notice that the configuration of MaxResults won't limit the number of results you get with the * paginator. It only limits the number of results in each page. *

*

* Note: If you prefer to have control on service calls, use the * {@link #listProcessingJobs(software.amazon.awssdk.services.sagemaker.model.ListProcessingJobsRequest)} * operation. *

*

* This is a convenience which creates an instance of the {@link ListProcessingJobsRequest.Builder} avoiding the * need to create one manually via {@link ListProcessingJobsRequest#builder()} *

* * @param listProcessingJobsRequest * A {@link Consumer} that will call methods on {@link ListProcessingJobsRequest.Builder} to create a * request. * @return A custom publisher that can be subscribed to request a stream of response pages.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListProcessingJobs * @see AWS * API Documentation */ default ListProcessingJobsPublisher listProcessingJobsPaginator( Consumer listProcessingJobsRequest) { return listProcessingJobsPaginator(ListProcessingJobsRequest.builder().applyMutation(listProcessingJobsRequest).build()); } /** *

* Gets a list of the projects in an AWS account. *

* * @param listProjectsRequest * @return A Java Future containing the result of the ListProjects operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListProjects * @see AWS API * Documentation */ default CompletableFuture listProjects(ListProjectsRequest listProjectsRequest) { throw new UnsupportedOperationException(); } /** *

* Gets a list of the projects in an AWS account. *

*
*

* This is a convenience which creates an instance of the {@link ListProjectsRequest.Builder} avoiding the need to * create one manually via {@link ListProjectsRequest#builder()} *

* * @param listProjectsRequest * A {@link Consumer} that will call methods on {@link ListProjectsInput.Builder} to create a request. * @return A Java Future containing the result of the ListProjects operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListProjects * @see AWS API * Documentation */ default CompletableFuture listProjects(Consumer listProjectsRequest) { return listProjects(ListProjectsRequest.builder().applyMutation(listProjectsRequest).build()); } /** *

* Gets a list of the projects in an AWS account. *

*
*

* This is a variant of {@link #listProjects(software.amazon.awssdk.services.sagemaker.model.ListProjectsRequest)} * operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. * SDK will internally handle making service calls for you. *

*

* When the operation is called, an instance of this class is returned. At this point, no service calls are made yet * and so there is no guarantee that the request is valid. If there are errors in your request, you will see the * failures only after you start streaming the data. The subscribe method should be called as a request to start * streaming data. For more info, see * {@link org.reactivestreams.Publisher#subscribe(org.reactivestreams.Subscriber)}. Each call to the subscribe * method will result in a new {@link org.reactivestreams.Subscription} i.e., a new contract to stream data from the * starting request. *

* *

* The following are few ways to use the response class: *

* 1) Using the subscribe helper method * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListProjectsPublisher publisher = client.listProjectsPaginator(request);
     * CompletableFuture future = publisher.subscribe(res -> { // Do something with the response });
     * future.get();
     * }
     * 
* * 2) Using a custom subscriber * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListProjectsPublisher publisher = client.listProjectsPaginator(request);
     * publisher.subscribe(new Subscriber() {
     * 
     * public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
     * 
     * 
     * public void onNext(software.amazon.awssdk.services.sagemaker.model.ListProjectsResponse response) { //... };
     * });}
     * 
* * As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2. *

* Please notice that the configuration of MaxResults won't limit the number of results you get with the * paginator. It only limits the number of results in each page. *

*

* Note: If you prefer to have control on service calls, use the * {@link #listProjects(software.amazon.awssdk.services.sagemaker.model.ListProjectsRequest)} operation. *

* * @param listProjectsRequest * @return A custom publisher that can be subscribed to request a stream of response pages.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListProjects * @see AWS API * Documentation */ default ListProjectsPublisher listProjectsPaginator(ListProjectsRequest listProjectsRequest) { throw new UnsupportedOperationException(); } /** *

* Gets a list of the projects in an AWS account. *

*
*

* This is a variant of {@link #listProjects(software.amazon.awssdk.services.sagemaker.model.ListProjectsRequest)} * operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. * SDK will internally handle making service calls for you. *

*

* When the operation is called, an instance of this class is returned. At this point, no service calls are made yet * and so there is no guarantee that the request is valid. If there are errors in your request, you will see the * failures only after you start streaming the data. The subscribe method should be called as a request to start * streaming data. For more info, see * {@link org.reactivestreams.Publisher#subscribe(org.reactivestreams.Subscriber)}. Each call to the subscribe * method will result in a new {@link org.reactivestreams.Subscription} i.e., a new contract to stream data from the * starting request. *

* *

* The following are few ways to use the response class: *

* 1) Using the subscribe helper method * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListProjectsPublisher publisher = client.listProjectsPaginator(request);
     * CompletableFuture future = publisher.subscribe(res -> { // Do something with the response });
     * future.get();
     * }
     * 
* * 2) Using a custom subscriber * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListProjectsPublisher publisher = client.listProjectsPaginator(request);
     * publisher.subscribe(new Subscriber() {
     * 
     * public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
     * 
     * 
     * public void onNext(software.amazon.awssdk.services.sagemaker.model.ListProjectsResponse response) { //... };
     * });}
     * 
* * As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2. *

* Please notice that the configuration of MaxResults won't limit the number of results you get with the * paginator. It only limits the number of results in each page. *

*

* Note: If you prefer to have control on service calls, use the * {@link #listProjects(software.amazon.awssdk.services.sagemaker.model.ListProjectsRequest)} operation. *

*

* This is a convenience which creates an instance of the {@link ListProjectsRequest.Builder} avoiding the need to * create one manually via {@link ListProjectsRequest#builder()} *

* * @param listProjectsRequest * A {@link Consumer} that will call methods on {@link ListProjectsInput.Builder} to create a request. * @return A custom publisher that can be subscribed to request a stream of response pages.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListProjects * @see AWS API * Documentation */ default ListProjectsPublisher listProjectsPaginator(Consumer listProjectsRequest) { return listProjectsPaginator(ListProjectsRequest.builder().applyMutation(listProjectsRequest).build()); } /** *

* Gets a list of the work teams that you are subscribed to in the AWS Marketplace. The list may be empty if no work * team satisfies the filter specified in the NameContains parameter. *

* * @param listSubscribedWorkteamsRequest * @return A Java Future containing the result of the ListSubscribedWorkteams operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListSubscribedWorkteams * @see AWS API Documentation */ default CompletableFuture listSubscribedWorkteams( ListSubscribedWorkteamsRequest listSubscribedWorkteamsRequest) { throw new UnsupportedOperationException(); } /** *

* Gets a list of the work teams that you are subscribed to in the AWS Marketplace. The list may be empty if no work * team satisfies the filter specified in the NameContains parameter. *

*
*

* This is a convenience which creates an instance of the {@link ListSubscribedWorkteamsRequest.Builder} avoiding * the need to create one manually via {@link ListSubscribedWorkteamsRequest#builder()} *

* * @param listSubscribedWorkteamsRequest * A {@link Consumer} that will call methods on {@link ListSubscribedWorkteamsRequest.Builder} to create a * request. * @return A Java Future containing the result of the ListSubscribedWorkteams operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListSubscribedWorkteams * @see AWS API Documentation */ default CompletableFuture listSubscribedWorkteams( Consumer listSubscribedWorkteamsRequest) { return listSubscribedWorkteams(ListSubscribedWorkteamsRequest.builder().applyMutation(listSubscribedWorkteamsRequest) .build()); } /** *

* Gets a list of the work teams that you are subscribed to in the AWS Marketplace. The list may be empty if no work * team satisfies the filter specified in the NameContains parameter. *

* * @return A Java Future containing the result of the ListSubscribedWorkteams operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListSubscribedWorkteams * @see AWS API Documentation */ default CompletableFuture listSubscribedWorkteams() { return listSubscribedWorkteams(ListSubscribedWorkteamsRequest.builder().build()); } /** *

* Gets a list of the work teams that you are subscribed to in the AWS Marketplace. The list may be empty if no work * team satisfies the filter specified in the NameContains parameter. *

*
*

* This is a variant of * {@link #listSubscribedWorkteams(software.amazon.awssdk.services.sagemaker.model.ListSubscribedWorkteamsRequest)} * operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. * SDK will internally handle making service calls for you. *

*

* When the operation is called, an instance of this class is returned. At this point, no service calls are made yet * and so there is no guarantee that the request is valid. If there are errors in your request, you will see the * failures only after you start streaming the data. The subscribe method should be called as a request to start * streaming data. For more info, see * {@link org.reactivestreams.Publisher#subscribe(org.reactivestreams.Subscriber)}. Each call to the subscribe * method will result in a new {@link org.reactivestreams.Subscription} i.e., a new contract to stream data from the * starting request. *

* *

* The following are few ways to use the response class: *

* 1) Using the subscribe helper method * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListSubscribedWorkteamsPublisher publisher = client.listSubscribedWorkteamsPaginator(request);
     * CompletableFuture future = publisher.subscribe(res -> { // Do something with the response });
     * future.get();
     * }
     * 
* * 2) Using a custom subscriber * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListSubscribedWorkteamsPublisher publisher = client.listSubscribedWorkteamsPaginator(request);
     * publisher.subscribe(new Subscriber() {
     * 
     * public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
     * 
     * 
     * public void onNext(software.amazon.awssdk.services.sagemaker.model.ListSubscribedWorkteamsResponse response) { //... };
     * });}
     * 
* * As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2. *

* Please notice that the configuration of MaxResults won't limit the number of results you get with the * paginator. It only limits the number of results in each page. *

*

* Note: If you prefer to have control on service calls, use the * {@link #listSubscribedWorkteams(software.amazon.awssdk.services.sagemaker.model.ListSubscribedWorkteamsRequest)} * operation. *

* * @return A custom publisher that can be subscribed to request a stream of response pages.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListSubscribedWorkteams * @see AWS API Documentation */ default ListSubscribedWorkteamsPublisher listSubscribedWorkteamsPaginator() { return listSubscribedWorkteamsPaginator(ListSubscribedWorkteamsRequest.builder().build()); } /** *

* Gets a list of the work teams that you are subscribed to in the AWS Marketplace. The list may be empty if no work * team satisfies the filter specified in the NameContains parameter. *

*
*

* This is a variant of * {@link #listSubscribedWorkteams(software.amazon.awssdk.services.sagemaker.model.ListSubscribedWorkteamsRequest)} * operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. * SDK will internally handle making service calls for you. *

*

* When the operation is called, an instance of this class is returned. At this point, no service calls are made yet * and so there is no guarantee that the request is valid. If there are errors in your request, you will see the * failures only after you start streaming the data. The subscribe method should be called as a request to start * streaming data. For more info, see * {@link org.reactivestreams.Publisher#subscribe(org.reactivestreams.Subscriber)}. Each call to the subscribe * method will result in a new {@link org.reactivestreams.Subscription} i.e., a new contract to stream data from the * starting request. *

* *

* The following are few ways to use the response class: *

* 1) Using the subscribe helper method * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListSubscribedWorkteamsPublisher publisher = client.listSubscribedWorkteamsPaginator(request);
     * CompletableFuture future = publisher.subscribe(res -> { // Do something with the response });
     * future.get();
     * }
     * 
* * 2) Using a custom subscriber * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListSubscribedWorkteamsPublisher publisher = client.listSubscribedWorkteamsPaginator(request);
     * publisher.subscribe(new Subscriber() {
     * 
     * public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
     * 
     * 
     * public void onNext(software.amazon.awssdk.services.sagemaker.model.ListSubscribedWorkteamsResponse response) { //... };
     * });}
     * 
* * As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2. *

* Please notice that the configuration of MaxResults won't limit the number of results you get with the * paginator. It only limits the number of results in each page. *

*

* Note: If you prefer to have control on service calls, use the * {@link #listSubscribedWorkteams(software.amazon.awssdk.services.sagemaker.model.ListSubscribedWorkteamsRequest)} * operation. *

* * @param listSubscribedWorkteamsRequest * @return A custom publisher that can be subscribed to request a stream of response pages.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListSubscribedWorkteams * @see AWS API Documentation */ default ListSubscribedWorkteamsPublisher listSubscribedWorkteamsPaginator( ListSubscribedWorkteamsRequest listSubscribedWorkteamsRequest) { throw new UnsupportedOperationException(); } /** *

* Gets a list of the work teams that you are subscribed to in the AWS Marketplace. The list may be empty if no work * team satisfies the filter specified in the NameContains parameter. *

*
*

* This is a variant of * {@link #listSubscribedWorkteams(software.amazon.awssdk.services.sagemaker.model.ListSubscribedWorkteamsRequest)} * operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. * SDK will internally handle making service calls for you. *

*

* When the operation is called, an instance of this class is returned. At this point, no service calls are made yet * and so there is no guarantee that the request is valid. If there are errors in your request, you will see the * failures only after you start streaming the data. The subscribe method should be called as a request to start * streaming data. For more info, see * {@link org.reactivestreams.Publisher#subscribe(org.reactivestreams.Subscriber)}. Each call to the subscribe * method will result in a new {@link org.reactivestreams.Subscription} i.e., a new contract to stream data from the * starting request. *

* *

* The following are few ways to use the response class: *

* 1) Using the subscribe helper method * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListSubscribedWorkteamsPublisher publisher = client.listSubscribedWorkteamsPaginator(request);
     * CompletableFuture future = publisher.subscribe(res -> { // Do something with the response });
     * future.get();
     * }
     * 
* * 2) Using a custom subscriber * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListSubscribedWorkteamsPublisher publisher = client.listSubscribedWorkteamsPaginator(request);
     * publisher.subscribe(new Subscriber() {
     * 
     * public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
     * 
     * 
     * public void onNext(software.amazon.awssdk.services.sagemaker.model.ListSubscribedWorkteamsResponse response) { //... };
     * });}
     * 
* * As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2. *

* Please notice that the configuration of MaxResults won't limit the number of results you get with the * paginator. It only limits the number of results in each page. *

*

* Note: If you prefer to have control on service calls, use the * {@link #listSubscribedWorkteams(software.amazon.awssdk.services.sagemaker.model.ListSubscribedWorkteamsRequest)} * operation. *

*

* This is a convenience which creates an instance of the {@link ListSubscribedWorkteamsRequest.Builder} avoiding * the need to create one manually via {@link ListSubscribedWorkteamsRequest#builder()} *

* * @param listSubscribedWorkteamsRequest * A {@link Consumer} that will call methods on {@link ListSubscribedWorkteamsRequest.Builder} to create a * request. * @return A custom publisher that can be subscribed to request a stream of response pages.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListSubscribedWorkteams * @see AWS API Documentation */ default ListSubscribedWorkteamsPublisher listSubscribedWorkteamsPaginator( Consumer listSubscribedWorkteamsRequest) { return listSubscribedWorkteamsPaginator(ListSubscribedWorkteamsRequest.builder() .applyMutation(listSubscribedWorkteamsRequest).build()); } /** *

* Returns the tags for the specified Amazon SageMaker resource. *

* * @param listTagsRequest * @return A Java Future containing the result of the ListTags operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListTags * @see AWS API * Documentation */ default CompletableFuture listTags(ListTagsRequest listTagsRequest) { throw new UnsupportedOperationException(); } /** *

* Returns the tags for the specified Amazon SageMaker resource. *

*
*

* This is a convenience which creates an instance of the {@link ListTagsRequest.Builder} avoiding the need to * create one manually via {@link ListTagsRequest#builder()} *

* * @param listTagsRequest * A {@link Consumer} that will call methods on {@link ListTagsInput.Builder} to create a request. * @return A Java Future containing the result of the ListTags operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListTags * @see AWS API * Documentation */ default CompletableFuture listTags(Consumer listTagsRequest) { return listTags(ListTagsRequest.builder().applyMutation(listTagsRequest).build()); } /** *

* Returns the tags for the specified Amazon SageMaker resource. *

*
*

* This is a variant of {@link #listTags(software.amazon.awssdk.services.sagemaker.model.ListTagsRequest)} * operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. * SDK will internally handle making service calls for you. *

*

* When the operation is called, an instance of this class is returned. At this point, no service calls are made yet * and so there is no guarantee that the request is valid. If there are errors in your request, you will see the * failures only after you start streaming the data. The subscribe method should be called as a request to start * streaming data. For more info, see * {@link org.reactivestreams.Publisher#subscribe(org.reactivestreams.Subscriber)}. Each call to the subscribe * method will result in a new {@link org.reactivestreams.Subscription} i.e., a new contract to stream data from the * starting request. *

* *

* The following are few ways to use the response class: *

* 1) Using the subscribe helper method * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListTagsPublisher publisher = client.listTagsPaginator(request);
     * CompletableFuture future = publisher.subscribe(res -> { // Do something with the response });
     * future.get();
     * }
     * 
* * 2) Using a custom subscriber * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListTagsPublisher publisher = client.listTagsPaginator(request);
     * publisher.subscribe(new Subscriber() {
     * 
     * public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
     * 
     * 
     * public void onNext(software.amazon.awssdk.services.sagemaker.model.ListTagsResponse response) { //... };
     * });}
     * 
* * As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2. *

* Please notice that the configuration of MaxResults won't limit the number of results you get with the * paginator. It only limits the number of results in each page. *

*

* Note: If you prefer to have control on service calls, use the * {@link #listTags(software.amazon.awssdk.services.sagemaker.model.ListTagsRequest)} operation. *

* * @param listTagsRequest * @return A custom publisher that can be subscribed to request a stream of response pages.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListTags * @see AWS API * Documentation */ default ListTagsPublisher listTagsPaginator(ListTagsRequest listTagsRequest) { throw new UnsupportedOperationException(); } /** *

* Returns the tags for the specified Amazon SageMaker resource. *

*
*

* This is a variant of {@link #listTags(software.amazon.awssdk.services.sagemaker.model.ListTagsRequest)} * operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. * SDK will internally handle making service calls for you. *

*

* When the operation is called, an instance of this class is returned. At this point, no service calls are made yet * and so there is no guarantee that the request is valid. If there are errors in your request, you will see the * failures only after you start streaming the data. The subscribe method should be called as a request to start * streaming data. For more info, see * {@link org.reactivestreams.Publisher#subscribe(org.reactivestreams.Subscriber)}. Each call to the subscribe * method will result in a new {@link org.reactivestreams.Subscription} i.e., a new contract to stream data from the * starting request. *

* *

* The following are few ways to use the response class: *

* 1) Using the subscribe helper method * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListTagsPublisher publisher = client.listTagsPaginator(request);
     * CompletableFuture future = publisher.subscribe(res -> { // Do something with the response });
     * future.get();
     * }
     * 
* * 2) Using a custom subscriber * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListTagsPublisher publisher = client.listTagsPaginator(request);
     * publisher.subscribe(new Subscriber() {
     * 
     * public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
     * 
     * 
     * public void onNext(software.amazon.awssdk.services.sagemaker.model.ListTagsResponse response) { //... };
     * });}
     * 
* * As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2. *

* Please notice that the configuration of MaxResults won't limit the number of results you get with the * paginator. It only limits the number of results in each page. *

*

* Note: If you prefer to have control on service calls, use the * {@link #listTags(software.amazon.awssdk.services.sagemaker.model.ListTagsRequest)} operation. *

*

* This is a convenience which creates an instance of the {@link ListTagsRequest.Builder} avoiding the need to * create one manually via {@link ListTagsRequest#builder()} *

* * @param listTagsRequest * A {@link Consumer} that will call methods on {@link ListTagsInput.Builder} to create a request. * @return A custom publisher that can be subscribed to request a stream of response pages.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListTags * @see AWS API * Documentation */ default ListTagsPublisher listTagsPaginator(Consumer listTagsRequest) { return listTagsPaginator(ListTagsRequest.builder().applyMutation(listTagsRequest).build()); } /** *

* Lists training jobs. *

* * @param listTrainingJobsRequest * @return A Java Future containing the result of the ListTrainingJobs operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListTrainingJobs * @see AWS API * Documentation */ default CompletableFuture listTrainingJobs(ListTrainingJobsRequest listTrainingJobsRequest) { throw new UnsupportedOperationException(); } /** *

* Lists training jobs. *

*
*

* This is a convenience which creates an instance of the {@link ListTrainingJobsRequest.Builder} avoiding the need * to create one manually via {@link ListTrainingJobsRequest#builder()} *

* * @param listTrainingJobsRequest * A {@link Consumer} that will call methods on {@link ListTrainingJobsRequest.Builder} to create a request. * @return A Java Future containing the result of the ListTrainingJobs operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListTrainingJobs * @see AWS API * Documentation */ default CompletableFuture listTrainingJobs( Consumer listTrainingJobsRequest) { return listTrainingJobs(ListTrainingJobsRequest.builder().applyMutation(listTrainingJobsRequest).build()); } /** *

* Lists training jobs. *

* * @return A Java Future containing the result of the ListTrainingJobs operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListTrainingJobs * @see AWS API * Documentation */ default CompletableFuture listTrainingJobs() { return listTrainingJobs(ListTrainingJobsRequest.builder().build()); } /** *

* Gets a list of TrainingJobSummary objects that describe the training jobs that a hyperparameter tuning job * launched. *

* * @param listTrainingJobsForHyperParameterTuningJobRequest * @return A Java Future containing the result of the ListTrainingJobsForHyperParameterTuningJob operation returned * by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListTrainingJobsForHyperParameterTuningJob * @see AWS API Documentation */ default CompletableFuture listTrainingJobsForHyperParameterTuningJob( ListTrainingJobsForHyperParameterTuningJobRequest listTrainingJobsForHyperParameterTuningJobRequest) { throw new UnsupportedOperationException(); } /** *

* Gets a list of TrainingJobSummary objects that describe the training jobs that a hyperparameter tuning job * launched. *

*
*

* This is a convenience which creates an instance of the * {@link ListTrainingJobsForHyperParameterTuningJobRequest.Builder} avoiding the need to create one manually via * {@link ListTrainingJobsForHyperParameterTuningJobRequest#builder()} *

* * @param listTrainingJobsForHyperParameterTuningJobRequest * A {@link Consumer} that will call methods on * {@link ListTrainingJobsForHyperParameterTuningJobRequest.Builder} to create a request. * @return A Java Future containing the result of the ListTrainingJobsForHyperParameterTuningJob operation returned * by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListTrainingJobsForHyperParameterTuningJob * @see AWS API Documentation */ default CompletableFuture listTrainingJobsForHyperParameterTuningJob( Consumer listTrainingJobsForHyperParameterTuningJobRequest) { return listTrainingJobsForHyperParameterTuningJob(ListTrainingJobsForHyperParameterTuningJobRequest.builder() .applyMutation(listTrainingJobsForHyperParameterTuningJobRequest).build()); } /** *

* Gets a list of TrainingJobSummary objects that describe the training jobs that a hyperparameter tuning job * launched. *

*
*

* This is a variant of * {@link #listTrainingJobsForHyperParameterTuningJob(software.amazon.awssdk.services.sagemaker.model.ListTrainingJobsForHyperParameterTuningJobRequest)} * operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. * SDK will internally handle making service calls for you. *

*

* When the operation is called, an instance of this class is returned. At this point, no service calls are made yet * and so there is no guarantee that the request is valid. If there are errors in your request, you will see the * failures only after you start streaming the data. The subscribe method should be called as a request to start * streaming data. For more info, see * {@link org.reactivestreams.Publisher#subscribe(org.reactivestreams.Subscriber)}. Each call to the subscribe * method will result in a new {@link org.reactivestreams.Subscription} i.e., a new contract to stream data from the * starting request. *

* *

* The following are few ways to use the response class: *

* 1) Using the subscribe helper method * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListTrainingJobsForHyperParameterTuningJobPublisher publisher = client.listTrainingJobsForHyperParameterTuningJobPaginator(request);
     * CompletableFuture future = publisher.subscribe(res -> { // Do something with the response });
     * future.get();
     * }
     * 
* * 2) Using a custom subscriber * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListTrainingJobsForHyperParameterTuningJobPublisher publisher = client.listTrainingJobsForHyperParameterTuningJobPaginator(request);
     * publisher.subscribe(new Subscriber() {
     * 
     * public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
     * 
     * 
     * public void onNext(software.amazon.awssdk.services.sagemaker.model.ListTrainingJobsForHyperParameterTuningJobResponse response) { //... };
     * });}
     * 
* * As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2. *

* Please notice that the configuration of MaxResults won't limit the number of results you get with the * paginator. It only limits the number of results in each page. *

*

* Note: If you prefer to have control on service calls, use the * {@link #listTrainingJobsForHyperParameterTuningJob(software.amazon.awssdk.services.sagemaker.model.ListTrainingJobsForHyperParameterTuningJobRequest)} * operation. *

* * @param listTrainingJobsForHyperParameterTuningJobRequest * @return A custom publisher that can be subscribed to request a stream of response pages.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListTrainingJobsForHyperParameterTuningJob * @see AWS API Documentation */ default ListTrainingJobsForHyperParameterTuningJobPublisher listTrainingJobsForHyperParameterTuningJobPaginator( ListTrainingJobsForHyperParameterTuningJobRequest listTrainingJobsForHyperParameterTuningJobRequest) { throw new UnsupportedOperationException(); } /** *

* Gets a list of TrainingJobSummary objects that describe the training jobs that a hyperparameter tuning job * launched. *

*
*

* This is a variant of * {@link #listTrainingJobsForHyperParameterTuningJob(software.amazon.awssdk.services.sagemaker.model.ListTrainingJobsForHyperParameterTuningJobRequest)} * operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. * SDK will internally handle making service calls for you. *

*

* When the operation is called, an instance of this class is returned. At this point, no service calls are made yet * and so there is no guarantee that the request is valid. If there are errors in your request, you will see the * failures only after you start streaming the data. The subscribe method should be called as a request to start * streaming data. For more info, see * {@link org.reactivestreams.Publisher#subscribe(org.reactivestreams.Subscriber)}. Each call to the subscribe * method will result in a new {@link org.reactivestreams.Subscription} i.e., a new contract to stream data from the * starting request. *

* *

* The following are few ways to use the response class: *

* 1) Using the subscribe helper method * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListTrainingJobsForHyperParameterTuningJobPublisher publisher = client.listTrainingJobsForHyperParameterTuningJobPaginator(request);
     * CompletableFuture future = publisher.subscribe(res -> { // Do something with the response });
     * future.get();
     * }
     * 
* * 2) Using a custom subscriber * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListTrainingJobsForHyperParameterTuningJobPublisher publisher = client.listTrainingJobsForHyperParameterTuningJobPaginator(request);
     * publisher.subscribe(new Subscriber() {
     * 
     * public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
     * 
     * 
     * public void onNext(software.amazon.awssdk.services.sagemaker.model.ListTrainingJobsForHyperParameterTuningJobResponse response) { //... };
     * });}
     * 
* * As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2. *

* Please notice that the configuration of MaxResults won't limit the number of results you get with the * paginator. It only limits the number of results in each page. *

*

* Note: If you prefer to have control on service calls, use the * {@link #listTrainingJobsForHyperParameterTuningJob(software.amazon.awssdk.services.sagemaker.model.ListTrainingJobsForHyperParameterTuningJobRequest)} * operation. *

*

* This is a convenience which creates an instance of the * {@link ListTrainingJobsForHyperParameterTuningJobRequest.Builder} avoiding the need to create one manually via * {@link ListTrainingJobsForHyperParameterTuningJobRequest#builder()} *

* * @param listTrainingJobsForHyperParameterTuningJobRequest * A {@link Consumer} that will call methods on * {@link ListTrainingJobsForHyperParameterTuningJobRequest.Builder} to create a request. * @return A custom publisher that can be subscribed to request a stream of response pages.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListTrainingJobsForHyperParameterTuningJob * @see AWS API Documentation */ default ListTrainingJobsForHyperParameterTuningJobPublisher listTrainingJobsForHyperParameterTuningJobPaginator( Consumer listTrainingJobsForHyperParameterTuningJobRequest) { return listTrainingJobsForHyperParameterTuningJobPaginator(ListTrainingJobsForHyperParameterTuningJobRequest.builder() .applyMutation(listTrainingJobsForHyperParameterTuningJobRequest).build()); } /** *

* Lists training jobs. *

*
*

* This is a variant of * {@link #listTrainingJobs(software.amazon.awssdk.services.sagemaker.model.ListTrainingJobsRequest)} operation. The * return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will * internally handle making service calls for you. *

*

* When the operation is called, an instance of this class is returned. At this point, no service calls are made yet * and so there is no guarantee that the request is valid. If there are errors in your request, you will see the * failures only after you start streaming the data. The subscribe method should be called as a request to start * streaming data. For more info, see * {@link org.reactivestreams.Publisher#subscribe(org.reactivestreams.Subscriber)}. Each call to the subscribe * method will result in a new {@link org.reactivestreams.Subscription} i.e., a new contract to stream data from the * starting request. *

* *

* The following are few ways to use the response class: *

* 1) Using the subscribe helper method * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListTrainingJobsPublisher publisher = client.listTrainingJobsPaginator(request);
     * CompletableFuture future = publisher.subscribe(res -> { // Do something with the response });
     * future.get();
     * }
     * 
* * 2) Using a custom subscriber * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListTrainingJobsPublisher publisher = client.listTrainingJobsPaginator(request);
     * publisher.subscribe(new Subscriber() {
     * 
     * public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
     * 
     * 
     * public void onNext(software.amazon.awssdk.services.sagemaker.model.ListTrainingJobsResponse response) { //... };
     * });}
     * 
* * As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2. *

* Please notice that the configuration of MaxResults won't limit the number of results you get with the * paginator. It only limits the number of results in each page. *

*

* Note: If you prefer to have control on service calls, use the * {@link #listTrainingJobs(software.amazon.awssdk.services.sagemaker.model.ListTrainingJobsRequest)} operation. *

* * @return A custom publisher that can be subscribed to request a stream of response pages.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListTrainingJobs * @see AWS API * Documentation */ default ListTrainingJobsPublisher listTrainingJobsPaginator() { return listTrainingJobsPaginator(ListTrainingJobsRequest.builder().build()); } /** *

* Lists training jobs. *

*
*

* This is a variant of * {@link #listTrainingJobs(software.amazon.awssdk.services.sagemaker.model.ListTrainingJobsRequest)} operation. The * return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will * internally handle making service calls for you. *

*

* When the operation is called, an instance of this class is returned. At this point, no service calls are made yet * and so there is no guarantee that the request is valid. If there are errors in your request, you will see the * failures only after you start streaming the data. The subscribe method should be called as a request to start * streaming data. For more info, see * {@link org.reactivestreams.Publisher#subscribe(org.reactivestreams.Subscriber)}. Each call to the subscribe * method will result in a new {@link org.reactivestreams.Subscription} i.e., a new contract to stream data from the * starting request. *

* *

* The following are few ways to use the response class: *

* 1) Using the subscribe helper method * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListTrainingJobsPublisher publisher = client.listTrainingJobsPaginator(request);
     * CompletableFuture future = publisher.subscribe(res -> { // Do something with the response });
     * future.get();
     * }
     * 
* * 2) Using a custom subscriber * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListTrainingJobsPublisher publisher = client.listTrainingJobsPaginator(request);
     * publisher.subscribe(new Subscriber() {
     * 
     * public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
     * 
     * 
     * public void onNext(software.amazon.awssdk.services.sagemaker.model.ListTrainingJobsResponse response) { //... };
     * });}
     * 
* * As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2. *

* Please notice that the configuration of MaxResults won't limit the number of results you get with the * paginator. It only limits the number of results in each page. *

*

* Note: If you prefer to have control on service calls, use the * {@link #listTrainingJobs(software.amazon.awssdk.services.sagemaker.model.ListTrainingJobsRequest)} operation. *

* * @param listTrainingJobsRequest * @return A custom publisher that can be subscribed to request a stream of response pages.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListTrainingJobs * @see AWS API * Documentation */ default ListTrainingJobsPublisher listTrainingJobsPaginator(ListTrainingJobsRequest listTrainingJobsRequest) { throw new UnsupportedOperationException(); } /** *

* Lists training jobs. *

*
*

* This is a variant of * {@link #listTrainingJobs(software.amazon.awssdk.services.sagemaker.model.ListTrainingJobsRequest)} operation. The * return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will * internally handle making service calls for you. *

*

* When the operation is called, an instance of this class is returned. At this point, no service calls are made yet * and so there is no guarantee that the request is valid. If there are errors in your request, you will see the * failures only after you start streaming the data. The subscribe method should be called as a request to start * streaming data. For more info, see * {@link org.reactivestreams.Publisher#subscribe(org.reactivestreams.Subscriber)}. Each call to the subscribe * method will result in a new {@link org.reactivestreams.Subscription} i.e., a new contract to stream data from the * starting request. *

* *

* The following are few ways to use the response class: *

* 1) Using the subscribe helper method * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListTrainingJobsPublisher publisher = client.listTrainingJobsPaginator(request);
     * CompletableFuture future = publisher.subscribe(res -> { // Do something with the response });
     * future.get();
     * }
     * 
* * 2) Using a custom subscriber * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListTrainingJobsPublisher publisher = client.listTrainingJobsPaginator(request);
     * publisher.subscribe(new Subscriber() {
     * 
     * public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
     * 
     * 
     * public void onNext(software.amazon.awssdk.services.sagemaker.model.ListTrainingJobsResponse response) { //... };
     * });}
     * 
* * As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2. *

* Please notice that the configuration of MaxResults won't limit the number of results you get with the * paginator. It only limits the number of results in each page. *

*

* Note: If you prefer to have control on service calls, use the * {@link #listTrainingJobs(software.amazon.awssdk.services.sagemaker.model.ListTrainingJobsRequest)} operation. *

*

* This is a convenience which creates an instance of the {@link ListTrainingJobsRequest.Builder} avoiding the need * to create one manually via {@link ListTrainingJobsRequest#builder()} *

* * @param listTrainingJobsRequest * A {@link Consumer} that will call methods on {@link ListTrainingJobsRequest.Builder} to create a request. * @return A custom publisher that can be subscribed to request a stream of response pages.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListTrainingJobs * @see AWS API * Documentation */ default ListTrainingJobsPublisher listTrainingJobsPaginator(Consumer listTrainingJobsRequest) { return listTrainingJobsPaginator(ListTrainingJobsRequest.builder().applyMutation(listTrainingJobsRequest).build()); } /** *

* Lists transform jobs. *

* * @param listTransformJobsRequest * @return A Java Future containing the result of the ListTransformJobs operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListTransformJobs * @see AWS * API Documentation */ default CompletableFuture listTransformJobs(ListTransformJobsRequest listTransformJobsRequest) { throw new UnsupportedOperationException(); } /** *

* Lists transform jobs. *

*
*

* This is a convenience which creates an instance of the {@link ListTransformJobsRequest.Builder} avoiding the need * to create one manually via {@link ListTransformJobsRequest#builder()} *

* * @param listTransformJobsRequest * A {@link Consumer} that will call methods on {@link ListTransformJobsRequest.Builder} to create a request. * @return A Java Future containing the result of the ListTransformJobs operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListTransformJobs * @see AWS * API Documentation */ default CompletableFuture listTransformJobs( Consumer listTransformJobsRequest) { return listTransformJobs(ListTransformJobsRequest.builder().applyMutation(listTransformJobsRequest).build()); } /** *

* Lists transform jobs. *

* * @return A Java Future containing the result of the ListTransformJobs operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListTransformJobs * @see AWS * API Documentation */ default CompletableFuture listTransformJobs() { return listTransformJobs(ListTransformJobsRequest.builder().build()); } /** *

* Lists transform jobs. *

*
*

* This is a variant of * {@link #listTransformJobs(software.amazon.awssdk.services.sagemaker.model.ListTransformJobsRequest)} operation. * The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will * internally handle making service calls for you. *

*

* When the operation is called, an instance of this class is returned. At this point, no service calls are made yet * and so there is no guarantee that the request is valid. If there are errors in your request, you will see the * failures only after you start streaming the data. The subscribe method should be called as a request to start * streaming data. For more info, see * {@link org.reactivestreams.Publisher#subscribe(org.reactivestreams.Subscriber)}. Each call to the subscribe * method will result in a new {@link org.reactivestreams.Subscription} i.e., a new contract to stream data from the * starting request. *

* *

* The following are few ways to use the response class: *

* 1) Using the subscribe helper method * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListTransformJobsPublisher publisher = client.listTransformJobsPaginator(request);
     * CompletableFuture future = publisher.subscribe(res -> { // Do something with the response });
     * future.get();
     * }
     * 
* * 2) Using a custom subscriber * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListTransformJobsPublisher publisher = client.listTransformJobsPaginator(request);
     * publisher.subscribe(new Subscriber() {
     * 
     * public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
     * 
     * 
     * public void onNext(software.amazon.awssdk.services.sagemaker.model.ListTransformJobsResponse response) { //... };
     * });}
     * 
* * As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2. *

* Please notice that the configuration of MaxResults won't limit the number of results you get with the * paginator. It only limits the number of results in each page. *

*

* Note: If you prefer to have control on service calls, use the * {@link #listTransformJobs(software.amazon.awssdk.services.sagemaker.model.ListTransformJobsRequest)} * operation. *

* * @return A custom publisher that can be subscribed to request a stream of response pages.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListTransformJobs * @see AWS * API Documentation */ default ListTransformJobsPublisher listTransformJobsPaginator() { return listTransformJobsPaginator(ListTransformJobsRequest.builder().build()); } /** *

* Lists transform jobs. *

*
*

* This is a variant of * {@link #listTransformJobs(software.amazon.awssdk.services.sagemaker.model.ListTransformJobsRequest)} operation. * The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will * internally handle making service calls for you. *

*

* When the operation is called, an instance of this class is returned. At this point, no service calls are made yet * and so there is no guarantee that the request is valid. If there are errors in your request, you will see the * failures only after you start streaming the data. The subscribe method should be called as a request to start * streaming data. For more info, see * {@link org.reactivestreams.Publisher#subscribe(org.reactivestreams.Subscriber)}. Each call to the subscribe * method will result in a new {@link org.reactivestreams.Subscription} i.e., a new contract to stream data from the * starting request. *

* *

* The following are few ways to use the response class: *

* 1) Using the subscribe helper method * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListTransformJobsPublisher publisher = client.listTransformJobsPaginator(request);
     * CompletableFuture future = publisher.subscribe(res -> { // Do something with the response });
     * future.get();
     * }
     * 
* * 2) Using a custom subscriber * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListTransformJobsPublisher publisher = client.listTransformJobsPaginator(request);
     * publisher.subscribe(new Subscriber() {
     * 
     * public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
     * 
     * 
     * public void onNext(software.amazon.awssdk.services.sagemaker.model.ListTransformJobsResponse response) { //... };
     * });}
     * 
* * As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2. *

* Please notice that the configuration of MaxResults won't limit the number of results you get with the * paginator. It only limits the number of results in each page. *

*

* Note: If you prefer to have control on service calls, use the * {@link #listTransformJobs(software.amazon.awssdk.services.sagemaker.model.ListTransformJobsRequest)} * operation. *

* * @param listTransformJobsRequest * @return A custom publisher that can be subscribed to request a stream of response pages.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListTransformJobs * @see AWS * API Documentation */ default ListTransformJobsPublisher listTransformJobsPaginator(ListTransformJobsRequest listTransformJobsRequest) { throw new UnsupportedOperationException(); } /** *

* Lists transform jobs. *

*
*

* This is a variant of * {@link #listTransformJobs(software.amazon.awssdk.services.sagemaker.model.ListTransformJobsRequest)} operation. * The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will * internally handle making service calls for you. *

*

* When the operation is called, an instance of this class is returned. At this point, no service calls are made yet * and so there is no guarantee that the request is valid. If there are errors in your request, you will see the * failures only after you start streaming the data. The subscribe method should be called as a request to start * streaming data. For more info, see * {@link org.reactivestreams.Publisher#subscribe(org.reactivestreams.Subscriber)}. Each call to the subscribe * method will result in a new {@link org.reactivestreams.Subscription} i.e., a new contract to stream data from the * starting request. *

* *

* The following are few ways to use the response class: *

* 1) Using the subscribe helper method * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListTransformJobsPublisher publisher = client.listTransformJobsPaginator(request);
     * CompletableFuture future = publisher.subscribe(res -> { // Do something with the response });
     * future.get();
     * }
     * 
* * 2) Using a custom subscriber * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListTransformJobsPublisher publisher = client.listTransformJobsPaginator(request);
     * publisher.subscribe(new Subscriber() {
     * 
     * public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
     * 
     * 
     * public void onNext(software.amazon.awssdk.services.sagemaker.model.ListTransformJobsResponse response) { //... };
     * });}
     * 
* * As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2. *

* Please notice that the configuration of MaxResults won't limit the number of results you get with the * paginator. It only limits the number of results in each page. *

*

* Note: If you prefer to have control on service calls, use the * {@link #listTransformJobs(software.amazon.awssdk.services.sagemaker.model.ListTransformJobsRequest)} * operation. *

*

* This is a convenience which creates an instance of the {@link ListTransformJobsRequest.Builder} avoiding the need * to create one manually via {@link ListTransformJobsRequest#builder()} *

* * @param listTransformJobsRequest * A {@link Consumer} that will call methods on {@link ListTransformJobsRequest.Builder} to create a request. * @return A custom publisher that can be subscribed to request a stream of response pages.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListTransformJobs * @see AWS * API Documentation */ default ListTransformJobsPublisher listTransformJobsPaginator( Consumer listTransformJobsRequest) { return listTransformJobsPaginator(ListTransformJobsRequest.builder().applyMutation(listTransformJobsRequest).build()); } /** *

* Lists the trial components in your account. You can sort the list by trial component name or creation time. You * can filter the list to show only components that were created in a specific time range. You can also filter on * one of the following: *

*
    *
  • *

    * ExperimentName *

    *
  • *
  • *

    * SourceArn *

    *
  • *
  • *

    * TrialName *

    *
  • *
* * @param listTrialComponentsRequest * @return A Java Future containing the result of the ListTrialComponents operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListTrialComponents * @see AWS * API Documentation */ default CompletableFuture listTrialComponents( ListTrialComponentsRequest listTrialComponentsRequest) { throw new UnsupportedOperationException(); } /** *

* Lists the trial components in your account. You can sort the list by trial component name or creation time. You * can filter the list to show only components that were created in a specific time range. You can also filter on * one of the following: *

*
    *
  • *

    * ExperimentName *

    *
  • *
  • *

    * SourceArn *

    *
  • *
  • *

    * TrialName *

    *
  • *
*
*

* This is a convenience which creates an instance of the {@link ListTrialComponentsRequest.Builder} avoiding the * need to create one manually via {@link ListTrialComponentsRequest#builder()} *

* * @param listTrialComponentsRequest * A {@link Consumer} that will call methods on {@link ListTrialComponentsRequest.Builder} to create a * request. * @return A Java Future containing the result of the ListTrialComponents operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListTrialComponents * @see AWS * API Documentation */ default CompletableFuture listTrialComponents( Consumer listTrialComponentsRequest) { return listTrialComponents(ListTrialComponentsRequest.builder().applyMutation(listTrialComponentsRequest).build()); } /** *

* Lists the trial components in your account. You can sort the list by trial component name or creation time. You * can filter the list to show only components that were created in a specific time range. You can also filter on * one of the following: *

*
    *
  • *

    * ExperimentName *

    *
  • *
  • *

    * SourceArn *

    *
  • *
  • *

    * TrialName *

    *
  • *
*
*

* This is a variant of * {@link #listTrialComponents(software.amazon.awssdk.services.sagemaker.model.ListTrialComponentsRequest)} * operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. * SDK will internally handle making service calls for you. *

*

* When the operation is called, an instance of this class is returned. At this point, no service calls are made yet * and so there is no guarantee that the request is valid. If there are errors in your request, you will see the * failures only after you start streaming the data. The subscribe method should be called as a request to start * streaming data. For more info, see * {@link org.reactivestreams.Publisher#subscribe(org.reactivestreams.Subscriber)}. Each call to the subscribe * method will result in a new {@link org.reactivestreams.Subscription} i.e., a new contract to stream data from the * starting request. *

* *

* The following are few ways to use the response class: *

* 1) Using the subscribe helper method * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListTrialComponentsPublisher publisher = client.listTrialComponentsPaginator(request);
     * CompletableFuture future = publisher.subscribe(res -> { // Do something with the response });
     * future.get();
     * }
     * 
* * 2) Using a custom subscriber * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListTrialComponentsPublisher publisher = client.listTrialComponentsPaginator(request);
     * publisher.subscribe(new Subscriber() {
     * 
     * public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
     * 
     * 
     * public void onNext(software.amazon.awssdk.services.sagemaker.model.ListTrialComponentsResponse response) { //... };
     * });}
     * 
* * As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2. *

* Please notice that the configuration of MaxResults won't limit the number of results you get with the * paginator. It only limits the number of results in each page. *

*

* Note: If you prefer to have control on service calls, use the * {@link #listTrialComponents(software.amazon.awssdk.services.sagemaker.model.ListTrialComponentsRequest)} * operation. *

* * @param listTrialComponentsRequest * @return A custom publisher that can be subscribed to request a stream of response pages.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListTrialComponents * @see AWS * API Documentation */ default ListTrialComponentsPublisher listTrialComponentsPaginator(ListTrialComponentsRequest listTrialComponentsRequest) { throw new UnsupportedOperationException(); } /** *

* Lists the trial components in your account. You can sort the list by trial component name or creation time. You * can filter the list to show only components that were created in a specific time range. You can also filter on * one of the following: *

*
    *
  • *

    * ExperimentName *

    *
  • *
  • *

    * SourceArn *

    *
  • *
  • *

    * TrialName *

    *
  • *
*
*

* This is a variant of * {@link #listTrialComponents(software.amazon.awssdk.services.sagemaker.model.ListTrialComponentsRequest)} * operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. * SDK will internally handle making service calls for you. *

*

* When the operation is called, an instance of this class is returned. At this point, no service calls are made yet * and so there is no guarantee that the request is valid. If there are errors in your request, you will see the * failures only after you start streaming the data. The subscribe method should be called as a request to start * streaming data. For more info, see * {@link org.reactivestreams.Publisher#subscribe(org.reactivestreams.Subscriber)}. Each call to the subscribe * method will result in a new {@link org.reactivestreams.Subscription} i.e., a new contract to stream data from the * starting request. *

* *

* The following are few ways to use the response class: *

* 1) Using the subscribe helper method * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListTrialComponentsPublisher publisher = client.listTrialComponentsPaginator(request);
     * CompletableFuture future = publisher.subscribe(res -> { // Do something with the response });
     * future.get();
     * }
     * 
* * 2) Using a custom subscriber * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListTrialComponentsPublisher publisher = client.listTrialComponentsPaginator(request);
     * publisher.subscribe(new Subscriber() {
     * 
     * public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
     * 
     * 
     * public void onNext(software.amazon.awssdk.services.sagemaker.model.ListTrialComponentsResponse response) { //... };
     * });}
     * 
* * As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2. *

* Please notice that the configuration of MaxResults won't limit the number of results you get with the * paginator. It only limits the number of results in each page. *

*

* Note: If you prefer to have control on service calls, use the * {@link #listTrialComponents(software.amazon.awssdk.services.sagemaker.model.ListTrialComponentsRequest)} * operation. *

*

* This is a convenience which creates an instance of the {@link ListTrialComponentsRequest.Builder} avoiding the * need to create one manually via {@link ListTrialComponentsRequest#builder()} *

* * @param listTrialComponentsRequest * A {@link Consumer} that will call methods on {@link ListTrialComponentsRequest.Builder} to create a * request. * @return A custom publisher that can be subscribed to request a stream of response pages.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListTrialComponents * @see AWS * API Documentation */ default ListTrialComponentsPublisher listTrialComponentsPaginator( Consumer listTrialComponentsRequest) { return listTrialComponentsPaginator(ListTrialComponentsRequest.builder().applyMutation(listTrialComponentsRequest) .build()); } /** *

* Lists the trials in your account. Specify an experiment name to limit the list to the trials that are part of * that experiment. Specify a trial component name to limit the list to the trials that associated with that trial * component. The list can be filtered to show only trials that were created in a specific time range. The list can * be sorted by trial name or creation time. *

* * @param listTrialsRequest * @return A Java Future containing the result of the ListTrials operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListTrials * @see AWS API * Documentation */ default CompletableFuture listTrials(ListTrialsRequest listTrialsRequest) { throw new UnsupportedOperationException(); } /** *

* Lists the trials in your account. Specify an experiment name to limit the list to the trials that are part of * that experiment. Specify a trial component name to limit the list to the trials that associated with that trial * component. The list can be filtered to show only trials that were created in a specific time range. The list can * be sorted by trial name or creation time. *

*
*

* This is a convenience which creates an instance of the {@link ListTrialsRequest.Builder} avoiding the need to * create one manually via {@link ListTrialsRequest#builder()} *

* * @param listTrialsRequest * A {@link Consumer} that will call methods on {@link ListTrialsRequest.Builder} to create a request. * @return A Java Future containing the result of the ListTrials operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListTrials * @see AWS API * Documentation */ default CompletableFuture listTrials(Consumer listTrialsRequest) { return listTrials(ListTrialsRequest.builder().applyMutation(listTrialsRequest).build()); } /** *

* Lists the trials in your account. Specify an experiment name to limit the list to the trials that are part of * that experiment. Specify a trial component name to limit the list to the trials that associated with that trial * component. The list can be filtered to show only trials that were created in a specific time range. The list can * be sorted by trial name or creation time. *

*
*

* This is a variant of {@link #listTrials(software.amazon.awssdk.services.sagemaker.model.ListTrialsRequest)} * operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. * SDK will internally handle making service calls for you. *

*

* When the operation is called, an instance of this class is returned. At this point, no service calls are made yet * and so there is no guarantee that the request is valid. If there are errors in your request, you will see the * failures only after you start streaming the data. The subscribe method should be called as a request to start * streaming data. For more info, see * {@link org.reactivestreams.Publisher#subscribe(org.reactivestreams.Subscriber)}. Each call to the subscribe * method will result in a new {@link org.reactivestreams.Subscription} i.e., a new contract to stream data from the * starting request. *

* *

* The following are few ways to use the response class: *

* 1) Using the subscribe helper method * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListTrialsPublisher publisher = client.listTrialsPaginator(request);
     * CompletableFuture future = publisher.subscribe(res -> { // Do something with the response });
     * future.get();
     * }
     * 
* * 2) Using a custom subscriber * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListTrialsPublisher publisher = client.listTrialsPaginator(request);
     * publisher.subscribe(new Subscriber() {
     * 
     * public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
     * 
     * 
     * public void onNext(software.amazon.awssdk.services.sagemaker.model.ListTrialsResponse response) { //... };
     * });}
     * 
* * As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2. *

* Please notice that the configuration of MaxResults won't limit the number of results you get with the * paginator. It only limits the number of results in each page. *

*

* Note: If you prefer to have control on service calls, use the * {@link #listTrials(software.amazon.awssdk.services.sagemaker.model.ListTrialsRequest)} operation. *

* * @param listTrialsRequest * @return A custom publisher that can be subscribed to request a stream of response pages.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListTrials * @see AWS API * Documentation */ default ListTrialsPublisher listTrialsPaginator(ListTrialsRequest listTrialsRequest) { throw new UnsupportedOperationException(); } /** *

* Lists the trials in your account. Specify an experiment name to limit the list to the trials that are part of * that experiment. Specify a trial component name to limit the list to the trials that associated with that trial * component. The list can be filtered to show only trials that were created in a specific time range. The list can * be sorted by trial name or creation time. *

*
*

* This is a variant of {@link #listTrials(software.amazon.awssdk.services.sagemaker.model.ListTrialsRequest)} * operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. * SDK will internally handle making service calls for you. *

*

* When the operation is called, an instance of this class is returned. At this point, no service calls are made yet * and so there is no guarantee that the request is valid. If there are errors in your request, you will see the * failures only after you start streaming the data. The subscribe method should be called as a request to start * streaming data. For more info, see * {@link org.reactivestreams.Publisher#subscribe(org.reactivestreams.Subscriber)}. Each call to the subscribe * method will result in a new {@link org.reactivestreams.Subscription} i.e., a new contract to stream data from the * starting request. *

* *

* The following are few ways to use the response class: *

* 1) Using the subscribe helper method * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListTrialsPublisher publisher = client.listTrialsPaginator(request);
     * CompletableFuture future = publisher.subscribe(res -> { // Do something with the response });
     * future.get();
     * }
     * 
* * 2) Using a custom subscriber * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListTrialsPublisher publisher = client.listTrialsPaginator(request);
     * publisher.subscribe(new Subscriber() {
     * 
     * public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
     * 
     * 
     * public void onNext(software.amazon.awssdk.services.sagemaker.model.ListTrialsResponse response) { //... };
     * });}
     * 
* * As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2. *

* Please notice that the configuration of MaxResults won't limit the number of results you get with the * paginator. It only limits the number of results in each page. *

*

* Note: If you prefer to have control on service calls, use the * {@link #listTrials(software.amazon.awssdk.services.sagemaker.model.ListTrialsRequest)} operation. *

*

* This is a convenience which creates an instance of the {@link ListTrialsRequest.Builder} avoiding the need to * create one manually via {@link ListTrialsRequest#builder()} *

* * @param listTrialsRequest * A {@link Consumer} that will call methods on {@link ListTrialsRequest.Builder} to create a request. * @return A custom publisher that can be subscribed to request a stream of response pages.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListTrials * @see AWS API * Documentation */ default ListTrialsPublisher listTrialsPaginator(Consumer listTrialsRequest) { return listTrialsPaginator(ListTrialsRequest.builder().applyMutation(listTrialsRequest).build()); } /** *

* Lists user profiles. *

* * @param listUserProfilesRequest * @return A Java Future containing the result of the ListUserProfiles operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListUserProfiles * @see AWS API * Documentation */ default CompletableFuture listUserProfiles(ListUserProfilesRequest listUserProfilesRequest) { throw new UnsupportedOperationException(); } /** *

* Lists user profiles. *

*
*

* This is a convenience which creates an instance of the {@link ListUserProfilesRequest.Builder} avoiding the need * to create one manually via {@link ListUserProfilesRequest#builder()} *

* * @param listUserProfilesRequest * A {@link Consumer} that will call methods on {@link ListUserProfilesRequest.Builder} to create a request. * @return A Java Future containing the result of the ListUserProfiles operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListUserProfiles * @see AWS API * Documentation */ default CompletableFuture listUserProfiles( Consumer listUserProfilesRequest) { return listUserProfiles(ListUserProfilesRequest.builder().applyMutation(listUserProfilesRequest).build()); } /** *

* Lists user profiles. *

*
*

* This is a variant of * {@link #listUserProfiles(software.amazon.awssdk.services.sagemaker.model.ListUserProfilesRequest)} operation. The * return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will * internally handle making service calls for you. *

*

* When the operation is called, an instance of this class is returned. At this point, no service calls are made yet * and so there is no guarantee that the request is valid. If there are errors in your request, you will see the * failures only after you start streaming the data. The subscribe method should be called as a request to start * streaming data. For more info, see * {@link org.reactivestreams.Publisher#subscribe(org.reactivestreams.Subscriber)}. Each call to the subscribe * method will result in a new {@link org.reactivestreams.Subscription} i.e., a new contract to stream data from the * starting request. *

* *

* The following are few ways to use the response class: *

* 1) Using the subscribe helper method * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListUserProfilesPublisher publisher = client.listUserProfilesPaginator(request);
     * CompletableFuture future = publisher.subscribe(res -> { // Do something with the response });
     * future.get();
     * }
     * 
* * 2) Using a custom subscriber * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListUserProfilesPublisher publisher = client.listUserProfilesPaginator(request);
     * publisher.subscribe(new Subscriber() {
     * 
     * public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
     * 
     * 
     * public void onNext(software.amazon.awssdk.services.sagemaker.model.ListUserProfilesResponse response) { //... };
     * });}
     * 
* * As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2. *

* Please notice that the configuration of MaxResults won't limit the number of results you get with the * paginator. It only limits the number of results in each page. *

*

* Note: If you prefer to have control on service calls, use the * {@link #listUserProfiles(software.amazon.awssdk.services.sagemaker.model.ListUserProfilesRequest)} operation. *

* * @param listUserProfilesRequest * @return A custom publisher that can be subscribed to request a stream of response pages.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListUserProfiles * @see AWS API * Documentation */ default ListUserProfilesPublisher listUserProfilesPaginator(ListUserProfilesRequest listUserProfilesRequest) { throw new UnsupportedOperationException(); } /** *

* Lists user profiles. *

*
*

* This is a variant of * {@link #listUserProfiles(software.amazon.awssdk.services.sagemaker.model.ListUserProfilesRequest)} operation. The * return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will * internally handle making service calls for you. *

*

* When the operation is called, an instance of this class is returned. At this point, no service calls are made yet * and so there is no guarantee that the request is valid. If there are errors in your request, you will see the * failures only after you start streaming the data. The subscribe method should be called as a request to start * streaming data. For more info, see * {@link org.reactivestreams.Publisher#subscribe(org.reactivestreams.Subscriber)}. Each call to the subscribe * method will result in a new {@link org.reactivestreams.Subscription} i.e., a new contract to stream data from the * starting request. *

* *

* The following are few ways to use the response class: *

* 1) Using the subscribe helper method * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListUserProfilesPublisher publisher = client.listUserProfilesPaginator(request);
     * CompletableFuture future = publisher.subscribe(res -> { // Do something with the response });
     * future.get();
     * }
     * 
* * 2) Using a custom subscriber * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListUserProfilesPublisher publisher = client.listUserProfilesPaginator(request);
     * publisher.subscribe(new Subscriber() {
     * 
     * public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
     * 
     * 
     * public void onNext(software.amazon.awssdk.services.sagemaker.model.ListUserProfilesResponse response) { //... };
     * });}
     * 
* * As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2. *

* Please notice that the configuration of MaxResults won't limit the number of results you get with the * paginator. It only limits the number of results in each page. *

*

* Note: If you prefer to have control on service calls, use the * {@link #listUserProfiles(software.amazon.awssdk.services.sagemaker.model.ListUserProfilesRequest)} operation. *

*

* This is a convenience which creates an instance of the {@link ListUserProfilesRequest.Builder} avoiding the need * to create one manually via {@link ListUserProfilesRequest#builder()} *

* * @param listUserProfilesRequest * A {@link Consumer} that will call methods on {@link ListUserProfilesRequest.Builder} to create a request. * @return A custom publisher that can be subscribed to request a stream of response pages.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListUserProfiles * @see AWS API * Documentation */ default ListUserProfilesPublisher listUserProfilesPaginator(Consumer listUserProfilesRequest) { return listUserProfilesPaginator(ListUserProfilesRequest.builder().applyMutation(listUserProfilesRequest).build()); } /** *

* Use this operation to list all private and vendor workforces in an AWS Region. Note that you can only have one * private workforce per AWS Region. *

* * @param listWorkforcesRequest * @return A Java Future containing the result of the ListWorkforces operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListWorkforces * @see AWS API * Documentation */ default CompletableFuture listWorkforces(ListWorkforcesRequest listWorkforcesRequest) { throw new UnsupportedOperationException(); } /** *

* Use this operation to list all private and vendor workforces in an AWS Region. Note that you can only have one * private workforce per AWS Region. *

*
*

* This is a convenience which creates an instance of the {@link ListWorkforcesRequest.Builder} avoiding the need to * create one manually via {@link ListWorkforcesRequest#builder()} *

* * @param listWorkforcesRequest * A {@link Consumer} that will call methods on {@link ListWorkforcesRequest.Builder} to create a request. * @return A Java Future containing the result of the ListWorkforces operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListWorkforces * @see AWS API * Documentation */ default CompletableFuture listWorkforces(Consumer listWorkforcesRequest) { return listWorkforces(ListWorkforcesRequest.builder().applyMutation(listWorkforcesRequest).build()); } /** *

* Use this operation to list all private and vendor workforces in an AWS Region. Note that you can only have one * private workforce per AWS Region. *

*
*

* This is a variant of * {@link #listWorkforces(software.amazon.awssdk.services.sagemaker.model.ListWorkforcesRequest)} operation. The * return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will * internally handle making service calls for you. *

*

* When the operation is called, an instance of this class is returned. At this point, no service calls are made yet * and so there is no guarantee that the request is valid. If there are errors in your request, you will see the * failures only after you start streaming the data. The subscribe method should be called as a request to start * streaming data. For more info, see * {@link org.reactivestreams.Publisher#subscribe(org.reactivestreams.Subscriber)}. Each call to the subscribe * method will result in a new {@link org.reactivestreams.Subscription} i.e., a new contract to stream data from the * starting request. *

* *

* The following are few ways to use the response class: *

* 1) Using the subscribe helper method * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListWorkforcesPublisher publisher = client.listWorkforcesPaginator(request);
     * CompletableFuture future = publisher.subscribe(res -> { // Do something with the response });
     * future.get();
     * }
     * 
* * 2) Using a custom subscriber * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListWorkforcesPublisher publisher = client.listWorkforcesPaginator(request);
     * publisher.subscribe(new Subscriber() {
     * 
     * public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
     * 
     * 
     * public void onNext(software.amazon.awssdk.services.sagemaker.model.ListWorkforcesResponse response) { //... };
     * });}
     * 
* * As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2. *

* Please notice that the configuration of MaxResults won't limit the number of results you get with the * paginator. It only limits the number of results in each page. *

*

* Note: If you prefer to have control on service calls, use the * {@link #listWorkforces(software.amazon.awssdk.services.sagemaker.model.ListWorkforcesRequest)} operation. *

* * @param listWorkforcesRequest * @return A custom publisher that can be subscribed to request a stream of response pages.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListWorkforces * @see AWS API * Documentation */ default ListWorkforcesPublisher listWorkforcesPaginator(ListWorkforcesRequest listWorkforcesRequest) { throw new UnsupportedOperationException(); } /** *

* Use this operation to list all private and vendor workforces in an AWS Region. Note that you can only have one * private workforce per AWS Region. *

*
*

* This is a variant of * {@link #listWorkforces(software.amazon.awssdk.services.sagemaker.model.ListWorkforcesRequest)} operation. The * return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will * internally handle making service calls for you. *

*

* When the operation is called, an instance of this class is returned. At this point, no service calls are made yet * and so there is no guarantee that the request is valid. If there are errors in your request, you will see the * failures only after you start streaming the data. The subscribe method should be called as a request to start * streaming data. For more info, see * {@link org.reactivestreams.Publisher#subscribe(org.reactivestreams.Subscriber)}. Each call to the subscribe * method will result in a new {@link org.reactivestreams.Subscription} i.e., a new contract to stream data from the * starting request. *

* *

* The following are few ways to use the response class: *

* 1) Using the subscribe helper method * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListWorkforcesPublisher publisher = client.listWorkforcesPaginator(request);
     * CompletableFuture future = publisher.subscribe(res -> { // Do something with the response });
     * future.get();
     * }
     * 
* * 2) Using a custom subscriber * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListWorkforcesPublisher publisher = client.listWorkforcesPaginator(request);
     * publisher.subscribe(new Subscriber() {
     * 
     * public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
     * 
     * 
     * public void onNext(software.amazon.awssdk.services.sagemaker.model.ListWorkforcesResponse response) { //... };
     * });}
     * 
* * As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2. *

* Please notice that the configuration of MaxResults won't limit the number of results you get with the * paginator. It only limits the number of results in each page. *

*

* Note: If you prefer to have control on service calls, use the * {@link #listWorkforces(software.amazon.awssdk.services.sagemaker.model.ListWorkforcesRequest)} operation. *

*

* This is a convenience which creates an instance of the {@link ListWorkforcesRequest.Builder} avoiding the need to * create one manually via {@link ListWorkforcesRequest#builder()} *

* * @param listWorkforcesRequest * A {@link Consumer} that will call methods on {@link ListWorkforcesRequest.Builder} to create a request. * @return A custom publisher that can be subscribed to request a stream of response pages.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListWorkforces * @see AWS API * Documentation */ default ListWorkforcesPublisher listWorkforcesPaginator(Consumer listWorkforcesRequest) { return listWorkforcesPaginator(ListWorkforcesRequest.builder().applyMutation(listWorkforcesRequest).build()); } /** *

* Gets a list of private work teams that you have defined in a region. The list may be empty if no work team * satisfies the filter specified in the NameContains parameter. *

* * @param listWorkteamsRequest * @return A Java Future containing the result of the ListWorkteams operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListWorkteams * @see AWS API * Documentation */ default CompletableFuture listWorkteams(ListWorkteamsRequest listWorkteamsRequest) { throw new UnsupportedOperationException(); } /** *

* Gets a list of private work teams that you have defined in a region. The list may be empty if no work team * satisfies the filter specified in the NameContains parameter. *

*
*

* This is a convenience which creates an instance of the {@link ListWorkteamsRequest.Builder} avoiding the need to * create one manually via {@link ListWorkteamsRequest#builder()} *

* * @param listWorkteamsRequest * A {@link Consumer} that will call methods on {@link ListWorkteamsRequest.Builder} to create a request. * @return A Java Future containing the result of the ListWorkteams operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListWorkteams * @see AWS API * Documentation */ default CompletableFuture listWorkteams(Consumer listWorkteamsRequest) { return listWorkteams(ListWorkteamsRequest.builder().applyMutation(listWorkteamsRequest).build()); } /** *

* Gets a list of private work teams that you have defined in a region. The list may be empty if no work team * satisfies the filter specified in the NameContains parameter. *

* * @return A Java Future containing the result of the ListWorkteams operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListWorkteams * @see AWS API * Documentation */ default CompletableFuture listWorkteams() { return listWorkteams(ListWorkteamsRequest.builder().build()); } /** *

* Gets a list of private work teams that you have defined in a region. The list may be empty if no work team * satisfies the filter specified in the NameContains parameter. *

*
*

* This is a variant of {@link #listWorkteams(software.amazon.awssdk.services.sagemaker.model.ListWorkteamsRequest)} * operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. * SDK will internally handle making service calls for you. *

*

* When the operation is called, an instance of this class is returned. At this point, no service calls are made yet * and so there is no guarantee that the request is valid. If there are errors in your request, you will see the * failures only after you start streaming the data. The subscribe method should be called as a request to start * streaming data. For more info, see * {@link org.reactivestreams.Publisher#subscribe(org.reactivestreams.Subscriber)}. Each call to the subscribe * method will result in a new {@link org.reactivestreams.Subscription} i.e., a new contract to stream data from the * starting request. *

* *

* The following are few ways to use the response class: *

* 1) Using the subscribe helper method * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListWorkteamsPublisher publisher = client.listWorkteamsPaginator(request);
     * CompletableFuture future = publisher.subscribe(res -> { // Do something with the response });
     * future.get();
     * }
     * 
* * 2) Using a custom subscriber * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListWorkteamsPublisher publisher = client.listWorkteamsPaginator(request);
     * publisher.subscribe(new Subscriber() {
     * 
     * public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
     * 
     * 
     * public void onNext(software.amazon.awssdk.services.sagemaker.model.ListWorkteamsResponse response) { //... };
     * });}
     * 
* * As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2. *

* Please notice that the configuration of MaxResults won't limit the number of results you get with the * paginator. It only limits the number of results in each page. *

*

* Note: If you prefer to have control on service calls, use the * {@link #listWorkteams(software.amazon.awssdk.services.sagemaker.model.ListWorkteamsRequest)} operation. *

* * @return A custom publisher that can be subscribed to request a stream of response pages.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListWorkteams * @see AWS API * Documentation */ default ListWorkteamsPublisher listWorkteamsPaginator() { return listWorkteamsPaginator(ListWorkteamsRequest.builder().build()); } /** *

* Gets a list of private work teams that you have defined in a region. The list may be empty if no work team * satisfies the filter specified in the NameContains parameter. *

*
*

* This is a variant of {@link #listWorkteams(software.amazon.awssdk.services.sagemaker.model.ListWorkteamsRequest)} * operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. * SDK will internally handle making service calls for you. *

*

* When the operation is called, an instance of this class is returned. At this point, no service calls are made yet * and so there is no guarantee that the request is valid. If there are errors in your request, you will see the * failures only after you start streaming the data. The subscribe method should be called as a request to start * streaming data. For more info, see * {@link org.reactivestreams.Publisher#subscribe(org.reactivestreams.Subscriber)}. Each call to the subscribe * method will result in a new {@link org.reactivestreams.Subscription} i.e., a new contract to stream data from the * starting request. *

* *

* The following are few ways to use the response class: *

* 1) Using the subscribe helper method * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListWorkteamsPublisher publisher = client.listWorkteamsPaginator(request);
     * CompletableFuture future = publisher.subscribe(res -> { // Do something with the response });
     * future.get();
     * }
     * 
* * 2) Using a custom subscriber * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListWorkteamsPublisher publisher = client.listWorkteamsPaginator(request);
     * publisher.subscribe(new Subscriber() {
     * 
     * public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
     * 
     * 
     * public void onNext(software.amazon.awssdk.services.sagemaker.model.ListWorkteamsResponse response) { //... };
     * });}
     * 
* * As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2. *

* Please notice that the configuration of MaxResults won't limit the number of results you get with the * paginator. It only limits the number of results in each page. *

*

* Note: If you prefer to have control on service calls, use the * {@link #listWorkteams(software.amazon.awssdk.services.sagemaker.model.ListWorkteamsRequest)} operation. *

* * @param listWorkteamsRequest * @return A custom publisher that can be subscribed to request a stream of response pages.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListWorkteams * @see AWS API * Documentation */ default ListWorkteamsPublisher listWorkteamsPaginator(ListWorkteamsRequest listWorkteamsRequest) { throw new UnsupportedOperationException(); } /** *

* Gets a list of private work teams that you have defined in a region. The list may be empty if no work team * satisfies the filter specified in the NameContains parameter. *

*
*

* This is a variant of {@link #listWorkteams(software.amazon.awssdk.services.sagemaker.model.ListWorkteamsRequest)} * operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. * SDK will internally handle making service calls for you. *

*

* When the operation is called, an instance of this class is returned. At this point, no service calls are made yet * and so there is no guarantee that the request is valid. If there are errors in your request, you will see the * failures only after you start streaming the data. The subscribe method should be called as a request to start * streaming data. For more info, see * {@link org.reactivestreams.Publisher#subscribe(org.reactivestreams.Subscriber)}. Each call to the subscribe * method will result in a new {@link org.reactivestreams.Subscription} i.e., a new contract to stream data from the * starting request. *

* *

* The following are few ways to use the response class: *

* 1) Using the subscribe helper method * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListWorkteamsPublisher publisher = client.listWorkteamsPaginator(request);
     * CompletableFuture future = publisher.subscribe(res -> { // Do something with the response });
     * future.get();
     * }
     * 
* * 2) Using a custom subscriber * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.ListWorkteamsPublisher publisher = client.listWorkteamsPaginator(request);
     * publisher.subscribe(new Subscriber() {
     * 
     * public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
     * 
     * 
     * public void onNext(software.amazon.awssdk.services.sagemaker.model.ListWorkteamsResponse response) { //... };
     * });}
     * 
* * As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2. *

* Please notice that the configuration of MaxResults won't limit the number of results you get with the * paginator. It only limits the number of results in each page. *

*

* Note: If you prefer to have control on service calls, use the * {@link #listWorkteams(software.amazon.awssdk.services.sagemaker.model.ListWorkteamsRequest)} operation. *

*

* This is a convenience which creates an instance of the {@link ListWorkteamsRequest.Builder} avoiding the need to * create one manually via {@link ListWorkteamsRequest#builder()} *

* * @param listWorkteamsRequest * A {@link Consumer} that will call methods on {@link ListWorkteamsRequest.Builder} to create a request. * @return A custom publisher that can be subscribed to request a stream of response pages.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.ListWorkteams * @see AWS API * Documentation */ default ListWorkteamsPublisher listWorkteamsPaginator(Consumer listWorkteamsRequest) { return listWorkteamsPaginator(ListWorkteamsRequest.builder().applyMutation(listWorkteamsRequest).build()); } /** *

* Adds a resouce policy to control access to a model group. For information about resoure policies, see Identity-based * policies and resource-based policies in the AWS Identity and Access Management User Guide.. *

* * @param putModelPackageGroupPolicyRequest * @return A Java Future containing the result of the PutModelPackageGroupPolicy operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.PutModelPackageGroupPolicy * @see AWS API Documentation */ default CompletableFuture putModelPackageGroupPolicy( PutModelPackageGroupPolicyRequest putModelPackageGroupPolicyRequest) { throw new UnsupportedOperationException(); } /** *

* Adds a resouce policy to control access to a model group. For information about resoure policies, see Identity-based * policies and resource-based policies in the AWS Identity and Access Management User Guide.. *

*
*

* This is a convenience which creates an instance of the {@link PutModelPackageGroupPolicyRequest.Builder} avoiding * the need to create one manually via {@link PutModelPackageGroupPolicyRequest#builder()} *

* * @param putModelPackageGroupPolicyRequest * A {@link Consumer} that will call methods on {@link PutModelPackageGroupPolicyInput.Builder} to create a * request. * @return A Java Future containing the result of the PutModelPackageGroupPolicy operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.PutModelPackageGroupPolicy * @see AWS API Documentation */ default CompletableFuture putModelPackageGroupPolicy( Consumer putModelPackageGroupPolicyRequest) { return putModelPackageGroupPolicy(PutModelPackageGroupPolicyRequest.builder() .applyMutation(putModelPackageGroupPolicyRequest).build()); } /** *

* Register devices. *

* * @param registerDevicesRequest * @return A Java Future containing the result of the RegisterDevices operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceLimitExceededException You have exceeded an Amazon SageMaker resource limit. For example, you * might have too many training jobs created.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.RegisterDevices * @see AWS API * Documentation */ default CompletableFuture registerDevices(RegisterDevicesRequest registerDevicesRequest) { throw new UnsupportedOperationException(); } /** *

* Register devices. *

*
*

* This is a convenience which creates an instance of the {@link RegisterDevicesRequest.Builder} avoiding the need * to create one manually via {@link RegisterDevicesRequest#builder()} *

* * @param registerDevicesRequest * A {@link Consumer} that will call methods on {@link RegisterDevicesRequest.Builder} to create a request. * @return A Java Future containing the result of the RegisterDevices operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceLimitExceededException You have exceeded an Amazon SageMaker resource limit. For example, you * might have too many training jobs created.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.RegisterDevices * @see AWS API * Documentation */ default CompletableFuture registerDevices( Consumer registerDevicesRequest) { return registerDevices(RegisterDevicesRequest.builder().applyMutation(registerDevicesRequest).build()); } /** *

* Renders the UI template so that you can preview the worker's experience. *

* * @param renderUiTemplateRequest * @return A Java Future containing the result of the RenderUiTemplate operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.RenderUiTemplate * @see AWS API * Documentation */ default CompletableFuture renderUiTemplate(RenderUiTemplateRequest renderUiTemplateRequest) { throw new UnsupportedOperationException(); } /** *

* Renders the UI template so that you can preview the worker's experience. *

*
*

* This is a convenience which creates an instance of the {@link RenderUiTemplateRequest.Builder} avoiding the need * to create one manually via {@link RenderUiTemplateRequest#builder()} *

* * @param renderUiTemplateRequest * A {@link Consumer} that will call methods on {@link RenderUiTemplateRequest.Builder} to create a request. * @return A Java Future containing the result of the RenderUiTemplate operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.RenderUiTemplate * @see AWS API * Documentation */ default CompletableFuture renderUiTemplate( Consumer renderUiTemplateRequest) { return renderUiTemplate(RenderUiTemplateRequest.builder().applyMutation(renderUiTemplateRequest).build()); } /** *

* Finds Amazon SageMaker resources that match a search query. Matching resources are returned as a list of * SearchRecord objects in the response. You can sort the search results by any resource property in a * ascending or descending order. *

*

* You can query against the following value types: numeric, text, Boolean, and timestamp. *

* * @param searchRequest * @return A Java Future containing the result of the Search operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.Search * @see AWS API * Documentation */ default CompletableFuture search(SearchRequest searchRequest) { throw new UnsupportedOperationException(); } /** *

* Finds Amazon SageMaker resources that match a search query. Matching resources are returned as a list of * SearchRecord objects in the response. You can sort the search results by any resource property in a * ascending or descending order. *

*

* You can query against the following value types: numeric, text, Boolean, and timestamp. *

*
*

* This is a convenience which creates an instance of the {@link SearchRequest.Builder} avoiding the need to create * one manually via {@link SearchRequest#builder()} *

* * @param searchRequest * A {@link Consumer} that will call methods on {@link SearchRequest.Builder} to create a request. * @return A Java Future containing the result of the Search operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.Search * @see AWS API * Documentation */ default CompletableFuture search(Consumer searchRequest) { return search(SearchRequest.builder().applyMutation(searchRequest).build()); } /** *

* Finds Amazon SageMaker resources that match a search query. Matching resources are returned as a list of * SearchRecord objects in the response. You can sort the search results by any resource property in a * ascending or descending order. *

*

* You can query against the following value types: numeric, text, Boolean, and timestamp. *

*
*

* This is a variant of {@link #search(software.amazon.awssdk.services.sagemaker.model.SearchRequest)} operation. * The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will * internally handle making service calls for you. *

*

* When the operation is called, an instance of this class is returned. At this point, no service calls are made yet * and so there is no guarantee that the request is valid. If there are errors in your request, you will see the * failures only after you start streaming the data. The subscribe method should be called as a request to start * streaming data. For more info, see * {@link org.reactivestreams.Publisher#subscribe(org.reactivestreams.Subscriber)}. Each call to the subscribe * method will result in a new {@link org.reactivestreams.Subscription} i.e., a new contract to stream data from the * starting request. *

* *

* The following are few ways to use the response class: *

* 1) Using the subscribe helper method * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.SearchPublisher publisher = client.searchPaginator(request);
     * CompletableFuture future = publisher.subscribe(res -> { // Do something with the response });
     * future.get();
     * }
     * 
* * 2) Using a custom subscriber * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.SearchPublisher publisher = client.searchPaginator(request);
     * publisher.subscribe(new Subscriber() {
     * 
     * public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
     * 
     * 
     * public void onNext(software.amazon.awssdk.services.sagemaker.model.SearchResponse response) { //... };
     * });}
     * 
* * As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2. *

* Please notice that the configuration of MaxResults won't limit the number of results you get with the * paginator. It only limits the number of results in each page. *

*

* Note: If you prefer to have control on service calls, use the * {@link #search(software.amazon.awssdk.services.sagemaker.model.SearchRequest)} operation. *

* * @param searchRequest * @return A custom publisher that can be subscribed to request a stream of response pages.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.Search * @see AWS API * Documentation */ default SearchPublisher searchPaginator(SearchRequest searchRequest) { throw new UnsupportedOperationException(); } /** *

* Finds Amazon SageMaker resources that match a search query. Matching resources are returned as a list of * SearchRecord objects in the response. You can sort the search results by any resource property in a * ascending or descending order. *

*

* You can query against the following value types: numeric, text, Boolean, and timestamp. *

*
*

* This is a variant of {@link #search(software.amazon.awssdk.services.sagemaker.model.SearchRequest)} operation. * The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will * internally handle making service calls for you. *

*

* When the operation is called, an instance of this class is returned. At this point, no service calls are made yet * and so there is no guarantee that the request is valid. If there are errors in your request, you will see the * failures only after you start streaming the data. The subscribe method should be called as a request to start * streaming data. For more info, see * {@link org.reactivestreams.Publisher#subscribe(org.reactivestreams.Subscriber)}. Each call to the subscribe * method will result in a new {@link org.reactivestreams.Subscription} i.e., a new contract to stream data from the * starting request. *

* *

* The following are few ways to use the response class: *

* 1) Using the subscribe helper method * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.SearchPublisher publisher = client.searchPaginator(request);
     * CompletableFuture future = publisher.subscribe(res -> { // Do something with the response });
     * future.get();
     * }
     * 
* * 2) Using a custom subscriber * *
     * {@code
     * software.amazon.awssdk.services.sagemaker.paginators.SearchPublisher publisher = client.searchPaginator(request);
     * publisher.subscribe(new Subscriber() {
     * 
     * public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
     * 
     * 
     * public void onNext(software.amazon.awssdk.services.sagemaker.model.SearchResponse response) { //... };
     * });}
     * 
* * As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2. *

* Please notice that the configuration of MaxResults won't limit the number of results you get with the * paginator. It only limits the number of results in each page. *

*

* Note: If you prefer to have control on service calls, use the * {@link #search(software.amazon.awssdk.services.sagemaker.model.SearchRequest)} operation. *

*

* This is a convenience which creates an instance of the {@link SearchRequest.Builder} avoiding the need to create * one manually via {@link SearchRequest#builder()} *

* * @param searchRequest * A {@link Consumer} that will call methods on {@link SearchRequest.Builder} to create a request. * @return A custom publisher that can be subscribed to request a stream of response pages.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.Search * @see AWS API * Documentation */ default SearchPublisher searchPaginator(Consumer searchRequest) { return searchPaginator(SearchRequest.builder().applyMutation(searchRequest).build()); } /** *

* Starts a previously stopped monitoring schedule. *

* *

* By default, when you successfully create a new schedule, the status of a monitoring schedule is * scheduled. *

*
* * @param startMonitoringScheduleRequest * @return A Java Future containing the result of the StartMonitoringSchedule operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.StartMonitoringSchedule * @see AWS API Documentation */ default CompletableFuture startMonitoringSchedule( StartMonitoringScheduleRequest startMonitoringScheduleRequest) { throw new UnsupportedOperationException(); } /** *

* Starts a previously stopped monitoring schedule. *

* *

* By default, when you successfully create a new schedule, the status of a monitoring schedule is * scheduled. *

*

*

* This is a convenience which creates an instance of the {@link StartMonitoringScheduleRequest.Builder} avoiding * the need to create one manually via {@link StartMonitoringScheduleRequest#builder()} *

* * @param startMonitoringScheduleRequest * A {@link Consumer} that will call methods on {@link StartMonitoringScheduleRequest.Builder} to create a * request. * @return A Java Future containing the result of the StartMonitoringSchedule operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.StartMonitoringSchedule * @see AWS API Documentation */ default CompletableFuture startMonitoringSchedule( Consumer startMonitoringScheduleRequest) { return startMonitoringSchedule(StartMonitoringScheduleRequest.builder().applyMutation(startMonitoringScheduleRequest) .build()); } /** *

* Launches an ML compute instance with the latest version of the libraries and attaches your ML storage volume. * After configuring the notebook instance, Amazon SageMaker sets the notebook instance status to * InService. A notebook instance's status must be InService before you can connect to * your Jupyter notebook. *

* * @param startNotebookInstanceRequest * @return A Java Future containing the result of the StartNotebookInstance operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceLimitExceededException You have exceeded an Amazon SageMaker resource limit. For example, you * might have too many training jobs created.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.StartNotebookInstance * @see AWS API Documentation */ default CompletableFuture startNotebookInstance( StartNotebookInstanceRequest startNotebookInstanceRequest) { throw new UnsupportedOperationException(); } /** *

* Launches an ML compute instance with the latest version of the libraries and attaches your ML storage volume. * After configuring the notebook instance, Amazon SageMaker sets the notebook instance status to * InService. A notebook instance's status must be InService before you can connect to * your Jupyter notebook. *

*
*

* This is a convenience which creates an instance of the {@link StartNotebookInstanceRequest.Builder} avoiding the * need to create one manually via {@link StartNotebookInstanceRequest#builder()} *

* * @param startNotebookInstanceRequest * A {@link Consumer} that will call methods on {@link StartNotebookInstanceInput.Builder} to create a * request. * @return A Java Future containing the result of the StartNotebookInstance operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceLimitExceededException You have exceeded an Amazon SageMaker resource limit. For example, you * might have too many training jobs created.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.StartNotebookInstance * @see AWS API Documentation */ default CompletableFuture startNotebookInstance( Consumer startNotebookInstanceRequest) { return startNotebookInstance(StartNotebookInstanceRequest.builder().applyMutation(startNotebookInstanceRequest).build()); } /** *

* Starts a pipeline execution. *

* * @param startPipelineExecutionRequest * @return A Java Future containing the result of the StartPipelineExecution operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • ResourceLimitExceededException You have exceeded an Amazon SageMaker resource limit. For example, you * might have too many training jobs created.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.StartPipelineExecution * @see AWS API Documentation */ default CompletableFuture startPipelineExecution( StartPipelineExecutionRequest startPipelineExecutionRequest) { throw new UnsupportedOperationException(); } /** *

* Starts a pipeline execution. *

*
*

* This is a convenience which creates an instance of the {@link StartPipelineExecutionRequest.Builder} avoiding the * need to create one manually via {@link StartPipelineExecutionRequest#builder()} *

* * @param startPipelineExecutionRequest * A {@link Consumer} that will call methods on {@link StartPipelineExecutionRequest.Builder} to create a * request. * @return A Java Future containing the result of the StartPipelineExecution operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • ResourceLimitExceededException You have exceeded an Amazon SageMaker resource limit. For example, you * might have too many training jobs created.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.StartPipelineExecution * @see AWS API Documentation */ default CompletableFuture startPipelineExecution( Consumer startPipelineExecutionRequest) { return startPipelineExecution(StartPipelineExecutionRequest.builder().applyMutation(startPipelineExecutionRequest) .build()); } /** *

* A method for forcing the termination of a running job. *

* * @param stopAutoMlJobRequest * @return A Java Future containing the result of the StopAutoMLJob operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.StopAutoMLJob * @see AWS API * Documentation */ default CompletableFuture stopAutoMLJob(StopAutoMlJobRequest stopAutoMlJobRequest) { throw new UnsupportedOperationException(); } /** *

* A method for forcing the termination of a running job. *

*
*

* This is a convenience which creates an instance of the {@link StopAutoMlJobRequest.Builder} avoiding the need to * create one manually via {@link StopAutoMlJobRequest#builder()} *

* * @param stopAutoMlJobRequest * A {@link Consumer} that will call methods on {@link StopAutoMLJobRequest.Builder} to create a request. * @return A Java Future containing the result of the StopAutoMLJob operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.StopAutoMLJob * @see AWS API * Documentation */ default CompletableFuture stopAutoMLJob(Consumer stopAutoMlJobRequest) { return stopAutoMLJob(StopAutoMlJobRequest.builder().applyMutation(stopAutoMlJobRequest).build()); } /** *

* Stops a model compilation job. *

*

* To stop a job, Amazon SageMaker sends the algorithm the SIGTERM signal. This gracefully shuts the job down. If * the job hasn't stopped, it sends the SIGKILL signal. *

*

* When it receives a StopCompilationJob request, Amazon SageMaker changes the * CompilationJobSummary$CompilationJobStatus of the job to Stopping. After Amazon SageMaker * stops the job, it sets the CompilationJobSummary$CompilationJobStatus to Stopped. *

* * @param stopCompilationJobRequest * @return A Java Future containing the result of the StopCompilationJob operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.StopCompilationJob * @see AWS * API Documentation */ default CompletableFuture stopCompilationJob(StopCompilationJobRequest stopCompilationJobRequest) { throw new UnsupportedOperationException(); } /** *

* Stops a model compilation job. *

*

* To stop a job, Amazon SageMaker sends the algorithm the SIGTERM signal. This gracefully shuts the job down. If * the job hasn't stopped, it sends the SIGKILL signal. *

*

* When it receives a StopCompilationJob request, Amazon SageMaker changes the * CompilationJobSummary$CompilationJobStatus of the job to Stopping. After Amazon SageMaker * stops the job, it sets the CompilationJobSummary$CompilationJobStatus to Stopped. *

*
*

* This is a convenience which creates an instance of the {@link StopCompilationJobRequest.Builder} avoiding the * need to create one manually via {@link StopCompilationJobRequest#builder()} *

* * @param stopCompilationJobRequest * A {@link Consumer} that will call methods on {@link StopCompilationJobRequest.Builder} to create a * request. * @return A Java Future containing the result of the StopCompilationJob operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.StopCompilationJob * @see AWS * API Documentation */ default CompletableFuture stopCompilationJob( Consumer stopCompilationJobRequest) { return stopCompilationJob(StopCompilationJobRequest.builder().applyMutation(stopCompilationJobRequest).build()); } /** *

* Request to stop an edge packaging job. *

* * @param stopEdgePackagingJobRequest * @return A Java Future containing the result of the StopEdgePackagingJob operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.StopEdgePackagingJob * @see AWS * API Documentation */ default CompletableFuture stopEdgePackagingJob( StopEdgePackagingJobRequest stopEdgePackagingJobRequest) { throw new UnsupportedOperationException(); } /** *

* Request to stop an edge packaging job. *

*
*

* This is a convenience which creates an instance of the {@link StopEdgePackagingJobRequest.Builder} avoiding the * need to create one manually via {@link StopEdgePackagingJobRequest#builder()} *

* * @param stopEdgePackagingJobRequest * A {@link Consumer} that will call methods on {@link StopEdgePackagingJobRequest.Builder} to create a * request. * @return A Java Future containing the result of the StopEdgePackagingJob operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.StopEdgePackagingJob * @see AWS * API Documentation */ default CompletableFuture stopEdgePackagingJob( Consumer stopEdgePackagingJobRequest) { return stopEdgePackagingJob(StopEdgePackagingJobRequest.builder().applyMutation(stopEdgePackagingJobRequest).build()); } /** *

* Stops a running hyperparameter tuning job and all running training jobs that the tuning job launched. *

*

* All model artifacts output from the training jobs are stored in Amazon Simple Storage Service (Amazon S3). All * data that the training jobs write to Amazon CloudWatch Logs are still available in CloudWatch. After the tuning * job moves to the Stopped state, it releases all reserved resources for the tuning job. *

* * @param stopHyperParameterTuningJobRequest * @return A Java Future containing the result of the StopHyperParameterTuningJob operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.StopHyperParameterTuningJob * @see AWS API Documentation */ default CompletableFuture stopHyperParameterTuningJob( StopHyperParameterTuningJobRequest stopHyperParameterTuningJobRequest) { throw new UnsupportedOperationException(); } /** *

* Stops a running hyperparameter tuning job and all running training jobs that the tuning job launched. *

*

* All model artifacts output from the training jobs are stored in Amazon Simple Storage Service (Amazon S3). All * data that the training jobs write to Amazon CloudWatch Logs are still available in CloudWatch. After the tuning * job moves to the Stopped state, it releases all reserved resources for the tuning job. *

*
*

* This is a convenience which creates an instance of the {@link StopHyperParameterTuningJobRequest.Builder} * avoiding the need to create one manually via {@link StopHyperParameterTuningJobRequest#builder()} *

* * @param stopHyperParameterTuningJobRequest * A {@link Consumer} that will call methods on {@link StopHyperParameterTuningJobRequest.Builder} to create * a request. * @return A Java Future containing the result of the StopHyperParameterTuningJob operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.StopHyperParameterTuningJob * @see AWS API Documentation */ default CompletableFuture stopHyperParameterTuningJob( Consumer stopHyperParameterTuningJobRequest) { return stopHyperParameterTuningJob(StopHyperParameterTuningJobRequest.builder() .applyMutation(stopHyperParameterTuningJobRequest).build()); } /** *

* Stops a running labeling job. A job that is stopped cannot be restarted. Any results obtained before the job is * stopped are placed in the Amazon S3 output bucket. *

* * @param stopLabelingJobRequest * @return A Java Future containing the result of the StopLabelingJob operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.StopLabelingJob * @see AWS API * Documentation */ default CompletableFuture stopLabelingJob(StopLabelingJobRequest stopLabelingJobRequest) { throw new UnsupportedOperationException(); } /** *

* Stops a running labeling job. A job that is stopped cannot be restarted. Any results obtained before the job is * stopped are placed in the Amazon S3 output bucket. *

*
*

* This is a convenience which creates an instance of the {@link StopLabelingJobRequest.Builder} avoiding the need * to create one manually via {@link StopLabelingJobRequest#builder()} *

* * @param stopLabelingJobRequest * A {@link Consumer} that will call methods on {@link StopLabelingJobRequest.Builder} to create a request. * @return A Java Future containing the result of the StopLabelingJob operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.StopLabelingJob * @see AWS API * Documentation */ default CompletableFuture stopLabelingJob( Consumer stopLabelingJobRequest) { return stopLabelingJob(StopLabelingJobRequest.builder().applyMutation(stopLabelingJobRequest).build()); } /** *

* Stops a previously started monitoring schedule. *

* * @param stopMonitoringScheduleRequest * @return A Java Future containing the result of the StopMonitoringSchedule operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.StopMonitoringSchedule * @see AWS API Documentation */ default CompletableFuture stopMonitoringSchedule( StopMonitoringScheduleRequest stopMonitoringScheduleRequest) { throw new UnsupportedOperationException(); } /** *

* Stops a previously started monitoring schedule. *

*
*

* This is a convenience which creates an instance of the {@link StopMonitoringScheduleRequest.Builder} avoiding the * need to create one manually via {@link StopMonitoringScheduleRequest#builder()} *

* * @param stopMonitoringScheduleRequest * A {@link Consumer} that will call methods on {@link StopMonitoringScheduleRequest.Builder} to create a * request. * @return A Java Future containing the result of the StopMonitoringSchedule operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.StopMonitoringSchedule * @see AWS API Documentation */ default CompletableFuture stopMonitoringSchedule( Consumer stopMonitoringScheduleRequest) { return stopMonitoringSchedule(StopMonitoringScheduleRequest.builder().applyMutation(stopMonitoringScheduleRequest) .build()); } /** *

* Terminates the ML compute instance. Before terminating the instance, Amazon SageMaker disconnects the ML storage * volume from it. Amazon SageMaker preserves the ML storage volume. Amazon SageMaker stops charging you for the ML * compute instance when you call StopNotebookInstance. *

*

* To access data on the ML storage volume for a notebook instance that has been terminated, call the * StartNotebookInstance API. StartNotebookInstance launches another ML compute instance, * configures it, and attaches the preserved ML storage volume so you can continue your work. *

* * @param stopNotebookInstanceRequest * @return A Java Future containing the result of the StopNotebookInstance operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.StopNotebookInstance * @see AWS * API Documentation */ default CompletableFuture stopNotebookInstance( StopNotebookInstanceRequest stopNotebookInstanceRequest) { throw new UnsupportedOperationException(); } /** *

* Terminates the ML compute instance. Before terminating the instance, Amazon SageMaker disconnects the ML storage * volume from it. Amazon SageMaker preserves the ML storage volume. Amazon SageMaker stops charging you for the ML * compute instance when you call StopNotebookInstance. *

*

* To access data on the ML storage volume for a notebook instance that has been terminated, call the * StartNotebookInstance API. StartNotebookInstance launches another ML compute instance, * configures it, and attaches the preserved ML storage volume so you can continue your work. *

*
*

* This is a convenience which creates an instance of the {@link StopNotebookInstanceRequest.Builder} avoiding the * need to create one manually via {@link StopNotebookInstanceRequest#builder()} *

* * @param stopNotebookInstanceRequest * A {@link Consumer} that will call methods on {@link StopNotebookInstanceInput.Builder} to create a * request. * @return A Java Future containing the result of the StopNotebookInstance operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.StopNotebookInstance * @see AWS * API Documentation */ default CompletableFuture stopNotebookInstance( Consumer stopNotebookInstanceRequest) { return stopNotebookInstance(StopNotebookInstanceRequest.builder().applyMutation(stopNotebookInstanceRequest).build()); } /** *

* Stops a pipeline execution. *

* * @param stopPipelineExecutionRequest * @return A Java Future containing the result of the StopPipelineExecution operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.StopPipelineExecution * @see AWS API Documentation */ default CompletableFuture stopPipelineExecution( StopPipelineExecutionRequest stopPipelineExecutionRequest) { throw new UnsupportedOperationException(); } /** *

* Stops a pipeline execution. *

*
*

* This is a convenience which creates an instance of the {@link StopPipelineExecutionRequest.Builder} avoiding the * need to create one manually via {@link StopPipelineExecutionRequest#builder()} *

* * @param stopPipelineExecutionRequest * A {@link Consumer} that will call methods on {@link StopPipelineExecutionRequest.Builder} to create a * request. * @return A Java Future containing the result of the StopPipelineExecution operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.StopPipelineExecution * @see AWS API Documentation */ default CompletableFuture stopPipelineExecution( Consumer stopPipelineExecutionRequest) { return stopPipelineExecution(StopPipelineExecutionRequest.builder().applyMutation(stopPipelineExecutionRequest).build()); } /** *

* Stops a processing job. *

* * @param stopProcessingJobRequest * @return A Java Future containing the result of the StopProcessingJob operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.StopProcessingJob * @see AWS * API Documentation */ default CompletableFuture stopProcessingJob(StopProcessingJobRequest stopProcessingJobRequest) { throw new UnsupportedOperationException(); } /** *

* Stops a processing job. *

*
*

* This is a convenience which creates an instance of the {@link StopProcessingJobRequest.Builder} avoiding the need * to create one manually via {@link StopProcessingJobRequest#builder()} *

* * @param stopProcessingJobRequest * A {@link Consumer} that will call methods on {@link StopProcessingJobRequest.Builder} to create a request. * @return A Java Future containing the result of the StopProcessingJob operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.StopProcessingJob * @see AWS * API Documentation */ default CompletableFuture stopProcessingJob( Consumer stopProcessingJobRequest) { return stopProcessingJob(StopProcessingJobRequest.builder().applyMutation(stopProcessingJobRequest).build()); } /** *

* Stops a training job. To stop a job, Amazon SageMaker sends the algorithm the SIGTERM signal, which * delays job termination for 120 seconds. Algorithms might use this 120-second window to save the model artifacts, * so the results of the training is not lost. *

*

* When it receives a StopTrainingJob request, Amazon SageMaker changes the status of the job to * Stopping. After Amazon SageMaker stops the job, it sets the status to Stopped. *

* * @param stopTrainingJobRequest * @return A Java Future containing the result of the StopTrainingJob operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.StopTrainingJob * @see AWS API * Documentation */ default CompletableFuture stopTrainingJob(StopTrainingJobRequest stopTrainingJobRequest) { throw new UnsupportedOperationException(); } /** *

* Stops a training job. To stop a job, Amazon SageMaker sends the algorithm the SIGTERM signal, which * delays job termination for 120 seconds. Algorithms might use this 120-second window to save the model artifacts, * so the results of the training is not lost. *

*

* When it receives a StopTrainingJob request, Amazon SageMaker changes the status of the job to * Stopping. After Amazon SageMaker stops the job, it sets the status to Stopped. *

*
*

* This is a convenience which creates an instance of the {@link StopTrainingJobRequest.Builder} avoiding the need * to create one manually via {@link StopTrainingJobRequest#builder()} *

* * @param stopTrainingJobRequest * A {@link Consumer} that will call methods on {@link StopTrainingJobRequest.Builder} to create a request. * @return A Java Future containing the result of the StopTrainingJob operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.StopTrainingJob * @see AWS API * Documentation */ default CompletableFuture stopTrainingJob( Consumer stopTrainingJobRequest) { return stopTrainingJob(StopTrainingJobRequest.builder().applyMutation(stopTrainingJobRequest).build()); } /** *

* Stops a transform job. *

*

* When Amazon SageMaker receives a StopTransformJob request, the status of the job changes to * Stopping. After Amazon SageMaker stops the job, the status is set to Stopped. When you * stop a transform job before it is completed, Amazon SageMaker doesn't store the job's output in Amazon S3. *

* * @param stopTransformJobRequest * @return A Java Future containing the result of the StopTransformJob operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.StopTransformJob * @see AWS API * Documentation */ default CompletableFuture stopTransformJob(StopTransformJobRequest stopTransformJobRequest) { throw new UnsupportedOperationException(); } /** *

* Stops a transform job. *

*

* When Amazon SageMaker receives a StopTransformJob request, the status of the job changes to * Stopping. After Amazon SageMaker stops the job, the status is set to Stopped. When you * stop a transform job before it is completed, Amazon SageMaker doesn't store the job's output in Amazon S3. *

*
*

* This is a convenience which creates an instance of the {@link StopTransformJobRequest.Builder} avoiding the need * to create one manually via {@link StopTransformJobRequest#builder()} *

* * @param stopTransformJobRequest * A {@link Consumer} that will call methods on {@link StopTransformJobRequest.Builder} to create a request. * @return A Java Future containing the result of the StopTransformJob operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.StopTransformJob * @see AWS API * Documentation */ default CompletableFuture stopTransformJob( Consumer stopTransformJobRequest) { return stopTransformJob(StopTransformJobRequest.builder().applyMutation(stopTransformJobRequest).build()); } /** *

* Updates an action. *

* * @param updateActionRequest * @return A Java Future containing the result of the UpdateAction operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ConflictException There was a conflict when you attempted to modify an experiment, trial, or trial * component.
  • *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.UpdateAction * @see AWS API * Documentation */ default CompletableFuture updateAction(UpdateActionRequest updateActionRequest) { throw new UnsupportedOperationException(); } /** *

* Updates an action. *

*
*

* This is a convenience which creates an instance of the {@link UpdateActionRequest.Builder} avoiding the need to * create one manually via {@link UpdateActionRequest#builder()} *

* * @param updateActionRequest * A {@link Consumer} that will call methods on {@link UpdateActionRequest.Builder} to create a request. * @return A Java Future containing the result of the UpdateAction operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ConflictException There was a conflict when you attempted to modify an experiment, trial, or trial * component.
  • *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.UpdateAction * @see AWS API * Documentation */ default CompletableFuture updateAction(Consumer updateActionRequest) { return updateAction(UpdateActionRequest.builder().applyMutation(updateActionRequest).build()); } /** *

* Updates the properties of an AppImageConfig. *

* * @param updateAppImageConfigRequest * @return A Java Future containing the result of the UpdateAppImageConfig operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.UpdateAppImageConfig * @see AWS * API Documentation */ default CompletableFuture updateAppImageConfig( UpdateAppImageConfigRequest updateAppImageConfigRequest) { throw new UnsupportedOperationException(); } /** *

* Updates the properties of an AppImageConfig. *

*
*

* This is a convenience which creates an instance of the {@link UpdateAppImageConfigRequest.Builder} avoiding the * need to create one manually via {@link UpdateAppImageConfigRequest#builder()} *

* * @param updateAppImageConfigRequest * A {@link Consumer} that will call methods on {@link UpdateAppImageConfigRequest.Builder} to create a * request. * @return A Java Future containing the result of the UpdateAppImageConfig operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.UpdateAppImageConfig * @see AWS * API Documentation */ default CompletableFuture updateAppImageConfig( Consumer updateAppImageConfigRequest) { return updateAppImageConfig(UpdateAppImageConfigRequest.builder().applyMutation(updateAppImageConfigRequest).build()); } /** *

* Updates an artifact. *

* * @param updateArtifactRequest * @return A Java Future containing the result of the UpdateArtifact operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ConflictException There was a conflict when you attempted to modify an experiment, trial, or trial * component.
  • *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.UpdateArtifact * @see AWS API * Documentation */ default CompletableFuture updateArtifact(UpdateArtifactRequest updateArtifactRequest) { throw new UnsupportedOperationException(); } /** *

* Updates an artifact. *

*
*

* This is a convenience which creates an instance of the {@link UpdateArtifactRequest.Builder} avoiding the need to * create one manually via {@link UpdateArtifactRequest#builder()} *

* * @param updateArtifactRequest * A {@link Consumer} that will call methods on {@link UpdateArtifactRequest.Builder} to create a request. * @return A Java Future containing the result of the UpdateArtifact operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ConflictException There was a conflict when you attempted to modify an experiment, trial, or trial * component.
  • *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.UpdateArtifact * @see AWS API * Documentation */ default CompletableFuture updateArtifact(Consumer updateArtifactRequest) { return updateArtifact(UpdateArtifactRequest.builder().applyMutation(updateArtifactRequest).build()); } /** *

* Updates the specified Git repository with the specified values. *

* * @param updateCodeRepositoryRequest * @return A Java Future containing the result of the UpdateCodeRepository operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.UpdateCodeRepository * @see AWS * API Documentation */ default CompletableFuture updateCodeRepository( UpdateCodeRepositoryRequest updateCodeRepositoryRequest) { throw new UnsupportedOperationException(); } /** *

* Updates the specified Git repository with the specified values. *

*
*

* This is a convenience which creates an instance of the {@link UpdateCodeRepositoryRequest.Builder} avoiding the * need to create one manually via {@link UpdateCodeRepositoryRequest#builder()} *

* * @param updateCodeRepositoryRequest * A {@link Consumer} that will call methods on {@link UpdateCodeRepositoryInput.Builder} to create a * request. * @return A Java Future containing the result of the UpdateCodeRepository operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.UpdateCodeRepository * @see AWS * API Documentation */ default CompletableFuture updateCodeRepository( Consumer updateCodeRepositoryRequest) { return updateCodeRepository(UpdateCodeRepositoryRequest.builder().applyMutation(updateCodeRepositoryRequest).build()); } /** *

* Updates a context. *

* * @param updateContextRequest * @return A Java Future containing the result of the UpdateContext operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ConflictException There was a conflict when you attempted to modify an experiment, trial, or trial * component.
  • *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.UpdateContext * @see AWS API * Documentation */ default CompletableFuture updateContext(UpdateContextRequest updateContextRequest) { throw new UnsupportedOperationException(); } /** *

* Updates a context. *

*
*

* This is a convenience which creates an instance of the {@link UpdateContextRequest.Builder} avoiding the need to * create one manually via {@link UpdateContextRequest#builder()} *

* * @param updateContextRequest * A {@link Consumer} that will call methods on {@link UpdateContextRequest.Builder} to create a request. * @return A Java Future containing the result of the UpdateContext operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ConflictException There was a conflict when you attempted to modify an experiment, trial, or trial * component.
  • *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.UpdateContext * @see AWS API * Documentation */ default CompletableFuture updateContext(Consumer updateContextRequest) { return updateContext(UpdateContextRequest.builder().applyMutation(updateContextRequest).build()); } /** *

* Updates a fleet of devices. *

* * @param updateDeviceFleetRequest * @return A Java Future containing the result of the UpdateDeviceFleet operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceInUseException Resource being accessed is in use.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.UpdateDeviceFleet * @see AWS * API Documentation */ default CompletableFuture updateDeviceFleet(UpdateDeviceFleetRequest updateDeviceFleetRequest) { throw new UnsupportedOperationException(); } /** *

* Updates a fleet of devices. *

*
*

* This is a convenience which creates an instance of the {@link UpdateDeviceFleetRequest.Builder} avoiding the need * to create one manually via {@link UpdateDeviceFleetRequest#builder()} *

* * @param updateDeviceFleetRequest * A {@link Consumer} that will call methods on {@link UpdateDeviceFleetRequest.Builder} to create a request. * @return A Java Future containing the result of the UpdateDeviceFleet operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceInUseException Resource being accessed is in use.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.UpdateDeviceFleet * @see AWS * API Documentation */ default CompletableFuture updateDeviceFleet( Consumer updateDeviceFleetRequest) { return updateDeviceFleet(UpdateDeviceFleetRequest.builder().applyMutation(updateDeviceFleetRequest).build()); } /** *

* Updates one or more devices in a fleet. *

* * @param updateDevicesRequest * @return A Java Future containing the result of the UpdateDevices operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.UpdateDevices * @see AWS API * Documentation */ default CompletableFuture updateDevices(UpdateDevicesRequest updateDevicesRequest) { throw new UnsupportedOperationException(); } /** *

* Updates one or more devices in a fleet. *

*
*

* This is a convenience which creates an instance of the {@link UpdateDevicesRequest.Builder} avoiding the need to * create one manually via {@link UpdateDevicesRequest#builder()} *

* * @param updateDevicesRequest * A {@link Consumer} that will call methods on {@link UpdateDevicesRequest.Builder} to create a request. * @return A Java Future containing the result of the UpdateDevices operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.UpdateDevices * @see AWS API * Documentation */ default CompletableFuture updateDevices(Consumer updateDevicesRequest) { return updateDevices(UpdateDevicesRequest.builder().applyMutation(updateDevicesRequest).build()); } /** *

* Updates the default settings for new user profiles in the domain. *

* * @param updateDomainRequest * @return A Java Future containing the result of the UpdateDomain operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceLimitExceededException You have exceeded an Amazon SageMaker resource limit. For example, you * might have too many training jobs created.
  • *
  • ResourceInUseException Resource being accessed is in use.
  • *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.UpdateDomain * @see AWS API * Documentation */ default CompletableFuture updateDomain(UpdateDomainRequest updateDomainRequest) { throw new UnsupportedOperationException(); } /** *

* Updates the default settings for new user profiles in the domain. *

*
*

* This is a convenience which creates an instance of the {@link UpdateDomainRequest.Builder} avoiding the need to * create one manually via {@link UpdateDomainRequest#builder()} *

* * @param updateDomainRequest * A {@link Consumer} that will call methods on {@link UpdateDomainRequest.Builder} to create a request. * @return A Java Future containing the result of the UpdateDomain operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceLimitExceededException You have exceeded an Amazon SageMaker resource limit. For example, you * might have too many training jobs created.
  • *
  • ResourceInUseException Resource being accessed is in use.
  • *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.UpdateDomain * @see AWS API * Documentation */ default CompletableFuture updateDomain(Consumer updateDomainRequest) { return updateDomain(UpdateDomainRequest.builder().applyMutation(updateDomainRequest).build()); } /** *

* Deploys the new EndpointConfig specified in the request, switches to using newly created endpoint, * and then deletes resources provisioned for the endpoint using the previous EndpointConfig (there is * no availability loss). *

*

* When Amazon SageMaker receives the request, it sets the endpoint status to Updating. After updating * the endpoint, it sets the status to InService. To check the status of an endpoint, use the * DescribeEndpoint API. *

* *

* You must not delete an EndpointConfig in use by an endpoint that is live or while the * UpdateEndpoint or CreateEndpoint operations are being performed on the endpoint. To * update an endpoint, you must create a new EndpointConfig. *

*

* If you delete the EndpointConfig of an endpoint that is active or being created or updated you may * lose visibility into the instance type the endpoint is using. The endpoint must be deleted in order to stop * incurring charges. *

*
* * @param updateEndpointRequest * @return A Java Future containing the result of the UpdateEndpoint operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceLimitExceededException You have exceeded an Amazon SageMaker resource limit. For example, you * might have too many training jobs created.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.UpdateEndpoint * @see AWS API * Documentation */ default CompletableFuture updateEndpoint(UpdateEndpointRequest updateEndpointRequest) { throw new UnsupportedOperationException(); } /** *

* Deploys the new EndpointConfig specified in the request, switches to using newly created endpoint, * and then deletes resources provisioned for the endpoint using the previous EndpointConfig (there is * no availability loss). *

*

* When Amazon SageMaker receives the request, it sets the endpoint status to Updating. After updating * the endpoint, it sets the status to InService. To check the status of an endpoint, use the * DescribeEndpoint API. *

* *

* You must not delete an EndpointConfig in use by an endpoint that is live or while the * UpdateEndpoint or CreateEndpoint operations are being performed on the endpoint. To * update an endpoint, you must create a new EndpointConfig. *

*

* If you delete the EndpointConfig of an endpoint that is active or being created or updated you may * lose visibility into the instance type the endpoint is using. The endpoint must be deleted in order to stop * incurring charges. *

*

*

* This is a convenience which creates an instance of the {@link UpdateEndpointRequest.Builder} avoiding the need to * create one manually via {@link UpdateEndpointRequest#builder()} *

* * @param updateEndpointRequest * A {@link Consumer} that will call methods on {@link UpdateEndpointInput.Builder} to create a request. * @return A Java Future containing the result of the UpdateEndpoint operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceLimitExceededException You have exceeded an Amazon SageMaker resource limit. For example, you * might have too many training jobs created.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.UpdateEndpoint * @see AWS API * Documentation */ default CompletableFuture updateEndpoint(Consumer updateEndpointRequest) { return updateEndpoint(UpdateEndpointRequest.builder().applyMutation(updateEndpointRequest).build()); } /** *

* Updates variant weight of one or more variants associated with an existing endpoint, or capacity of one variant * associated with an existing endpoint. When it receives the request, Amazon SageMaker sets the endpoint status to * Updating. After updating the endpoint, it sets the status to InService. To check the * status of an endpoint, use the DescribeEndpoint API. *

* * @param updateEndpointWeightsAndCapacitiesRequest * @return A Java Future containing the result of the UpdateEndpointWeightsAndCapacities operation returned by the * service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceLimitExceededException You have exceeded an Amazon SageMaker resource limit. For example, you * might have too many training jobs created.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.UpdateEndpointWeightsAndCapacities * @see AWS API Documentation */ default CompletableFuture updateEndpointWeightsAndCapacities( UpdateEndpointWeightsAndCapacitiesRequest updateEndpointWeightsAndCapacitiesRequest) { throw new UnsupportedOperationException(); } /** *

* Updates variant weight of one or more variants associated with an existing endpoint, or capacity of one variant * associated with an existing endpoint. When it receives the request, Amazon SageMaker sets the endpoint status to * Updating. After updating the endpoint, it sets the status to InService. To check the * status of an endpoint, use the DescribeEndpoint API. *

*
*

* This is a convenience which creates an instance of the {@link UpdateEndpointWeightsAndCapacitiesRequest.Builder} * avoiding the need to create one manually via {@link UpdateEndpointWeightsAndCapacitiesRequest#builder()} *

* * @param updateEndpointWeightsAndCapacitiesRequest * A {@link Consumer} that will call methods on {@link UpdateEndpointWeightsAndCapacitiesInput.Builder} to * create a request. * @return A Java Future containing the result of the UpdateEndpointWeightsAndCapacities operation returned by the * service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceLimitExceededException You have exceeded an Amazon SageMaker resource limit. For example, you * might have too many training jobs created.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.UpdateEndpointWeightsAndCapacities * @see AWS API Documentation */ default CompletableFuture updateEndpointWeightsAndCapacities( Consumer updateEndpointWeightsAndCapacitiesRequest) { return updateEndpointWeightsAndCapacities(UpdateEndpointWeightsAndCapacitiesRequest.builder() .applyMutation(updateEndpointWeightsAndCapacitiesRequest).build()); } /** *

* Adds, updates, or removes the description of an experiment. Updates the display name of an experiment. *

* * @param updateExperimentRequest * @return A Java Future containing the result of the UpdateExperiment operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ConflictException There was a conflict when you attempted to modify an experiment, trial, or trial * component.
  • *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.UpdateExperiment * @see AWS API * Documentation */ default CompletableFuture updateExperiment(UpdateExperimentRequest updateExperimentRequest) { throw new UnsupportedOperationException(); } /** *

* Adds, updates, or removes the description of an experiment. Updates the display name of an experiment. *

*
*

* This is a convenience which creates an instance of the {@link UpdateExperimentRequest.Builder} avoiding the need * to create one manually via {@link UpdateExperimentRequest#builder()} *

* * @param updateExperimentRequest * A {@link Consumer} that will call methods on {@link UpdateExperimentRequest.Builder} to create a request. * @return A Java Future containing the result of the UpdateExperiment operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ConflictException There was a conflict when you attempted to modify an experiment, trial, or trial * component.
  • *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.UpdateExperiment * @see AWS API * Documentation */ default CompletableFuture updateExperiment( Consumer updateExperimentRequest) { return updateExperiment(UpdateExperimentRequest.builder().applyMutation(updateExperimentRequest).build()); } /** *

* Updates the properties of a SageMaker image. To change the image's tags, use the AddTags and * DeleteTags APIs. *

* * @param updateImageRequest * @return A Java Future containing the result of the UpdateImage operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceInUseException Resource being accessed is in use.
  • *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.UpdateImage * @see AWS API * Documentation */ default CompletableFuture updateImage(UpdateImageRequest updateImageRequest) { throw new UnsupportedOperationException(); } /** *

* Updates the properties of a SageMaker image. To change the image's tags, use the AddTags and * DeleteTags APIs. *

*
*

* This is a convenience which creates an instance of the {@link UpdateImageRequest.Builder} avoiding the need to * create one manually via {@link UpdateImageRequest#builder()} *

* * @param updateImageRequest * A {@link Consumer} that will call methods on {@link UpdateImageRequest.Builder} to create a request. * @return A Java Future containing the result of the UpdateImage operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceInUseException Resource being accessed is in use.
  • *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.UpdateImage * @see AWS API * Documentation */ default CompletableFuture updateImage(Consumer updateImageRequest) { return updateImage(UpdateImageRequest.builder().applyMutation(updateImageRequest).build()); } /** *

* Updates a versioned model. *

* * @param updateModelPackageRequest * @return A Java Future containing the result of the UpdateModelPackage operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.UpdateModelPackage * @see AWS * API Documentation */ default CompletableFuture updateModelPackage(UpdateModelPackageRequest updateModelPackageRequest) { throw new UnsupportedOperationException(); } /** *

* Updates a versioned model. *

*
*

* This is a convenience which creates an instance of the {@link UpdateModelPackageRequest.Builder} avoiding the * need to create one manually via {@link UpdateModelPackageRequest#builder()} *

* * @param updateModelPackageRequest * A {@link Consumer} that will call methods on {@link UpdateModelPackageInput.Builder} to create a request. * @return A Java Future containing the result of the UpdateModelPackage operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.UpdateModelPackage * @see AWS * API Documentation */ default CompletableFuture updateModelPackage( Consumer updateModelPackageRequest) { return updateModelPackage(UpdateModelPackageRequest.builder().applyMutation(updateModelPackageRequest).build()); } /** *

* Updates a previously created schedule. *

* * @param updateMonitoringScheduleRequest * @return A Java Future containing the result of the UpdateMonitoringSchedule operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceLimitExceededException You have exceeded an Amazon SageMaker resource limit. For example, you * might have too many training jobs created.
  • *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.UpdateMonitoringSchedule * @see AWS API Documentation */ default CompletableFuture updateMonitoringSchedule( UpdateMonitoringScheduleRequest updateMonitoringScheduleRequest) { throw new UnsupportedOperationException(); } /** *

* Updates a previously created schedule. *

*
*

* This is a convenience which creates an instance of the {@link UpdateMonitoringScheduleRequest.Builder} avoiding * the need to create one manually via {@link UpdateMonitoringScheduleRequest#builder()} *

* * @param updateMonitoringScheduleRequest * A {@link Consumer} that will call methods on {@link UpdateMonitoringScheduleRequest.Builder} to create a * request. * @return A Java Future containing the result of the UpdateMonitoringSchedule operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceLimitExceededException You have exceeded an Amazon SageMaker resource limit. For example, you * might have too many training jobs created.
  • *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.UpdateMonitoringSchedule * @see AWS API Documentation */ default CompletableFuture updateMonitoringSchedule( Consumer updateMonitoringScheduleRequest) { return updateMonitoringSchedule(UpdateMonitoringScheduleRequest.builder().applyMutation(updateMonitoringScheduleRequest) .build()); } /** *

* Updates a notebook instance. NotebookInstance updates include upgrading or downgrading the ML compute instance * used for your notebook instance to accommodate changes in your workload requirements. *

* * @param updateNotebookInstanceRequest * @return A Java Future containing the result of the UpdateNotebookInstance operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceLimitExceededException You have exceeded an Amazon SageMaker resource limit. For example, you * might have too many training jobs created.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.UpdateNotebookInstance * @see AWS API Documentation */ default CompletableFuture updateNotebookInstance( UpdateNotebookInstanceRequest updateNotebookInstanceRequest) { throw new UnsupportedOperationException(); } /** *

* Updates a notebook instance. NotebookInstance updates include upgrading or downgrading the ML compute instance * used for your notebook instance to accommodate changes in your workload requirements. *

*
*

* This is a convenience which creates an instance of the {@link UpdateNotebookInstanceRequest.Builder} avoiding the * need to create one manually via {@link UpdateNotebookInstanceRequest#builder()} *

* * @param updateNotebookInstanceRequest * A {@link Consumer} that will call methods on {@link UpdateNotebookInstanceInput.Builder} to create a * request. * @return A Java Future containing the result of the UpdateNotebookInstance operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceLimitExceededException You have exceeded an Amazon SageMaker resource limit. For example, you * might have too many training jobs created.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.UpdateNotebookInstance * @see AWS API Documentation */ default CompletableFuture updateNotebookInstance( Consumer updateNotebookInstanceRequest) { return updateNotebookInstance(UpdateNotebookInstanceRequest.builder().applyMutation(updateNotebookInstanceRequest) .build()); } /** *

* Updates a notebook instance lifecycle configuration created with the CreateNotebookInstanceLifecycleConfig * API. *

* * @param updateNotebookInstanceLifecycleConfigRequest * @return A Java Future containing the result of the UpdateNotebookInstanceLifecycleConfig operation returned by * the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceLimitExceededException You have exceeded an Amazon SageMaker resource limit. For example, you * might have too many training jobs created.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.UpdateNotebookInstanceLifecycleConfig * @see AWS API Documentation */ default CompletableFuture updateNotebookInstanceLifecycleConfig( UpdateNotebookInstanceLifecycleConfigRequest updateNotebookInstanceLifecycleConfigRequest) { throw new UnsupportedOperationException(); } /** *

* Updates a notebook instance lifecycle configuration created with the CreateNotebookInstanceLifecycleConfig * API. *

*
*

* This is a convenience which creates an instance of the * {@link UpdateNotebookInstanceLifecycleConfigRequest.Builder} avoiding the need to create one manually via * {@link UpdateNotebookInstanceLifecycleConfigRequest#builder()} *

* * @param updateNotebookInstanceLifecycleConfigRequest * A {@link Consumer} that will call methods on {@link UpdateNotebookInstanceLifecycleConfigInput.Builder} to * create a request. * @return A Java Future containing the result of the UpdateNotebookInstanceLifecycleConfig operation returned by * the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceLimitExceededException You have exceeded an Amazon SageMaker resource limit. For example, you * might have too many training jobs created.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.UpdateNotebookInstanceLifecycleConfig * @see AWS API Documentation */ default CompletableFuture updateNotebookInstanceLifecycleConfig( Consumer updateNotebookInstanceLifecycleConfigRequest) { return updateNotebookInstanceLifecycleConfig(UpdateNotebookInstanceLifecycleConfigRequest.builder() .applyMutation(updateNotebookInstanceLifecycleConfigRequest).build()); } /** *

* Updates a pipeline. *

* * @param updatePipelineRequest * @return A Java Future containing the result of the UpdatePipeline operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.UpdatePipeline * @see AWS API * Documentation */ default CompletableFuture updatePipeline(UpdatePipelineRequest updatePipelineRequest) { throw new UnsupportedOperationException(); } /** *

* Updates a pipeline. *

*
*

* This is a convenience which creates an instance of the {@link UpdatePipelineRequest.Builder} avoiding the need to * create one manually via {@link UpdatePipelineRequest#builder()} *

* * @param updatePipelineRequest * A {@link Consumer} that will call methods on {@link UpdatePipelineRequest.Builder} to create a request. * @return A Java Future containing the result of the UpdatePipeline operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.UpdatePipeline * @see AWS API * Documentation */ default CompletableFuture updatePipeline(Consumer updatePipelineRequest) { return updatePipeline(UpdatePipelineRequest.builder().applyMutation(updatePipelineRequest).build()); } /** *

* Updates a pipeline execution. *

* * @param updatePipelineExecutionRequest * @return A Java Future containing the result of the UpdatePipelineExecution operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.UpdatePipelineExecution * @see AWS API Documentation */ default CompletableFuture updatePipelineExecution( UpdatePipelineExecutionRequest updatePipelineExecutionRequest) { throw new UnsupportedOperationException(); } /** *

* Updates a pipeline execution. *

*
*

* This is a convenience which creates an instance of the {@link UpdatePipelineExecutionRequest.Builder} avoiding * the need to create one manually via {@link UpdatePipelineExecutionRequest#builder()} *

* * @param updatePipelineExecutionRequest * A {@link Consumer} that will call methods on {@link UpdatePipelineExecutionRequest.Builder} to create a * request. * @return A Java Future containing the result of the UpdatePipelineExecution operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.UpdatePipelineExecution * @see AWS API Documentation */ default CompletableFuture updatePipelineExecution( Consumer updatePipelineExecutionRequest) { return updatePipelineExecution(UpdatePipelineExecutionRequest.builder().applyMutation(updatePipelineExecutionRequest) .build()); } /** *

* Update a model training job to request a new Debugger profiling configuration. *

* * @param updateTrainingJobRequest * @return A Java Future containing the result of the UpdateTrainingJob operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.UpdateTrainingJob * @see AWS * API Documentation */ default CompletableFuture updateTrainingJob(UpdateTrainingJobRequest updateTrainingJobRequest) { throw new UnsupportedOperationException(); } /** *

* Update a model training job to request a new Debugger profiling configuration. *

*
*

* This is a convenience which creates an instance of the {@link UpdateTrainingJobRequest.Builder} avoiding the need * to create one manually via {@link UpdateTrainingJobRequest#builder()} *

* * @param updateTrainingJobRequest * A {@link Consumer} that will call methods on {@link UpdateTrainingJobRequest.Builder} to create a request. * @return A Java Future containing the result of the UpdateTrainingJob operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.UpdateTrainingJob * @see AWS * API Documentation */ default CompletableFuture updateTrainingJob( Consumer updateTrainingJobRequest) { return updateTrainingJob(UpdateTrainingJobRequest.builder().applyMutation(updateTrainingJobRequest).build()); } /** *

* Updates the display name of a trial. *

* * @param updateTrialRequest * @return A Java Future containing the result of the UpdateTrial operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ConflictException There was a conflict when you attempted to modify an experiment, trial, or trial * component.
  • *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.UpdateTrial * @see AWS API * Documentation */ default CompletableFuture updateTrial(UpdateTrialRequest updateTrialRequest) { throw new UnsupportedOperationException(); } /** *

* Updates the display name of a trial. *

*
*

* This is a convenience which creates an instance of the {@link UpdateTrialRequest.Builder} avoiding the need to * create one manually via {@link UpdateTrialRequest#builder()} *

* * @param updateTrialRequest * A {@link Consumer} that will call methods on {@link UpdateTrialRequest.Builder} to create a request. * @return A Java Future containing the result of the UpdateTrial operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ConflictException There was a conflict when you attempted to modify an experiment, trial, or trial * component.
  • *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.UpdateTrial * @see AWS API * Documentation */ default CompletableFuture updateTrial(Consumer updateTrialRequest) { return updateTrial(UpdateTrialRequest.builder().applyMutation(updateTrialRequest).build()); } /** *

* Updates one or more properties of a trial component. *

* * @param updateTrialComponentRequest * @return A Java Future containing the result of the UpdateTrialComponent operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ConflictException There was a conflict when you attempted to modify an experiment, trial, or trial * component.
  • *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.UpdateTrialComponent * @see AWS * API Documentation */ default CompletableFuture updateTrialComponent( UpdateTrialComponentRequest updateTrialComponentRequest) { throw new UnsupportedOperationException(); } /** *

* Updates one or more properties of a trial component. *

*
*

* This is a convenience which creates an instance of the {@link UpdateTrialComponentRequest.Builder} avoiding the * need to create one manually via {@link UpdateTrialComponentRequest#builder()} *

* * @param updateTrialComponentRequest * A {@link Consumer} that will call methods on {@link UpdateTrialComponentRequest.Builder} to create a * request. * @return A Java Future containing the result of the UpdateTrialComponent operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ConflictException There was a conflict when you attempted to modify an experiment, trial, or trial * component.
  • *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.UpdateTrialComponent * @see AWS * API Documentation */ default CompletableFuture updateTrialComponent( Consumer updateTrialComponentRequest) { return updateTrialComponent(UpdateTrialComponentRequest.builder().applyMutation(updateTrialComponentRequest).build()); } /** *

* Updates a user profile. *

* * @param updateUserProfileRequest * @return A Java Future containing the result of the UpdateUserProfile operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceLimitExceededException You have exceeded an Amazon SageMaker resource limit. For example, you * might have too many training jobs created.
  • *
  • ResourceInUseException Resource being accessed is in use.
  • *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.UpdateUserProfile * @see AWS * API Documentation */ default CompletableFuture updateUserProfile(UpdateUserProfileRequest updateUserProfileRequest) { throw new UnsupportedOperationException(); } /** *

* Updates a user profile. *

*
*

* This is a convenience which creates an instance of the {@link UpdateUserProfileRequest.Builder} avoiding the need * to create one manually via {@link UpdateUserProfileRequest#builder()} *

* * @param updateUserProfileRequest * A {@link Consumer} that will call methods on {@link UpdateUserProfileRequest.Builder} to create a request. * @return A Java Future containing the result of the UpdateUserProfile operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceLimitExceededException You have exceeded an Amazon SageMaker resource limit. For example, you * might have too many training jobs created.
  • *
  • ResourceInUseException Resource being accessed is in use.
  • *
  • ResourceNotFoundException Resource being access is not found.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.UpdateUserProfile * @see AWS * API Documentation */ default CompletableFuture updateUserProfile( Consumer updateUserProfileRequest) { return updateUserProfile(UpdateUserProfileRequest.builder().applyMutation(updateUserProfileRequest).build()); } /** *

* Use this operation to update your workforce. You can use this operation to require that workers use specific IP * addresses to work on tasks and to update your OpenID Connect (OIDC) Identity Provider (IdP) workforce * configuration. *

*

* Use SourceIpConfig to restrict worker access to tasks to a specific range of IP addresses. You * specify allowed IP addresses by creating a list of up to ten CIDRs. By default, a workforce isn't * restricted to specific IP addresses. If you specify a range of IP addresses, workers who attempt to access tasks * using any IP address outside the specified range are denied and get a Not Found error message on the * worker portal. *

*

* Use OidcConfig to update the configuration of a workforce created using your own OIDC IdP. *

* *

* You can only update your OIDC IdP configuration when there are no work teams associated with your workforce. You * can delete work teams using the operation. *

*
*

* After restricting access to a range of IP addresses or updating your OIDC IdP configuration with this operation, * you can view details about your update workforce using the operation. *

* *

* This operation only applies to private workforces. *

*
* * @param updateWorkforceRequest * @return A Java Future containing the result of the UpdateWorkforce operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.UpdateWorkforce * @see AWS API * Documentation */ default CompletableFuture updateWorkforce(UpdateWorkforceRequest updateWorkforceRequest) { throw new UnsupportedOperationException(); } /** *

* Use this operation to update your workforce. You can use this operation to require that workers use specific IP * addresses to work on tasks and to update your OpenID Connect (OIDC) Identity Provider (IdP) workforce * configuration. *

*

* Use SourceIpConfig to restrict worker access to tasks to a specific range of IP addresses. You * specify allowed IP addresses by creating a list of up to ten CIDRs. By default, a workforce isn't * restricted to specific IP addresses. If you specify a range of IP addresses, workers who attempt to access tasks * using any IP address outside the specified range are denied and get a Not Found error message on the * worker portal. *

*

* Use OidcConfig to update the configuration of a workforce created using your own OIDC IdP. *

* *

* You can only update your OIDC IdP configuration when there are no work teams associated with your workforce. You * can delete work teams using the operation. *

*
*

* After restricting access to a range of IP addresses or updating your OIDC IdP configuration with this operation, * you can view details about your update workforce using the operation. *

* *

* This operation only applies to private workforces. *

*

*

* This is a convenience which creates an instance of the {@link UpdateWorkforceRequest.Builder} avoiding the need * to create one manually via {@link UpdateWorkforceRequest#builder()} *

* * @param updateWorkforceRequest * A {@link Consumer} that will call methods on {@link UpdateWorkforceRequest.Builder} to create a request. * @return A Java Future containing the result of the UpdateWorkforce operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.UpdateWorkforce * @see AWS API * Documentation */ default CompletableFuture updateWorkforce( Consumer updateWorkforceRequest) { return updateWorkforce(UpdateWorkforceRequest.builder().applyMutation(updateWorkforceRequest).build()); } /** *

* Updates an existing work team with new member definitions or description. *

* * @param updateWorkteamRequest * @return A Java Future containing the result of the UpdateWorkteam operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceLimitExceededException You have exceeded an Amazon SageMaker resource limit. For example, you * might have too many training jobs created.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.UpdateWorkteam * @see AWS API * Documentation */ default CompletableFuture updateWorkteam(UpdateWorkteamRequest updateWorkteamRequest) { throw new UnsupportedOperationException(); } /** *

* Updates an existing work team with new member definitions or description. *

*
*

* This is a convenience which creates an instance of the {@link UpdateWorkteamRequest.Builder} avoiding the need to * create one manually via {@link UpdateWorkteamRequest#builder()} *

* * @param updateWorkteamRequest * A {@link Consumer} that will call methods on {@link UpdateWorkteamRequest.Builder} to create a request. * @return A Java Future containing the result of the UpdateWorkteam operation returned by the service.
* The CompletableFuture returned by this method can be completed exceptionally with the following * exceptions. *
    *
  • ResourceLimitExceededException You have exceeded an Amazon SageMaker resource limit. For example, you * might have too many training jobs created.
  • *
  • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). * Can be used for catch all scenarios.
  • *
  • SdkClientException If any client side error occurs such as an IO related failure, failure to get * credentials, etc.
  • *
  • SageMakerException Base class for all service exceptions. Unknown exceptions will be thrown as an * instance of this type.
  • *
* @sample SageMakerAsyncClient.UpdateWorkteam * @see AWS API * Documentation */ default CompletableFuture updateWorkteam(Consumer updateWorkteamRequest) { return updateWorkteam(UpdateWorkteamRequest.builder().applyMutation(updateWorkteamRequest).build()); } /** * Create an instance of {@link SageMakerAsyncWaiter} using this client. *

* Waiters created via this method are managed by the SDK and resources will be released when the service client is * closed. * * @return an instance of {@link SageMakerAsyncWaiter} */ default SageMakerAsyncWaiter waiter() { throw new UnsupportedOperationException(); } }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy