| Package | Description |
|---|---|
| software.amazon.awssdk.services.neptunedata.model |
| Modifier and Type | Method and Description |
|---|---|
static GetMlModelTrainingJobResponse.Builder |
GetMlModelTrainingJobResponse.builder() |
default GetMlModelTrainingJobResponse.Builder |
GetMlModelTrainingJobResponse.Builder.hpoJob(Consumer<MlResourceDefinition.Builder> hpoJob)
The HPO job.
|
GetMlModelTrainingJobResponse.Builder |
GetMlModelTrainingJobResponse.Builder.hpoJob(MlResourceDefinition hpoJob)
The HPO job.
|
GetMlModelTrainingJobResponse.Builder |
GetMlModelTrainingJobResponse.Builder.id(String id)
The unique identifier of this model-training job.
|
GetMlModelTrainingJobResponse.Builder |
GetMlModelTrainingJobResponse.Builder.mlModels(Collection<MlConfigDefinition> mlModels)
A list of the configurations of the ML models being used.
|
GetMlModelTrainingJobResponse.Builder |
GetMlModelTrainingJobResponse.Builder.mlModels(Consumer<MlConfigDefinition.Builder>... mlModels)
A list of the configurations of the ML models being used.
|
GetMlModelTrainingJobResponse.Builder |
GetMlModelTrainingJobResponse.Builder.mlModels(MlConfigDefinition... mlModels)
A list of the configurations of the ML models being used.
|
default GetMlModelTrainingJobResponse.Builder |
GetMlModelTrainingJobResponse.Builder.modelTransformJob(Consumer<MlResourceDefinition.Builder> modelTransformJob)
The model transform job.
|
GetMlModelTrainingJobResponse.Builder |
GetMlModelTrainingJobResponse.Builder.modelTransformJob(MlResourceDefinition modelTransformJob)
The model transform job.
|
default GetMlModelTrainingJobResponse.Builder |
GetMlModelTrainingJobResponse.Builder.processingJob(Consumer<MlResourceDefinition.Builder> processingJob)
The data processing job.
|
GetMlModelTrainingJobResponse.Builder |
GetMlModelTrainingJobResponse.Builder.processingJob(MlResourceDefinition processingJob)
The data processing job.
|
GetMlModelTrainingJobResponse.Builder |
GetMlModelTrainingJobResponse.Builder.status(String status)
The status of the model training job.
|
GetMlModelTrainingJobResponse.Builder |
GetMlModelTrainingJobResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetMlModelTrainingJobResponse.Builder> |
GetMlModelTrainingJobResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.