public static interface GetMlModelTransformJobResponse.Builder extends NeptunedataResponse.Builder, SdkPojo, CopyableBuilder<GetMlModelTransformJobResponse.Builder,GetMlModelTransformJobResponse>
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetMlModelTransformJobResponse.Builder status(String status)
The status of the model-transform job.
status - The status of the model-transform job.GetMlModelTransformJobResponse.Builder id(String id)
The unique identifier of the model-transform job to be retrieved.
id - The unique identifier of the model-transform job to be retrieved.GetMlModelTransformJobResponse.Builder baseProcessingJob(MlResourceDefinition baseProcessingJob)
The base data processing job.
baseProcessingJob - The base data processing job.default GetMlModelTransformJobResponse.Builder baseProcessingJob(Consumer<MlResourceDefinition.Builder> baseProcessingJob)
The base 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 baseProcessingJob(MlResourceDefinition).
baseProcessingJob - a consumer that will call methods on MlResourceDefinition.BuilderbaseProcessingJob(MlResourceDefinition)GetMlModelTransformJobResponse.Builder remoteModelTransformJob(MlResourceDefinition remoteModelTransformJob)
The remote model transform job.
remoteModelTransformJob - The remote model transform job.default GetMlModelTransformJobResponse.Builder remoteModelTransformJob(Consumer<MlResourceDefinition.Builder> remoteModelTransformJob)
The remote 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 remoteModelTransformJob(MlResourceDefinition).
remoteModelTransformJob - a consumer that will call methods on MlResourceDefinition.BuilderremoteModelTransformJob(MlResourceDefinition)GetMlModelTransformJobResponse.Builder models(Collection<MlConfigDefinition> models)
A list of the configuration information for the models being used.
models - A list of the configuration information for the models being used.GetMlModelTransformJobResponse.Builder models(MlConfigDefinition... models)
A list of the configuration information for the models being used.
models - A list of the configuration information for the models being used.GetMlModelTransformJobResponse.Builder models(Consumer<MlConfigDefinition.Builder>... models)
A list of the configuration information for the 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 #models(List.
models - a consumer that will call methods on
MlConfigDefinition.Builder#models(java.util.Collection) Copyright © 2023. All rights reserved.