| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker |
Provides APIs for creating and managing Amazon SageMaker resources.
|
| Modifier and Type | Method and Description |
|---|---|
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 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 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 DeleteWorkteamResponse |
SageMakerClient.deleteWorkteam(Consumer<DeleteWorkteamRequest.Builder> deleteWorkteamRequest)
Deletes an existing work team.
|
default DeleteWorkteamResponse |
SageMakerClient.deleteWorkteam(DeleteWorkteamRequest deleteWorkteamRequest)
Deletes an existing work team.
|
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 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.
|
Copyright © 2019. All rights reserved.