| Package | Description |
|---|---|
| software.amazon.awssdk.services.neptunedata |
|
| Modifier and Type | Method and Description |
|---|---|
default CancelMlDataProcessingJobResponse |
NeptunedataClient.cancelMLDataProcessingJob(CancelMlDataProcessingJobRequest cancelMlDataProcessingJobRequest)
Cancels a Neptune ML data processing job.
|
default CancelMlDataProcessingJobResponse |
NeptunedataClient.cancelMLDataProcessingJob(Consumer<CancelMlDataProcessingJobRequest.Builder> cancelMlDataProcessingJobRequest)
Cancels a Neptune ML data processing job.
|
default CancelMlModelTrainingJobResponse |
NeptunedataClient.cancelMLModelTrainingJob(CancelMlModelTrainingJobRequest cancelMlModelTrainingJobRequest)
Cancels a Neptune ML model training job.
|
default CancelMlModelTrainingJobResponse |
NeptunedataClient.cancelMLModelTrainingJob(Consumer<CancelMlModelTrainingJobRequest.Builder> cancelMlModelTrainingJobRequest)
Cancels a Neptune ML model training job.
|
default CancelMlModelTransformJobResponse |
NeptunedataClient.cancelMLModelTransformJob(CancelMlModelTransformJobRequest cancelMlModelTransformJobRequest)
Cancels a specified model transform job.
|
default CancelMlModelTransformJobResponse |
NeptunedataClient.cancelMLModelTransformJob(Consumer<CancelMlModelTransformJobRequest.Builder> cancelMlModelTransformJobRequest)
Cancels a specified model transform job.
|
default CreateMlEndpointResponse |
NeptunedataClient.createMLEndpoint(Consumer<CreateMlEndpointRequest.Builder> createMlEndpointRequest)
Creates a new Neptune ML inference endpoint that lets you query one specific model that the model-training
process constructed.
|
default CreateMlEndpointResponse |
NeptunedataClient.createMLEndpoint(CreateMlEndpointRequest createMlEndpointRequest)
Creates a new Neptune ML inference endpoint that lets you query one specific model that the model-training
process constructed.
|
default DeleteMlEndpointResponse |
NeptunedataClient.deleteMLEndpoint(Consumer<DeleteMlEndpointRequest.Builder> deleteMlEndpointRequest)
Cancels the creation of a Neptune ML inference endpoint.
|
default DeleteMlEndpointResponse |
NeptunedataClient.deleteMLEndpoint(DeleteMlEndpointRequest deleteMlEndpointRequest)
Cancels the creation of a Neptune ML inference endpoint.
|
default GetMlDataProcessingJobResponse |
NeptunedataClient.getMLDataProcessingJob(Consumer<GetMlDataProcessingJobRequest.Builder> getMlDataProcessingJobRequest)
Retrieves information about a specified data processing job.
|
default GetMlDataProcessingJobResponse |
NeptunedataClient.getMLDataProcessingJob(GetMlDataProcessingJobRequest getMlDataProcessingJobRequest)
Retrieves information about a specified data processing job.
|
default GetMlEndpointResponse |
NeptunedataClient.getMLEndpoint(Consumer<GetMlEndpointRequest.Builder> getMlEndpointRequest)
Retrieves details about an inference endpoint.
|
default GetMlEndpointResponse |
NeptunedataClient.getMLEndpoint(GetMlEndpointRequest getMlEndpointRequest)
Retrieves details about an inference endpoint.
|
default GetMlModelTrainingJobResponse |
NeptunedataClient.getMLModelTrainingJob(Consumer<GetMlModelTrainingJobRequest.Builder> getMlModelTrainingJobRequest)
Retrieves information about a Neptune ML model training job.
|
default GetMlModelTrainingJobResponse |
NeptunedataClient.getMLModelTrainingJob(GetMlModelTrainingJobRequest getMlModelTrainingJobRequest)
Retrieves information about a Neptune ML model training job.
|
default GetMlModelTransformJobResponse |
NeptunedataClient.getMLModelTransformJob(Consumer<GetMlModelTransformJobRequest.Builder> getMlModelTransformJobRequest)
Gets information about a specified model transform job.
|
default GetMlModelTransformJobResponse |
NeptunedataClient.getMLModelTransformJob(GetMlModelTransformJobRequest getMlModelTransformJobRequest)
Gets information about a specified model transform job.
|
default ListMlDataProcessingJobsResponse |
NeptunedataClient.listMLDataProcessingJobs(Consumer<ListMlDataProcessingJobsRequest.Builder> listMlDataProcessingJobsRequest)
Returns a list of Neptune ML data processing jobs.
|
default ListMlDataProcessingJobsResponse |
NeptunedataClient.listMLDataProcessingJobs(ListMlDataProcessingJobsRequest listMlDataProcessingJobsRequest)
Returns a list of Neptune ML data processing jobs.
|
default ListMlEndpointsResponse |
NeptunedataClient.listMLEndpoints(Consumer<ListMlEndpointsRequest.Builder> listMlEndpointsRequest)
Lists existing inference endpoints.
|
default ListMlEndpointsResponse |
NeptunedataClient.listMLEndpoints(ListMlEndpointsRequest listMlEndpointsRequest)
Lists existing inference endpoints.
|
default ListMlModelTrainingJobsResponse |
NeptunedataClient.listMLModelTrainingJobs(Consumer<ListMlModelTrainingJobsRequest.Builder> listMlModelTrainingJobsRequest)
Lists Neptune ML model-training jobs.
|
default ListMlModelTrainingJobsResponse |
NeptunedataClient.listMLModelTrainingJobs(ListMlModelTrainingJobsRequest listMlModelTrainingJobsRequest)
Lists Neptune ML model-training jobs.
|
default ListMlModelTransformJobsResponse |
NeptunedataClient.listMLModelTransformJobs(Consumer<ListMlModelTransformJobsRequest.Builder> listMlModelTransformJobsRequest)
Returns a list of model transform job IDs.
|
default ListMlModelTransformJobsResponse |
NeptunedataClient.listMLModelTransformJobs(ListMlModelTransformJobsRequest listMlModelTransformJobsRequest)
Returns a list of model transform job IDs.
|
default StartMlDataProcessingJobResponse |
NeptunedataClient.startMLDataProcessingJob(Consumer<StartMlDataProcessingJobRequest.Builder> startMlDataProcessingJobRequest)
Creates a new Neptune ML data processing job for processing the graph data exported from Neptune for training.
|
default StartMlDataProcessingJobResponse |
NeptunedataClient.startMLDataProcessingJob(StartMlDataProcessingJobRequest startMlDataProcessingJobRequest)
Creates a new Neptune ML data processing job for processing the graph data exported from Neptune for training.
|
default StartMlModelTrainingJobResponse |
NeptunedataClient.startMLModelTrainingJob(Consumer<StartMlModelTrainingJobRequest.Builder> startMlModelTrainingJobRequest)
Creates a new Neptune ML model training job.
|
default StartMlModelTrainingJobResponse |
NeptunedataClient.startMLModelTrainingJob(StartMlModelTrainingJobRequest startMlModelTrainingJobRequest)
Creates a new Neptune ML model training job.
|
default StartMlModelTransformJobResponse |
NeptunedataClient.startMLModelTransformJob(Consumer<StartMlModelTransformJobRequest.Builder> startMlModelTransformJobRequest)
Creates a new model transform job.
|
default StartMlModelTransformJobResponse |
NeptunedataClient.startMLModelTransformJob(StartMlModelTransformJobRequest startMlModelTransformJobRequest)
Creates a new model transform job.
|
Copyright © 2023. All rights reserved.