| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker |
Provides APIs for creating and managing Amazon SageMaker resources.
|
| Modifier and Type | Method and Description |
|---|---|
default AssociateTrialComponentResponse |
SageMakerClient.associateTrialComponent(AssociateTrialComponentRequest associateTrialComponentRequest)
Associates a trial component with a trial.
|
default AssociateTrialComponentResponse |
SageMakerClient.associateTrialComponent(Consumer<AssociateTrialComponentRequest.Builder> associateTrialComponentRequest)
Associates a trial component with a trial.
|
default CreatePresignedDomainUrlResponse |
SageMakerClient.createPresignedDomainUrl(Consumer<CreatePresignedDomainUrlRequest.Builder> createPresignedDomainUrlRequest)
Creates a URL for a specified UserProfile in a Domain.
|
default CreatePresignedDomainUrlResponse |
SageMakerClient.createPresignedDomainUrl(CreatePresignedDomainUrlRequest createPresignedDomainUrlRequest)
Creates a URL for a specified UserProfile in a Domain.
|
default CreateProcessingJobResponse |
SageMakerClient.createProcessingJob(Consumer<CreateProcessingJobRequest.Builder> createProcessingJobRequest)
Creates a processing job.
|
default CreateProcessingJobResponse |
SageMakerClient.createProcessingJob(CreateProcessingJobRequest createProcessingJobRequest)
Creates a processing job.
|
default CreateTrainingJobResponse |
SageMakerClient.createTrainingJob(Consumer<CreateTrainingJobRequest.Builder> createTrainingJobRequest)
Starts a model training job.
|
default CreateTrainingJobResponse |
SageMakerClient.createTrainingJob(CreateTrainingJobRequest createTrainingJobRequest)
Starts a model training job.
|
default CreateTransformJobResponse |
SageMakerClient.createTransformJob(Consumer<CreateTransformJobRequest.Builder> createTransformJobRequest)
Starts a transform job.
|
default CreateTransformJobResponse |
SageMakerClient.createTransformJob(CreateTransformJobRequest createTransformJobRequest)
Starts a transform job.
|
default CreateTrialResponse |
SageMakerClient.createTrial(Consumer<CreateTrialRequest.Builder> createTrialRequest)
Creates an Amazon SageMaker trial.
|
default CreateTrialResponse |
SageMakerClient.createTrial(CreateTrialRequest createTrialRequest)
Creates an Amazon SageMaker trial.
|
default DeleteAppResponse |
SageMakerClient.deleteApp(Consumer<DeleteAppRequest.Builder> deleteAppRequest)
Used to stop and delete an app.
|
default DeleteAppResponse |
SageMakerClient.deleteApp(DeleteAppRequest deleteAppRequest)
Used to stop and delete an app.
|
default DeleteDomainResponse |
SageMakerClient.deleteDomain(Consumer<DeleteDomainRequest.Builder> deleteDomainRequest)
Used to delete a domain.
|
default DeleteDomainResponse |
SageMakerClient.deleteDomain(DeleteDomainRequest deleteDomainRequest)
Used to delete a domain.
|
default DeleteExperimentResponse |
SageMakerClient.deleteExperiment(Consumer<DeleteExperimentRequest.Builder> deleteExperimentRequest)
Deletes an Amazon SageMaker experiment.
|
default DeleteExperimentResponse |
SageMakerClient.deleteExperiment(DeleteExperimentRequest deleteExperimentRequest)
Deletes an Amazon SageMaker experiment.
|
default DeleteFlowDefinitionResponse |
SageMakerClient.deleteFlowDefinition(Consumer<DeleteFlowDefinitionRequest.Builder> deleteFlowDefinitionRequest)
Deletes the specified flow definition.
|
default DeleteFlowDefinitionResponse |
SageMakerClient.deleteFlowDefinition(DeleteFlowDefinitionRequest deleteFlowDefinitionRequest)
Deletes the specified flow definition.
|
default DeleteHumanTaskUiResponse |
SageMakerClient.deleteHumanTaskUi(Consumer<DeleteHumanTaskUiRequest.Builder> deleteHumanTaskUiRequest)
Use this operation to delete a worker task template (
HumanTaskUi). |
default DeleteHumanTaskUiResponse |
SageMakerClient.deleteHumanTaskUi(DeleteHumanTaskUiRequest deleteHumanTaskUiRequest)
Use this operation to delete a worker task template (
HumanTaskUi). |
default DeleteMonitoringScheduleResponse |
SageMakerClient.deleteMonitoringSchedule(Consumer<DeleteMonitoringScheduleRequest.Builder> deleteMonitoringScheduleRequest)
Deletes a monitoring schedule.
|
default DeleteMonitoringScheduleResponse |
SageMakerClient.deleteMonitoringSchedule(DeleteMonitoringScheduleRequest deleteMonitoringScheduleRequest)
Deletes a monitoring schedule.
|
default DeleteTrialResponse |
SageMakerClient.deleteTrial(Consumer<DeleteTrialRequest.Builder> deleteTrialRequest)
Deletes the specified trial.
|
default DeleteTrialResponse |
SageMakerClient.deleteTrial(DeleteTrialRequest deleteTrialRequest)
Deletes the specified trial.
|
default DeleteTrialComponentResponse |
SageMakerClient.deleteTrialComponent(Consumer<DeleteTrialComponentRequest.Builder> deleteTrialComponentRequest)
Deletes the specified trial component.
|
default DeleteTrialComponentResponse |
SageMakerClient.deleteTrialComponent(DeleteTrialComponentRequest deleteTrialComponentRequest)
Deletes the specified trial component.
|
default DeleteUserProfileResponse |
SageMakerClient.deleteUserProfile(Consumer<DeleteUserProfileRequest.Builder> deleteUserProfileRequest)
Deletes a user profile.
|
default DeleteUserProfileResponse |
SageMakerClient.deleteUserProfile(DeleteUserProfileRequest deleteUserProfileRequest)
Deletes a user profile.
|
default DescribeAppResponse |
SageMakerClient.describeApp(Consumer<DescribeAppRequest.Builder> describeAppRequest)
Describes the app.
|
default DescribeAppResponse |
SageMakerClient.describeApp(DescribeAppRequest describeAppRequest)
Describes the app.
|
default DescribeAutoMlJobResponse |
SageMakerClient.describeAutoMLJob(Consumer<DescribeAutoMlJobRequest.Builder> describeAutoMlJobRequest)
Returns information about an Amazon SageMaker job.
|
default DescribeAutoMlJobResponse |
SageMakerClient.describeAutoMLJob(DescribeAutoMlJobRequest describeAutoMlJobRequest)
Returns information about an Amazon SageMaker job.
|
default DescribeCompilationJobResponse |
SageMakerClient.describeCompilationJob(Consumer<DescribeCompilationJobRequest.Builder> describeCompilationJobRequest)
Returns information about a model compilation job.
|
default DescribeCompilationJobResponse |
SageMakerClient.describeCompilationJob(DescribeCompilationJobRequest describeCompilationJobRequest)
Returns information about a model compilation job.
|
default DescribeDomainResponse |
SageMakerClient.describeDomain(Consumer<DescribeDomainRequest.Builder> describeDomainRequest)
The description of the domain.
|
default DescribeDomainResponse |
SageMakerClient.describeDomain(DescribeDomainRequest describeDomainRequest)
The description of the domain.
|
default DescribeExperimentResponse |
SageMakerClient.describeExperiment(Consumer<DescribeExperimentRequest.Builder> describeExperimentRequest)
Provides a list of an experiment's properties.
|
default DescribeExperimentResponse |
SageMakerClient.describeExperiment(DescribeExperimentRequest describeExperimentRequest)
Provides a list of an experiment's properties.
|
default DescribeFlowDefinitionResponse |
SageMakerClient.describeFlowDefinition(Consumer<DescribeFlowDefinitionRequest.Builder> describeFlowDefinitionRequest)
Returns information about the specified flow definition.
|
default DescribeFlowDefinitionResponse |
SageMakerClient.describeFlowDefinition(DescribeFlowDefinitionRequest describeFlowDefinitionRequest)
Returns information about the specified flow definition.
|
default DescribeHumanTaskUiResponse |
SageMakerClient.describeHumanTaskUi(Consumer<DescribeHumanTaskUiRequest.Builder> describeHumanTaskUiRequest)
Returns information about the requested human task user interface (worker task template).
|
default DescribeHumanTaskUiResponse |
SageMakerClient.describeHumanTaskUi(DescribeHumanTaskUiRequest describeHumanTaskUiRequest)
Returns information about the requested human task user interface (worker task template).
|
default DescribeHyperParameterTuningJobResponse |
SageMakerClient.describeHyperParameterTuningJob(Consumer<DescribeHyperParameterTuningJobRequest.Builder> describeHyperParameterTuningJobRequest)
Gets a description of a hyperparameter tuning job.
|
default DescribeHyperParameterTuningJobResponse |
SageMakerClient.describeHyperParameterTuningJob(DescribeHyperParameterTuningJobRequest describeHyperParameterTuningJobRequest)
Gets a description of a hyperparameter tuning job.
|
default DescribeLabelingJobResponse |
SageMakerClient.describeLabelingJob(Consumer<DescribeLabelingJobRequest.Builder> describeLabelingJobRequest)
Gets information about a labeling job.
|
default DescribeLabelingJobResponse |
SageMakerClient.describeLabelingJob(DescribeLabelingJobRequest describeLabelingJobRequest)
Gets information about a labeling job.
|
default DescribeMonitoringScheduleResponse |
SageMakerClient.describeMonitoringSchedule(Consumer<DescribeMonitoringScheduleRequest.Builder> describeMonitoringScheduleRequest)
Describes the schedule for a monitoring job.
|
default DescribeMonitoringScheduleResponse |
SageMakerClient.describeMonitoringSchedule(DescribeMonitoringScheduleRequest describeMonitoringScheduleRequest)
Describes the schedule for a monitoring job.
|
default DescribeProcessingJobResponse |
SageMakerClient.describeProcessingJob(Consumer<DescribeProcessingJobRequest.Builder> describeProcessingJobRequest)
Returns a description of a processing job.
|
default DescribeProcessingJobResponse |
SageMakerClient.describeProcessingJob(DescribeProcessingJobRequest describeProcessingJobRequest)
Returns a description of a processing job.
|
default DescribeTrainingJobResponse |
SageMakerClient.describeTrainingJob(Consumer<DescribeTrainingJobRequest.Builder> describeTrainingJobRequest)
Returns information about a training job.
|
default DescribeTrainingJobResponse |
SageMakerClient.describeTrainingJob(DescribeTrainingJobRequest describeTrainingJobRequest)
Returns information about a training job.
|
default DescribeTransformJobResponse |
SageMakerClient.describeTransformJob(Consumer<DescribeTransformJobRequest.Builder> describeTransformJobRequest)
Returns information about a transform job.
|
default DescribeTransformJobResponse |
SageMakerClient.describeTransformJob(DescribeTransformJobRequest describeTransformJobRequest)
Returns information about a transform job.
|
default DescribeTrialResponse |
SageMakerClient.describeTrial(Consumer<DescribeTrialRequest.Builder> describeTrialRequest)
Provides a list of a trial's properties.
|
default DescribeTrialResponse |
SageMakerClient.describeTrial(DescribeTrialRequest describeTrialRequest)
Provides a list of a trial's properties.
|
default DescribeTrialComponentResponse |
SageMakerClient.describeTrialComponent(Consumer<DescribeTrialComponentRequest.Builder> describeTrialComponentRequest)
Provides a list of a trials component's properties.
|
default DescribeTrialComponentResponse |
SageMakerClient.describeTrialComponent(DescribeTrialComponentRequest describeTrialComponentRequest)
Provides a list of a trials component's properties.
|
default DescribeUserProfileResponse |
SageMakerClient.describeUserProfile(Consumer<DescribeUserProfileRequest.Builder> describeUserProfileRequest)
Describes a user profile.
|
default DescribeUserProfileResponse |
SageMakerClient.describeUserProfile(DescribeUserProfileRequest describeUserProfileRequest)
Describes a user profile.
|
default DisassociateTrialComponentResponse |
SageMakerClient.disassociateTrialComponent(Consumer<DisassociateTrialComponentRequest.Builder> disassociateTrialComponentRequest)
Disassociates a trial component from a trial.
|
default DisassociateTrialComponentResponse |
SageMakerClient.disassociateTrialComponent(DisassociateTrialComponentRequest disassociateTrialComponentRequest)
Disassociates a trial component from a trial.
|
default ListCandidatesForAutoMlJobResponse |
SageMakerClient.listCandidatesForAutoMLJob(Consumer<ListCandidatesForAutoMlJobRequest.Builder> listCandidatesForAutoMlJobRequest)
List the Candidates created for the job.
|
default ListCandidatesForAutoMlJobResponse |
SageMakerClient.listCandidatesForAutoMLJob(ListCandidatesForAutoMlJobRequest listCandidatesForAutoMlJobRequest)
List the Candidates created for the job.
|
default ListCandidatesForAutoMLJobIterable |
SageMakerClient.listCandidatesForAutoMLJobPaginator(Consumer<ListCandidatesForAutoMlJobRequest.Builder> listCandidatesForAutoMlJobRequest)
List the Candidates created for the job.
|
default ListCandidatesForAutoMLJobIterable |
SageMakerClient.listCandidatesForAutoMLJobPaginator(ListCandidatesForAutoMlJobRequest listCandidatesForAutoMlJobRequest)
List the Candidates created for the job.
|
default ListLabelingJobsForWorkteamResponse |
SageMakerClient.listLabelingJobsForWorkteam(Consumer<ListLabelingJobsForWorkteamRequest.Builder> listLabelingJobsForWorkteamRequest)
Gets a list of labeling jobs assigned to a specified work team.
|
default ListLabelingJobsForWorkteamResponse |
SageMakerClient.listLabelingJobsForWorkteam(ListLabelingJobsForWorkteamRequest listLabelingJobsForWorkteamRequest)
Gets a list of labeling jobs assigned to a specified work team.
|
default ListLabelingJobsForWorkteamIterable |
SageMakerClient.listLabelingJobsForWorkteamPaginator(Consumer<ListLabelingJobsForWorkteamRequest.Builder> listLabelingJobsForWorkteamRequest)
Gets a list of labeling jobs assigned to a specified work team.
|
default ListLabelingJobsForWorkteamIterable |
SageMakerClient.listLabelingJobsForWorkteamPaginator(ListLabelingJobsForWorkteamRequest listLabelingJobsForWorkteamRequest)
Gets a list of labeling jobs assigned to a specified work team.
|
default ListTrainingJobsForHyperParameterTuningJobResponse |
SageMakerClient.listTrainingJobsForHyperParameterTuningJob(Consumer<ListTrainingJobsForHyperParameterTuningJobRequest.Builder> listTrainingJobsForHyperParameterTuningJobRequest)
Gets a list of TrainingJobSummary objects that describe the training jobs that a hyperparameter tuning job
launched.
|
default ListTrainingJobsForHyperParameterTuningJobResponse |
SageMakerClient.listTrainingJobsForHyperParameterTuningJob(ListTrainingJobsForHyperParameterTuningJobRequest listTrainingJobsForHyperParameterTuningJobRequest)
Gets a list of TrainingJobSummary objects that describe the training jobs that a hyperparameter tuning job
launched.
|
default ListTrainingJobsForHyperParameterTuningJobIterable |
SageMakerClient.listTrainingJobsForHyperParameterTuningJobPaginator(Consumer<ListTrainingJobsForHyperParameterTuningJobRequest.Builder> listTrainingJobsForHyperParameterTuningJobRequest)
Gets a list of TrainingJobSummary objects that describe the training jobs that a hyperparameter tuning job
launched.
|
default ListTrainingJobsForHyperParameterTuningJobIterable |
SageMakerClient.listTrainingJobsForHyperParameterTuningJobPaginator(ListTrainingJobsForHyperParameterTuningJobRequest listTrainingJobsForHyperParameterTuningJobRequest)
Gets a list of TrainingJobSummary objects that describe the training jobs that a hyperparameter tuning job
launched.
|
default ListTrialComponentsResponse |
SageMakerClient.listTrialComponents(Consumer<ListTrialComponentsRequest.Builder> listTrialComponentsRequest)
Lists the trial components in your account.
|
default ListTrialComponentsResponse |
SageMakerClient.listTrialComponents(ListTrialComponentsRequest listTrialComponentsRequest)
Lists the trial components in your account.
|
default ListTrialComponentsIterable |
SageMakerClient.listTrialComponentsPaginator(Consumer<ListTrialComponentsRequest.Builder> listTrialComponentsRequest)
Lists the trial components in your account.
|
default ListTrialComponentsIterable |
SageMakerClient.listTrialComponentsPaginator(ListTrialComponentsRequest listTrialComponentsRequest)
Lists the trial components in your account.
|
default ListTrialsResponse |
SageMakerClient.listTrials(Consumer<ListTrialsRequest.Builder> listTrialsRequest)
Lists the trials in your account.
|
default ListTrialsResponse |
SageMakerClient.listTrials(ListTrialsRequest listTrialsRequest)
Lists the trials in your account.
|
default ListTrialsIterable |
SageMakerClient.listTrialsPaginator(Consumer<ListTrialsRequest.Builder> listTrialsRequest)
Lists the trials in your account.
|
default ListTrialsIterable |
SageMakerClient.listTrialsPaginator(ListTrialsRequest listTrialsRequest)
Lists the trials in your account.
|
default StartMonitoringScheduleResponse |
SageMakerClient.startMonitoringSchedule(Consumer<StartMonitoringScheduleRequest.Builder> startMonitoringScheduleRequest)
Starts a previously stopped monitoring schedule.
|
default StartMonitoringScheduleResponse |
SageMakerClient.startMonitoringSchedule(StartMonitoringScheduleRequest startMonitoringScheduleRequest)
Starts a previously stopped monitoring schedule.
|
default StopAutoMlJobResponse |
SageMakerClient.stopAutoMLJob(Consumer<StopAutoMlJobRequest.Builder> stopAutoMlJobRequest)
A method for forcing the termination of a running job.
|
default StopAutoMlJobResponse |
SageMakerClient.stopAutoMLJob(StopAutoMlJobRequest stopAutoMlJobRequest)
A method for forcing the termination of a running job.
|
default StopCompilationJobResponse |
SageMakerClient.stopCompilationJob(Consumer<StopCompilationJobRequest.Builder> stopCompilationJobRequest)
Stops a model compilation job.
|
default StopCompilationJobResponse |
SageMakerClient.stopCompilationJob(StopCompilationJobRequest stopCompilationJobRequest)
Stops a model compilation job.
|
default StopHyperParameterTuningJobResponse |
SageMakerClient.stopHyperParameterTuningJob(Consumer<StopHyperParameterTuningJobRequest.Builder> stopHyperParameterTuningJobRequest)
Stops a running hyperparameter tuning job and all running training jobs that the tuning job launched.
|
default StopHyperParameterTuningJobResponse |
SageMakerClient.stopHyperParameterTuningJob(StopHyperParameterTuningJobRequest stopHyperParameterTuningJobRequest)
Stops a running hyperparameter tuning job and all running training jobs that the tuning job launched.
|
default StopLabelingJobResponse |
SageMakerClient.stopLabelingJob(Consumer<StopLabelingJobRequest.Builder> stopLabelingJobRequest)
Stops a running labeling job.
|
default StopLabelingJobResponse |
SageMakerClient.stopLabelingJob(StopLabelingJobRequest stopLabelingJobRequest)
Stops a running labeling job.
|
default StopMonitoringScheduleResponse |
SageMakerClient.stopMonitoringSchedule(Consumer<StopMonitoringScheduleRequest.Builder> stopMonitoringScheduleRequest)
Stops a previously started monitoring schedule.
|
default StopMonitoringScheduleResponse |
SageMakerClient.stopMonitoringSchedule(StopMonitoringScheduleRequest stopMonitoringScheduleRequest)
Stops a previously started monitoring schedule.
|
default StopProcessingJobResponse |
SageMakerClient.stopProcessingJob(Consumer<StopProcessingJobRequest.Builder> stopProcessingJobRequest)
Stops a processing job.
|
default StopProcessingJobResponse |
SageMakerClient.stopProcessingJob(StopProcessingJobRequest stopProcessingJobRequest)
Stops a processing job.
|
default StopTrainingJobResponse |
SageMakerClient.stopTrainingJob(Consumer<StopTrainingJobRequest.Builder> stopTrainingJobRequest)
Stops a training job.
|
default StopTrainingJobResponse |
SageMakerClient.stopTrainingJob(StopTrainingJobRequest stopTrainingJobRequest)
Stops a training job.
|
default StopTransformJobResponse |
SageMakerClient.stopTransformJob(Consumer<StopTransformJobRequest.Builder> stopTransformJobRequest)
Stops a transform job.
|
default StopTransformJobResponse |
SageMakerClient.stopTransformJob(StopTransformJobRequest stopTransformJobRequest)
Stops a transform job.
|
default UpdateDomainResponse |
SageMakerClient.updateDomain(Consumer<UpdateDomainRequest.Builder> updateDomainRequest)
Updates the default settings for new user profiles in the domain.
|
default UpdateDomainResponse |
SageMakerClient.updateDomain(UpdateDomainRequest updateDomainRequest)
Updates the default settings for new user profiles in the domain.
|
default UpdateExperimentResponse |
SageMakerClient.updateExperiment(Consumer<UpdateExperimentRequest.Builder> updateExperimentRequest)
Adds, updates, or removes the description of an experiment.
|
default UpdateExperimentResponse |
SageMakerClient.updateExperiment(UpdateExperimentRequest updateExperimentRequest)
Adds, updates, or removes the description of an experiment.
|
default UpdateMonitoringScheduleResponse |
SageMakerClient.updateMonitoringSchedule(Consumer<UpdateMonitoringScheduleRequest.Builder> updateMonitoringScheduleRequest)
Updates a previously created schedule.
|
default UpdateMonitoringScheduleResponse |
SageMakerClient.updateMonitoringSchedule(UpdateMonitoringScheduleRequest updateMonitoringScheduleRequest)
Updates a previously created schedule.
|
default UpdateTrialResponse |
SageMakerClient.updateTrial(Consumer<UpdateTrialRequest.Builder> updateTrialRequest)
Updates the display name of a trial.
|
default UpdateTrialResponse |
SageMakerClient.updateTrial(UpdateTrialRequest updateTrialRequest)
Updates the display name of a trial.
|
default UpdateTrialComponentResponse |
SageMakerClient.updateTrialComponent(Consumer<UpdateTrialComponentRequest.Builder> updateTrialComponentRequest)
Updates one or more properties of a trial component.
|
default UpdateTrialComponentResponse |
SageMakerClient.updateTrialComponent(UpdateTrialComponentRequest updateTrialComponentRequest)
Updates one or more properties of a trial component.
|
default UpdateUserProfileResponse |
SageMakerClient.updateUserProfile(Consumer<UpdateUserProfileRequest.Builder> updateUserProfileRequest)
Updates a user profile.
|
default UpdateUserProfileResponse |
SageMakerClient.updateUserProfile(UpdateUserProfileRequest updateUserProfileRequest)
Updates a user profile.
|
Copyright © 2020. All rights reserved.