| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker |
Provides APIs for creating and managing Amazon SageMaker resources.
|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
default AddTagsResponse |
SageMakerClient.addTags(AddTagsRequest addTagsRequest)
Adds or overwrites one or more tags for the specified Amazon SageMaker resource.
|
default AddTagsResponse |
SageMakerClient.addTags(Consumer<AddTagsRequest.Builder> addTagsRequest)
Adds or overwrites one or more tags for the specified Amazon SageMaker resource.
|
default CreateAlgorithmResponse |
SageMakerClient.createAlgorithm(Consumer<CreateAlgorithmRequest.Builder> createAlgorithmRequest)
Create a machine learning algorithm that you can use in Amazon SageMaker and list in the AWS Marketplace.
|
default CreateAlgorithmResponse |
SageMakerClient.createAlgorithm(CreateAlgorithmRequest createAlgorithmRequest)
Create a machine learning algorithm that you can use in Amazon SageMaker and list in the AWS Marketplace.
|
default CreateCodeRepositoryResponse |
SageMakerClient.createCodeRepository(Consumer<CreateCodeRepositoryRequest.Builder> createCodeRepositoryRequest)
Creates a Git repository as a resource in your Amazon SageMaker account.
|
default CreateCodeRepositoryResponse |
SageMakerClient.createCodeRepository(CreateCodeRepositoryRequest createCodeRepositoryRequest)
Creates a Git repository as a resource in your Amazon SageMaker account.
|
default CreateCompilationJobResponse |
SageMakerClient.createCompilationJob(Consumer<CreateCompilationJobRequest.Builder> createCompilationJobRequest)
Starts a model compilation job.
|
default CreateCompilationJobResponse |
SageMakerClient.createCompilationJob(CreateCompilationJobRequest createCompilationJobRequest)
Starts a model compilation job.
|
default CreateEndpointResponse |
SageMakerClient.createEndpoint(Consumer<CreateEndpointRequest.Builder> createEndpointRequest)
Creates an endpoint using the endpoint configuration specified in the request.
|
default CreateEndpointResponse |
SageMakerClient.createEndpoint(CreateEndpointRequest createEndpointRequest)
Creates an endpoint using the endpoint configuration specified in the request.
|
default CreateEndpointConfigResponse |
SageMakerClient.createEndpointConfig(Consumer<CreateEndpointConfigRequest.Builder> createEndpointConfigRequest)
Creates an endpoint configuration that Amazon SageMaker hosting services uses to deploy models.
|
default CreateEndpointConfigResponse |
SageMakerClient.createEndpointConfig(CreateEndpointConfigRequest createEndpointConfigRequest)
Creates an endpoint configuration that Amazon SageMaker hosting services uses to deploy models.
|
default CreateHyperParameterTuningJobResponse |
SageMakerClient.createHyperParameterTuningJob(Consumer<CreateHyperParameterTuningJobRequest.Builder> createHyperParameterTuningJobRequest)
Starts a hyperparameter tuning job.
|
default CreateHyperParameterTuningJobResponse |
SageMakerClient.createHyperParameterTuningJob(CreateHyperParameterTuningJobRequest createHyperParameterTuningJobRequest)
Starts a hyperparameter tuning job.
|
default CreateLabelingJobResponse |
SageMakerClient.createLabelingJob(Consumer<CreateLabelingJobRequest.Builder> createLabelingJobRequest)
Creates a job that uses workers to label the data objects in your input dataset.
|
default CreateLabelingJobResponse |
SageMakerClient.createLabelingJob(CreateLabelingJobRequest createLabelingJobRequest)
Creates a job that uses workers to label the data objects in your input dataset.
|
default CreateModelResponse |
SageMakerClient.createModel(Consumer<CreateModelRequest.Builder> createModelRequest)
Creates a model in Amazon SageMaker.
|
default CreateModelResponse |
SageMakerClient.createModel(CreateModelRequest createModelRequest)
Creates a model in Amazon SageMaker.
|
default CreateModelPackageResponse |
SageMakerClient.createModelPackage(Consumer<CreateModelPackageRequest.Builder> createModelPackageRequest)
Creates a model package that you can use to create Amazon SageMaker models or list on AWS Marketplace.
|
default CreateModelPackageResponse |
SageMakerClient.createModelPackage(CreateModelPackageRequest createModelPackageRequest)
Creates a model package that you can use to create Amazon SageMaker models or list on AWS Marketplace.
|
default CreateNotebookInstanceResponse |
SageMakerClient.createNotebookInstance(Consumer<CreateNotebookInstanceRequest.Builder> createNotebookInstanceRequest)
Creates an Amazon SageMaker notebook instance.
|
default CreateNotebookInstanceResponse |
SageMakerClient.createNotebookInstance(CreateNotebookInstanceRequest createNotebookInstanceRequest)
Creates an Amazon SageMaker notebook instance.
|
default CreateNotebookInstanceLifecycleConfigResponse |
SageMakerClient.createNotebookInstanceLifecycleConfig(Consumer<CreateNotebookInstanceLifecycleConfigRequest.Builder> createNotebookInstanceLifecycleConfigRequest)
Creates a lifecycle configuration that you can associate with a notebook instance.
|
default CreateNotebookInstanceLifecycleConfigResponse |
SageMakerClient.createNotebookInstanceLifecycleConfig(CreateNotebookInstanceLifecycleConfigRequest createNotebookInstanceLifecycleConfigRequest)
Creates a lifecycle configuration that you can associate with a notebook instance.
|
default CreatePresignedNotebookInstanceUrlResponse |
SageMakerClient.createPresignedNotebookInstanceUrl(Consumer<CreatePresignedNotebookInstanceUrlRequest.Builder> createPresignedNotebookInstanceUrlRequest)
Returns a URL that you can use to connect to the Jupyter server from a notebook instance.
|
default CreatePresignedNotebookInstanceUrlResponse |
SageMakerClient.createPresignedNotebookInstanceUrl(CreatePresignedNotebookInstanceUrlRequest createPresignedNotebookInstanceUrlRequest)
Returns a URL that you can use to connect to the Jupyter server from a notebook instance.
|
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 CreateWorkteamResponse |
SageMakerClient.createWorkteam(Consumer<CreateWorkteamRequest.Builder> createWorkteamRequest)
Creates a new work team for labeling your data.
|
default CreateWorkteamResponse |
SageMakerClient.createWorkteam(CreateWorkteamRequest createWorkteamRequest)
Creates a new work team for labeling your data.
|
default DeleteAlgorithmResponse |
SageMakerClient.deleteAlgorithm(Consumer<DeleteAlgorithmRequest.Builder> deleteAlgorithmRequest)
Removes the specified algorithm from your account.
|
default DeleteAlgorithmResponse |
SageMakerClient.deleteAlgorithm(DeleteAlgorithmRequest deleteAlgorithmRequest)
Removes the specified algorithm from your account.
|
default DeleteCodeRepositoryResponse |
SageMakerClient.deleteCodeRepository(Consumer<DeleteCodeRepositoryRequest.Builder> deleteCodeRepositoryRequest)
Deletes the specified Git repository from your account.
|
default DeleteCodeRepositoryResponse |
SageMakerClient.deleteCodeRepository(DeleteCodeRepositoryRequest deleteCodeRepositoryRequest)
Deletes the specified Git repository from your account.
|
default DeleteEndpointResponse |
SageMakerClient.deleteEndpoint(Consumer<DeleteEndpointRequest.Builder> deleteEndpointRequest)
Deletes an endpoint.
|
default DeleteEndpointResponse |
SageMakerClient.deleteEndpoint(DeleteEndpointRequest deleteEndpointRequest)
Deletes an endpoint.
|
default DeleteEndpointConfigResponse |
SageMakerClient.deleteEndpointConfig(Consumer<DeleteEndpointConfigRequest.Builder> deleteEndpointConfigRequest)
Deletes an endpoint configuration.
|
default DeleteEndpointConfigResponse |
SageMakerClient.deleteEndpointConfig(DeleteEndpointConfigRequest deleteEndpointConfigRequest)
Deletes an endpoint configuration.
|
default DeleteModelResponse |
SageMakerClient.deleteModel(Consumer<DeleteModelRequest.Builder> deleteModelRequest)
Deletes a model.
|
default DeleteModelResponse |
SageMakerClient.deleteModel(DeleteModelRequest deleteModelRequest)
Deletes a model.
|
default DeleteModelPackageResponse |
SageMakerClient.deleteModelPackage(Consumer<DeleteModelPackageRequest.Builder> deleteModelPackageRequest)
Deletes a model package.
|
default DeleteModelPackageResponse |
SageMakerClient.deleteModelPackage(DeleteModelPackageRequest deleteModelPackageRequest)
Deletes a model package.
|
default DeleteNotebookInstanceResponse |
SageMakerClient.deleteNotebookInstance(Consumer<DeleteNotebookInstanceRequest.Builder> deleteNotebookInstanceRequest)
Deletes an Amazon SageMaker notebook instance.
|
default DeleteNotebookInstanceResponse |
SageMakerClient.deleteNotebookInstance(DeleteNotebookInstanceRequest deleteNotebookInstanceRequest)
Deletes an Amazon SageMaker notebook instance.
|
default DeleteNotebookInstanceLifecycleConfigResponse |
SageMakerClient.deleteNotebookInstanceLifecycleConfig(Consumer<DeleteNotebookInstanceLifecycleConfigRequest.Builder> deleteNotebookInstanceLifecycleConfigRequest)
Deletes a notebook instance lifecycle configuration.
|
default DeleteNotebookInstanceLifecycleConfigResponse |
SageMakerClient.deleteNotebookInstanceLifecycleConfig(DeleteNotebookInstanceLifecycleConfigRequest deleteNotebookInstanceLifecycleConfigRequest)
Deletes a notebook instance lifecycle configuration.
|
default DeleteTagsResponse |
SageMakerClient.deleteTags(Consumer<DeleteTagsRequest.Builder> deleteTagsRequest)
Deletes the specified tags from an Amazon SageMaker resource.
|
default DeleteTagsResponse |
SageMakerClient.deleteTags(DeleteTagsRequest deleteTagsRequest)
Deletes the specified tags from an Amazon SageMaker resource.
|
default DeleteWorkteamResponse |
SageMakerClient.deleteWorkteam(Consumer<DeleteWorkteamRequest.Builder> deleteWorkteamRequest)
Deletes an existing work team.
|
default DeleteWorkteamResponse |
SageMakerClient.deleteWorkteam(DeleteWorkteamRequest deleteWorkteamRequest)
Deletes an existing work team.
|
default DescribeAlgorithmResponse |
SageMakerClient.describeAlgorithm(Consumer<DescribeAlgorithmRequest.Builder> describeAlgorithmRequest)
Returns a description of the specified algorithm that is in your account.
|
default DescribeAlgorithmResponse |
SageMakerClient.describeAlgorithm(DescribeAlgorithmRequest describeAlgorithmRequest)
Returns a description of the specified algorithm that is in your account.
|
default DescribeCodeRepositoryResponse |
SageMakerClient.describeCodeRepository(Consumer<DescribeCodeRepositoryRequest.Builder> describeCodeRepositoryRequest)
Gets details about the specified Git repository.
|
default DescribeCodeRepositoryResponse |
SageMakerClient.describeCodeRepository(DescribeCodeRepositoryRequest describeCodeRepositoryRequest)
Gets details about the specified Git repository.
|
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 DescribeEndpointResponse |
SageMakerClient.describeEndpoint(Consumer<DescribeEndpointRequest.Builder> describeEndpointRequest)
Returns the description of an endpoint.
|
default DescribeEndpointResponse |
SageMakerClient.describeEndpoint(DescribeEndpointRequest describeEndpointRequest)
Returns the description of an endpoint.
|
default DescribeEndpointConfigResponse |
SageMakerClient.describeEndpointConfig(Consumer<DescribeEndpointConfigRequest.Builder> describeEndpointConfigRequest)
Returns the description of an endpoint configuration created using the
CreateEndpointConfig API. |
default DescribeEndpointConfigResponse |
SageMakerClient.describeEndpointConfig(DescribeEndpointConfigRequest describeEndpointConfigRequest)
Returns the description of an endpoint configuration created using the
CreateEndpointConfig API. |
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 DescribeModelResponse |
SageMakerClient.describeModel(Consumer<DescribeModelRequest.Builder> describeModelRequest)
Describes a model that you created using the
CreateModel API. |
default DescribeModelResponse |
SageMakerClient.describeModel(DescribeModelRequest describeModelRequest)
Describes a model that you created using the
CreateModel API. |
default DescribeModelPackageResponse |
SageMakerClient.describeModelPackage(Consumer<DescribeModelPackageRequest.Builder> describeModelPackageRequest)
Returns a description of the specified model package, which is used to create Amazon SageMaker models or list
them on AWS Marketplace.
|
default DescribeModelPackageResponse |
SageMakerClient.describeModelPackage(DescribeModelPackageRequest describeModelPackageRequest)
Returns a description of the specified model package, which is used to create Amazon SageMaker models or list
them on AWS Marketplace.
|
default DescribeNotebookInstanceResponse |
SageMakerClient.describeNotebookInstance(Consumer<DescribeNotebookInstanceRequest.Builder> describeNotebookInstanceRequest)
Returns information about a notebook instance.
|
default DescribeNotebookInstanceResponse |
SageMakerClient.describeNotebookInstance(DescribeNotebookInstanceRequest describeNotebookInstanceRequest)
Returns information about a notebook instance.
|
default DescribeNotebookInstanceLifecycleConfigResponse |
SageMakerClient.describeNotebookInstanceLifecycleConfig(Consumer<DescribeNotebookInstanceLifecycleConfigRequest.Builder> describeNotebookInstanceLifecycleConfigRequest)
Returns a description of a notebook instance lifecycle configuration.
|
default DescribeNotebookInstanceLifecycleConfigResponse |
SageMakerClient.describeNotebookInstanceLifecycleConfig(DescribeNotebookInstanceLifecycleConfigRequest describeNotebookInstanceLifecycleConfigRequest)
Returns a description of a notebook instance lifecycle configuration.
|
default DescribeSubscribedWorkteamResponse |
SageMakerClient.describeSubscribedWorkteam(Consumer<DescribeSubscribedWorkteamRequest.Builder> describeSubscribedWorkteamRequest)
Gets information about a work team provided by a vendor.
|
default DescribeSubscribedWorkteamResponse |
SageMakerClient.describeSubscribedWorkteam(DescribeSubscribedWorkteamRequest describeSubscribedWorkteamRequest)
Gets information about a work team provided by a vendor.
|
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 DescribeWorkteamResponse |
SageMakerClient.describeWorkteam(Consumer<DescribeWorkteamRequest.Builder> describeWorkteamRequest)
Gets information about a specific work team.
|
default DescribeWorkteamResponse |
SageMakerClient.describeWorkteam(DescribeWorkteamRequest describeWorkteamRequest)
Gets information about a specific work team.
|
default GetSearchSuggestionsResponse |
SageMakerClient.getSearchSuggestions(Consumer<GetSearchSuggestionsRequest.Builder> getSearchSuggestionsRequest)
An auto-complete API for the search functionality in the Amazon SageMaker console.
|
default GetSearchSuggestionsResponse |
SageMakerClient.getSearchSuggestions(GetSearchSuggestionsRequest getSearchSuggestionsRequest)
An auto-complete API for the search functionality in the Amazon SageMaker console.
|
default ListAlgorithmsResponse |
SageMakerClient.listAlgorithms()
Lists the machine learning algorithms that have been created.
|
default ListAlgorithmsResponse |
SageMakerClient.listAlgorithms(Consumer<ListAlgorithmsRequest.Builder> listAlgorithmsRequest)
Lists the machine learning algorithms that have been created.
|
default ListAlgorithmsResponse |
SageMakerClient.listAlgorithms(ListAlgorithmsRequest listAlgorithmsRequest)
Lists the machine learning algorithms that have been created.
|
default ListCodeRepositoriesResponse |
SageMakerClient.listCodeRepositories()
Gets a list of the Git repositories in your account.
|
default ListCodeRepositoriesResponse |
SageMakerClient.listCodeRepositories(Consumer<ListCodeRepositoriesRequest.Builder> listCodeRepositoriesRequest)
Gets a list of the Git repositories in your account.
|
default ListCodeRepositoriesResponse |
SageMakerClient.listCodeRepositories(ListCodeRepositoriesRequest listCodeRepositoriesRequest)
Gets a list of the Git repositories in your account.
|
default ListCompilationJobsResponse |
SageMakerClient.listCompilationJobs()
Lists model compilation jobs that satisfy various filters.
|
default ListCompilationJobsResponse |
SageMakerClient.listCompilationJobs(Consumer<ListCompilationJobsRequest.Builder> listCompilationJobsRequest)
Lists model compilation jobs that satisfy various filters.
|
default ListCompilationJobsResponse |
SageMakerClient.listCompilationJobs(ListCompilationJobsRequest listCompilationJobsRequest)
Lists model compilation jobs that satisfy various filters.
|
default ListCompilationJobsIterable |
SageMakerClient.listCompilationJobsPaginator()
Lists model compilation jobs that satisfy various filters.
|
default ListCompilationJobsIterable |
SageMakerClient.listCompilationJobsPaginator(Consumer<ListCompilationJobsRequest.Builder> listCompilationJobsRequest)
Lists model compilation jobs that satisfy various filters.
|
default ListCompilationJobsIterable |
SageMakerClient.listCompilationJobsPaginator(ListCompilationJobsRequest listCompilationJobsRequest)
Lists model compilation jobs that satisfy various filters.
|
default ListEndpointConfigsResponse |
SageMakerClient.listEndpointConfigs()
Lists endpoint configurations.
|
default ListEndpointConfigsResponse |
SageMakerClient.listEndpointConfigs(Consumer<ListEndpointConfigsRequest.Builder> listEndpointConfigsRequest)
Lists endpoint configurations.
|
default ListEndpointConfigsResponse |
SageMakerClient.listEndpointConfigs(ListEndpointConfigsRequest listEndpointConfigsRequest)
Lists endpoint configurations.
|
default ListEndpointConfigsIterable |
SageMakerClient.listEndpointConfigsPaginator()
Lists endpoint configurations.
|
default ListEndpointConfigsIterable |
SageMakerClient.listEndpointConfigsPaginator(Consumer<ListEndpointConfigsRequest.Builder> listEndpointConfigsRequest)
Lists endpoint configurations.
|
default ListEndpointConfigsIterable |
SageMakerClient.listEndpointConfigsPaginator(ListEndpointConfigsRequest listEndpointConfigsRequest)
Lists endpoint configurations.
|
default ListEndpointsResponse |
SageMakerClient.listEndpoints()
Lists endpoints.
|
default ListEndpointsResponse |
SageMakerClient.listEndpoints(Consumer<ListEndpointsRequest.Builder> listEndpointsRequest)
Lists endpoints.
|
default ListEndpointsResponse |
SageMakerClient.listEndpoints(ListEndpointsRequest listEndpointsRequest)
Lists endpoints.
|
default ListEndpointsIterable |
SageMakerClient.listEndpointsPaginator()
Lists endpoints.
|
default ListEndpointsIterable |
SageMakerClient.listEndpointsPaginator(Consumer<ListEndpointsRequest.Builder> listEndpointsRequest)
Lists endpoints.
|
default ListEndpointsIterable |
SageMakerClient.listEndpointsPaginator(ListEndpointsRequest listEndpointsRequest)
Lists endpoints.
|
default ListHyperParameterTuningJobsResponse |
SageMakerClient.listHyperParameterTuningJobs()
Gets a list of HyperParameterTuningJobSummary objects that describe the hyperparameter tuning jobs
launched in your account.
|
default ListHyperParameterTuningJobsResponse |
SageMakerClient.listHyperParameterTuningJobs(Consumer<ListHyperParameterTuningJobsRequest.Builder> listHyperParameterTuningJobsRequest)
Gets a list of HyperParameterTuningJobSummary objects that describe the hyperparameter tuning jobs
launched in your account.
|
default ListHyperParameterTuningJobsResponse |
SageMakerClient.listHyperParameterTuningJobs(ListHyperParameterTuningJobsRequest listHyperParameterTuningJobsRequest)
Gets a list of HyperParameterTuningJobSummary objects that describe the hyperparameter tuning jobs
launched in your account.
|
default ListHyperParameterTuningJobsIterable |
SageMakerClient.listHyperParameterTuningJobsPaginator()
Gets a list of HyperParameterTuningJobSummary objects that describe the hyperparameter tuning jobs
launched in your account.
|
default ListHyperParameterTuningJobsIterable |
SageMakerClient.listHyperParameterTuningJobsPaginator(Consumer<ListHyperParameterTuningJobsRequest.Builder> listHyperParameterTuningJobsRequest)
Gets a list of HyperParameterTuningJobSummary objects that describe the hyperparameter tuning jobs
launched in your account.
|
default ListHyperParameterTuningJobsIterable |
SageMakerClient.listHyperParameterTuningJobsPaginator(ListHyperParameterTuningJobsRequest listHyperParameterTuningJobsRequest)
Gets a list of HyperParameterTuningJobSummary objects that describe the hyperparameter tuning jobs
launched in your account.
|
default ListLabelingJobsResponse |
SageMakerClient.listLabelingJobs()
Gets a list of labeling jobs.
|
default ListLabelingJobsResponse |
SageMakerClient.listLabelingJobs(Consumer<ListLabelingJobsRequest.Builder> listLabelingJobsRequest)
Gets a list of labeling jobs.
|
default ListLabelingJobsResponse |
SageMakerClient.listLabelingJobs(ListLabelingJobsRequest listLabelingJobsRequest)
Gets a list of labeling jobs.
|
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 ListLabelingJobsIterable |
SageMakerClient.listLabelingJobsPaginator()
Gets a list of labeling jobs.
|
default ListLabelingJobsIterable |
SageMakerClient.listLabelingJobsPaginator(Consumer<ListLabelingJobsRequest.Builder> listLabelingJobsRequest)
Gets a list of labeling jobs.
|
default ListLabelingJobsIterable |
SageMakerClient.listLabelingJobsPaginator(ListLabelingJobsRequest listLabelingJobsRequest)
Gets a list of labeling jobs.
|
default ListModelPackagesResponse |
SageMakerClient.listModelPackages()
Lists the model packages that have been created.
|
default ListModelPackagesResponse |
SageMakerClient.listModelPackages(Consumer<ListModelPackagesRequest.Builder> listModelPackagesRequest)
Lists the model packages that have been created.
|
default ListModelPackagesResponse |
SageMakerClient.listModelPackages(ListModelPackagesRequest listModelPackagesRequest)
Lists the model packages that have been created.
|
default ListModelsResponse |
SageMakerClient.listModels()
Lists models created with the CreateModel API.
|
default ListModelsResponse |
SageMakerClient.listModels(Consumer<ListModelsRequest.Builder> listModelsRequest)
Lists models created with the CreateModel API.
|
default ListModelsResponse |
SageMakerClient.listModels(ListModelsRequest listModelsRequest)
Lists models created with the CreateModel API.
|
default ListModelsIterable |
SageMakerClient.listModelsPaginator()
Lists models created with the CreateModel API.
|
default ListModelsIterable |
SageMakerClient.listModelsPaginator(Consumer<ListModelsRequest.Builder> listModelsRequest)
Lists models created with the CreateModel API.
|
default ListModelsIterable |
SageMakerClient.listModelsPaginator(ListModelsRequest listModelsRequest)
Lists models created with the CreateModel API.
|
default ListNotebookInstanceLifecycleConfigsResponse |
SageMakerClient.listNotebookInstanceLifecycleConfigs()
Lists notebook instance lifestyle configurations created with the CreateNotebookInstanceLifecycleConfig
API.
|
default ListNotebookInstanceLifecycleConfigsResponse |
SageMakerClient.listNotebookInstanceLifecycleConfigs(Consumer<ListNotebookInstanceLifecycleConfigsRequest.Builder> listNotebookInstanceLifecycleConfigsRequest)
Lists notebook instance lifestyle configurations created with the CreateNotebookInstanceLifecycleConfig
API.
|
default ListNotebookInstanceLifecycleConfigsResponse |
SageMakerClient.listNotebookInstanceLifecycleConfigs(ListNotebookInstanceLifecycleConfigsRequest listNotebookInstanceLifecycleConfigsRequest)
Lists notebook instance lifestyle configurations created with the CreateNotebookInstanceLifecycleConfig
API.
|
default ListNotebookInstanceLifecycleConfigsIterable |
SageMakerClient.listNotebookInstanceLifecycleConfigsPaginator()
Lists notebook instance lifestyle configurations created with the CreateNotebookInstanceLifecycleConfig
API.
|
default ListNotebookInstanceLifecycleConfigsIterable |
SageMakerClient.listNotebookInstanceLifecycleConfigsPaginator(Consumer<ListNotebookInstanceLifecycleConfigsRequest.Builder> listNotebookInstanceLifecycleConfigsRequest)
Lists notebook instance lifestyle configurations created with the CreateNotebookInstanceLifecycleConfig
API.
|
default ListNotebookInstanceLifecycleConfigsIterable |
SageMakerClient.listNotebookInstanceLifecycleConfigsPaginator(ListNotebookInstanceLifecycleConfigsRequest listNotebookInstanceLifecycleConfigsRequest)
Lists notebook instance lifestyle configurations created with the CreateNotebookInstanceLifecycleConfig
API.
|
default ListNotebookInstancesResponse |
SageMakerClient.listNotebookInstances()
Returns a list of the Amazon SageMaker notebook instances in the requester's account in an AWS Region.
|
default ListNotebookInstancesResponse |
SageMakerClient.listNotebookInstances(Consumer<ListNotebookInstancesRequest.Builder> listNotebookInstancesRequest)
Returns a list of the Amazon SageMaker notebook instances in the requester's account in an AWS Region.
|
default ListNotebookInstancesResponse |
SageMakerClient.listNotebookInstances(ListNotebookInstancesRequest listNotebookInstancesRequest)
Returns a list of the Amazon SageMaker notebook instances in the requester's account in an AWS Region.
|
default ListNotebookInstancesIterable |
SageMakerClient.listNotebookInstancesPaginator()
Returns a list of the Amazon SageMaker notebook instances in the requester's account in an AWS Region.
|
default ListNotebookInstancesIterable |
SageMakerClient.listNotebookInstancesPaginator(Consumer<ListNotebookInstancesRequest.Builder> listNotebookInstancesRequest)
Returns a list of the Amazon SageMaker notebook instances in the requester's account in an AWS Region.
|
default ListNotebookInstancesIterable |
SageMakerClient.listNotebookInstancesPaginator(ListNotebookInstancesRequest listNotebookInstancesRequest)
Returns a list of the Amazon SageMaker notebook instances in the requester's account in an AWS Region.
|
default ListSubscribedWorkteamsResponse |
SageMakerClient.listSubscribedWorkteams()
Gets a list of the work teams that you are subscribed to in the AWS Marketplace.
|
default ListSubscribedWorkteamsResponse |
SageMakerClient.listSubscribedWorkteams(Consumer<ListSubscribedWorkteamsRequest.Builder> listSubscribedWorkteamsRequest)
Gets a list of the work teams that you are subscribed to in the AWS Marketplace.
|
default ListSubscribedWorkteamsResponse |
SageMakerClient.listSubscribedWorkteams(ListSubscribedWorkteamsRequest listSubscribedWorkteamsRequest)
Gets a list of the work teams that you are subscribed to in the AWS Marketplace.
|
default ListSubscribedWorkteamsIterable |
SageMakerClient.listSubscribedWorkteamsPaginator()
Gets a list of the work teams that you are subscribed to in the AWS Marketplace.
|
default ListSubscribedWorkteamsIterable |
SageMakerClient.listSubscribedWorkteamsPaginator(Consumer<ListSubscribedWorkteamsRequest.Builder> listSubscribedWorkteamsRequest)
Gets a list of the work teams that you are subscribed to in the AWS Marketplace.
|
default ListSubscribedWorkteamsIterable |
SageMakerClient.listSubscribedWorkteamsPaginator(ListSubscribedWorkteamsRequest listSubscribedWorkteamsRequest)
Gets a list of the work teams that you are subscribed to in the AWS Marketplace.
|
default ListTagsResponse |
SageMakerClient.listTags(Consumer<ListTagsRequest.Builder> listTagsRequest)
Returns the tags for the specified Amazon SageMaker resource.
|
default ListTagsResponse |
SageMakerClient.listTags(ListTagsRequest listTagsRequest)
Returns the tags for the specified Amazon SageMaker resource.
|
default ListTagsIterable |
SageMakerClient.listTagsPaginator(Consumer<ListTagsRequest.Builder> listTagsRequest)
Returns the tags for the specified Amazon SageMaker resource.
|
default ListTagsIterable |
SageMakerClient.listTagsPaginator(ListTagsRequest listTagsRequest)
Returns the tags for the specified Amazon SageMaker resource.
|
default ListTrainingJobsResponse |
SageMakerClient.listTrainingJobs()
Lists training jobs.
|
default ListTrainingJobsResponse |
SageMakerClient.listTrainingJobs(Consumer<ListTrainingJobsRequest.Builder> listTrainingJobsRequest)
Lists training jobs.
|
default ListTrainingJobsResponse |
SageMakerClient.listTrainingJobs(ListTrainingJobsRequest listTrainingJobsRequest)
Lists training jobs.
|
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 ListTrainingJobsIterable |
SageMakerClient.listTrainingJobsPaginator()
Lists training jobs.
|
default ListTrainingJobsIterable |
SageMakerClient.listTrainingJobsPaginator(Consumer<ListTrainingJobsRequest.Builder> listTrainingJobsRequest)
Lists training jobs.
|
default ListTrainingJobsIterable |
SageMakerClient.listTrainingJobsPaginator(ListTrainingJobsRequest listTrainingJobsRequest)
Lists training jobs.
|
default ListTransformJobsResponse |
SageMakerClient.listTransformJobs()
Lists transform jobs.
|
default ListTransformJobsResponse |
SageMakerClient.listTransformJobs(Consumer<ListTransformJobsRequest.Builder> listTransformJobsRequest)
Lists transform jobs.
|
default ListTransformJobsResponse |
SageMakerClient.listTransformJobs(ListTransformJobsRequest listTransformJobsRequest)
Lists transform jobs.
|
default ListTransformJobsIterable |
SageMakerClient.listTransformJobsPaginator()
Lists transform jobs.
|
default ListTransformJobsIterable |
SageMakerClient.listTransformJobsPaginator(Consumer<ListTransformJobsRequest.Builder> listTransformJobsRequest)
Lists transform jobs.
|
default ListTransformJobsIterable |
SageMakerClient.listTransformJobsPaginator(ListTransformJobsRequest listTransformJobsRequest)
Lists transform jobs.
|
default ListWorkteamsResponse |
SageMakerClient.listWorkteams()
Gets a list of work teams that you have defined in a region.
|
default ListWorkteamsResponse |
SageMakerClient.listWorkteams(Consumer<ListWorkteamsRequest.Builder> listWorkteamsRequest)
Gets a list of work teams that you have defined in a region.
|
default ListWorkteamsResponse |
SageMakerClient.listWorkteams(ListWorkteamsRequest listWorkteamsRequest)
Gets a list of work teams that you have defined in a region.
|
default ListWorkteamsIterable |
SageMakerClient.listWorkteamsPaginator()
Gets a list of work teams that you have defined in a region.
|
default ListWorkteamsIterable |
SageMakerClient.listWorkteamsPaginator(Consumer<ListWorkteamsRequest.Builder> listWorkteamsRequest)
Gets a list of work teams that you have defined in a region.
|
default ListWorkteamsIterable |
SageMakerClient.listWorkteamsPaginator(ListWorkteamsRequest listWorkteamsRequest)
Gets a list of work teams that you have defined in a region.
|
default RenderUiTemplateResponse |
SageMakerClient.renderUiTemplate(Consumer<RenderUiTemplateRequest.Builder> renderUiTemplateRequest)
Renders the UI template so that you can preview the worker's experience.
|
default RenderUiTemplateResponse |
SageMakerClient.renderUiTemplate(RenderUiTemplateRequest renderUiTemplateRequest)
Renders the UI template so that you can preview the worker's experience.
|
default SearchResponse |
SageMakerClient.search(Consumer<SearchRequest.Builder> searchRequest)
Finds Amazon SageMaker resources that match a search query.
|
default SearchResponse |
SageMakerClient.search(SearchRequest searchRequest)
Finds Amazon SageMaker resources that match a search query.
|
default SearchIterable |
SageMakerClient.searchPaginator(Consumer<SearchRequest.Builder> searchRequest)
Finds Amazon SageMaker resources that match a search query.
|
default SearchIterable |
SageMakerClient.searchPaginator(SearchRequest searchRequest)
Finds Amazon SageMaker resources that match a search query.
|
default StartNotebookInstanceResponse |
SageMakerClient.startNotebookInstance(Consumer<StartNotebookInstanceRequest.Builder> startNotebookInstanceRequest)
Launches an ML compute instance with the latest version of the libraries and attaches your ML storage volume.
|
default StartNotebookInstanceResponse |
SageMakerClient.startNotebookInstance(StartNotebookInstanceRequest startNotebookInstanceRequest)
Launches an ML compute instance with the latest version of the libraries and attaches your ML storage volume.
|
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 StopNotebookInstanceResponse |
SageMakerClient.stopNotebookInstance(Consumer<StopNotebookInstanceRequest.Builder> stopNotebookInstanceRequest)
Terminates the ML compute instance.
|
default StopNotebookInstanceResponse |
SageMakerClient.stopNotebookInstance(StopNotebookInstanceRequest stopNotebookInstanceRequest)
Terminates the ML compute instance.
|
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 UpdateCodeRepositoryResponse |
SageMakerClient.updateCodeRepository(Consumer<UpdateCodeRepositoryRequest.Builder> updateCodeRepositoryRequest)
Updates the specified Git repository with the specified values.
|
default UpdateCodeRepositoryResponse |
SageMakerClient.updateCodeRepository(UpdateCodeRepositoryRequest updateCodeRepositoryRequest)
Updates the specified Git repository with the specified values.
|
default UpdateEndpointResponse |
SageMakerClient.updateEndpoint(Consumer<UpdateEndpointRequest.Builder> updateEndpointRequest)
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). |
default UpdateEndpointResponse |
SageMakerClient.updateEndpoint(UpdateEndpointRequest updateEndpointRequest)
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). |
default UpdateEndpointWeightsAndCapacitiesResponse |
SageMakerClient.updateEndpointWeightsAndCapacities(Consumer<UpdateEndpointWeightsAndCapacitiesRequest.Builder> updateEndpointWeightsAndCapacitiesRequest)
Updates variant weight of one or more variants associated with an existing endpoint, or capacity of one variant
associated with an existing endpoint.
|
default UpdateEndpointWeightsAndCapacitiesResponse |
SageMakerClient.updateEndpointWeightsAndCapacities(UpdateEndpointWeightsAndCapacitiesRequest updateEndpointWeightsAndCapacitiesRequest)
Updates variant weight of one or more variants associated with an existing endpoint, or capacity of one variant
associated with an existing endpoint.
|
default UpdateNotebookInstanceResponse |
SageMakerClient.updateNotebookInstance(Consumer<UpdateNotebookInstanceRequest.Builder> updateNotebookInstanceRequest)
Updates a notebook instance.
|
default UpdateNotebookInstanceResponse |
SageMakerClient.updateNotebookInstance(UpdateNotebookInstanceRequest updateNotebookInstanceRequest)
Updates a notebook instance.
|
default UpdateNotebookInstanceLifecycleConfigResponse |
SageMakerClient.updateNotebookInstanceLifecycleConfig(Consumer<UpdateNotebookInstanceLifecycleConfigRequest.Builder> updateNotebookInstanceLifecycleConfigRequest)
Updates a notebook instance lifecycle configuration created with the CreateNotebookInstanceLifecycleConfig
API.
|
default UpdateNotebookInstanceLifecycleConfigResponse |
SageMakerClient.updateNotebookInstanceLifecycleConfig(UpdateNotebookInstanceLifecycleConfigRequest updateNotebookInstanceLifecycleConfigRequest)
Updates a notebook instance lifecycle configuration created with the CreateNotebookInstanceLifecycleConfig
API.
|
default UpdateWorkteamResponse |
SageMakerClient.updateWorkteam(Consumer<UpdateWorkteamRequest.Builder> updateWorkteamRequest)
Updates an existing work team with new member definitions or description.
|
default UpdateWorkteamResponse |
SageMakerClient.updateWorkteam(UpdateWorkteamRequest updateWorkteamRequest)
Updates an existing work team with new member definitions or description.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ResourceInUseException
Resource being accessed is in use.
|
class |
ResourceLimitExceededException
You have exceeded an Amazon SageMaker resource limit.
|
class |
ResourceNotFoundException
Resource being access is not found.
|
| Modifier and Type | Method and Description |
|---|---|
SageMakerException |
SageMakerException.BuilderImpl.build() |
| Constructor and Description |
|---|
BuilderImpl(SageMakerException ex) |
Copyright © 2019. All rights reserved.