| Package | Description |
|---|---|
| software.amazon.awssdk.services.neptunedata |
|
| software.amazon.awssdk.services.neptunedata.model |
| Modifier and Type | Method and Description |
|---|---|
default GetMlModelTrainingJobResponse |
NeptunedataClient.getMLModelTrainingJob(Consumer<GetMlModelTrainingJobRequest.Builder> getMlModelTrainingJobRequest)
Retrieves information about a Neptune ML model training job.
|
default CompletableFuture<GetMlModelTrainingJobResponse> |
NeptunedataAsyncClient.getMLModelTrainingJob(Consumer<GetMlModelTrainingJobRequest.Builder> getMlModelTrainingJobRequest)
Retrieves information about a Neptune ML model training job.
|
| Modifier and Type | Method and Description |
|---|---|
static GetMlModelTrainingJobRequest.Builder |
GetMlModelTrainingJobRequest.builder() |
GetMlModelTrainingJobRequest.Builder |
GetMlModelTrainingJobRequest.Builder.id(String id)
The unique identifier of the model-training job to retrieve.
|
GetMlModelTrainingJobRequest.Builder |
GetMlModelTrainingJobRequest.Builder.neptuneIamRoleArn(String neptuneIamRoleArn)
The ARN of an IAM role that provides Neptune access to SageMaker and Amazon S3 resources.
|
GetMlModelTrainingJobRequest.Builder |
GetMlModelTrainingJobRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetMlModelTrainingJobRequest.Builder |
GetMlModelTrainingJobRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetMlModelTrainingJobRequest.Builder |
GetMlModelTrainingJobRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetMlModelTrainingJobRequest.Builder> |
GetMlModelTrainingJobRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.