Interface GetMlModelTransformJobResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetMlModelTransformJobResponse.Builder,
,GetMlModelTransformJobResponse> NeptunedataResponse.Builder
,SdkBuilder<GetMlModelTransformJobResponse.Builder,
,GetMlModelTransformJobResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetMlModelTransformJobResponse
-
Method Summary
Modifier and TypeMethodDescriptionbaseProcessingJob
(Consumer<MlResourceDefinition.Builder> baseProcessingJob) The base data processing job.baseProcessingJob
(MlResourceDefinition baseProcessingJob) The base data processing job.The unique identifier of the model-transform job to be retrieved.models
(Collection<MlConfigDefinition> models) A list of the configuration information for the models being used.models
(Consumer<MlConfigDefinition.Builder>... models) A list of the configuration information for the models being used.models
(MlConfigDefinition... models) A list of the configuration information for the models being used.remoteModelTransformJob
(Consumer<MlResourceDefinition.Builder> remoteModelTransformJob) The remote model transform job.remoteModelTransformJob
(MlResourceDefinition remoteModelTransformJob) The remote model transform job.The status of the model-transform job.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.neptunedata.model.NeptunedataResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
status
The status of the model-transform job.
- Parameters:
status
- The status of the model-transform job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
The unique identifier of the model-transform job to be retrieved.
- Parameters:
id
- The unique identifier of the model-transform job to be retrieved.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
baseProcessingJob
The base data processing job.
- Parameters:
baseProcessingJob
- The base data processing job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
baseProcessingJob
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 viaMlResourceDefinition.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tobaseProcessingJob(MlResourceDefinition)
.- Parameters:
baseProcessingJob
- a consumer that will call methods onMlResourceDefinition.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
remoteModelTransformJob
GetMlModelTransformJobResponse.Builder remoteModelTransformJob(MlResourceDefinition remoteModelTransformJob) The remote model transform job.
- Parameters:
remoteModelTransformJob
- The remote model transform job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
remoteModelTransformJob
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 viaMlResourceDefinition.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toremoteModelTransformJob(MlResourceDefinition)
.- Parameters:
remoteModelTransformJob
- a consumer that will call methods onMlResourceDefinition.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
models
A list of the configuration information for the models being used.
- Parameters:
models
- A list of the configuration information for the models being used.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
models
A list of the configuration information for the models being used.
- Parameters:
models
- A list of the configuration information for the models being used.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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 viaMlConfigDefinition.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tomodels(List<MlConfigDefinition>)
.- Parameters:
models
- a consumer that will call methods onMlConfigDefinition.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-