public static interface GetMlModelTrainingJobResponse.Builder extends NeptunedataResponse.Builder, SdkPojo, CopyableBuilder<GetMlModelTrainingJobResponse.Builder,GetMlModelTrainingJobResponse>
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetMlModelTrainingJobResponse.Builder status(String status)
The status of the model training job.
status - The status of the model training job.GetMlModelTrainingJobResponse.Builder id(String id)
The unique identifier of this model-training job.
id - The unique identifier of this model-training job.GetMlModelTrainingJobResponse.Builder processingJob(MlResourceDefinition processingJob)
The data processing job.
processingJob - The data processing job.default GetMlModelTrainingJobResponse.Builder processingJob(Consumer<MlResourceDefinition.Builder> processingJob)
The data processing job.
This is a convenience method that creates an instance of theMlResourceDefinition.Builder avoiding
the need to create one manually via MlResourceDefinition.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to processingJob(MlResourceDefinition).
processingJob - a consumer that will call methods on MlResourceDefinition.BuilderprocessingJob(MlResourceDefinition)GetMlModelTrainingJobResponse.Builder hpoJob(MlResourceDefinition hpoJob)
The HPO job.
hpoJob - The HPO job.default GetMlModelTrainingJobResponse.Builder hpoJob(Consumer<MlResourceDefinition.Builder> hpoJob)
The HPO job.
This is a convenience method that creates an instance of theMlResourceDefinition.Builder avoiding
the need to create one manually via MlResourceDefinition.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to hpoJob(MlResourceDefinition).
hpoJob - a consumer that will call methods on MlResourceDefinition.BuilderhpoJob(MlResourceDefinition)GetMlModelTrainingJobResponse.Builder modelTransformJob(MlResourceDefinition modelTransformJob)
The model transform job.
modelTransformJob - The model transform job.default GetMlModelTrainingJobResponse.Builder modelTransformJob(Consumer<MlResourceDefinition.Builder> modelTransformJob)
The model transform job.
This is a convenience method that creates an instance of theMlResourceDefinition.Builder avoiding
the need to create one manually via MlResourceDefinition.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to modelTransformJob(MlResourceDefinition).
modelTransformJob - a consumer that will call methods on MlResourceDefinition.BuildermodelTransformJob(MlResourceDefinition)GetMlModelTrainingJobResponse.Builder mlModels(Collection<MlConfigDefinition> mlModels)
A list of the configurations of the ML models being used.
mlModels - A list of the configurations of the ML models being used.GetMlModelTrainingJobResponse.Builder mlModels(MlConfigDefinition... mlModels)
A list of the configurations of the ML models being used.
mlModels - A list of the configurations of the ML models being used.GetMlModelTrainingJobResponse.Builder mlModels(Consumer<MlConfigDefinition.Builder>... mlModels)
A list of the configurations of the ML models being used.
This is a convenience method that creates an instance of theMlConfigDefinition.Builder avoiding the need to
create one manually via
MlConfigDefinition.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #mlModels(List.
mlModels - a consumer that will call methods on
MlConfigDefinition.Builder#mlModels(java.util.Collection) Copyright © 2023. All rights reserved.