| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker |
Provides APIs for creating and managing Amazon SageMaker resources.
|
| Modifier and Type | Method and Description |
|---|---|
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 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 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 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 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 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.
|
Copyright © 2019. All rights reserved.