Interface GetMlModelTrainingJobResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetMlModelTrainingJobResponse.Builder,
,GetMlModelTrainingJobResponse> NeptunedataResponse.Builder
,SdkBuilder<GetMlModelTrainingJobResponse.Builder,
,GetMlModelTrainingJobResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetMlModelTrainingJobResponse
-
Method Summary
Modifier and TypeMethodDescriptionhpoJob
(Consumer<MlResourceDefinition.Builder> hpoJob) The HPO job.hpoJob
(MlResourceDefinition hpoJob) The HPO job.The unique identifier of this model-training job.mlModels
(Collection<MlConfigDefinition> mlModels) A list of the configurations of the ML models being used.mlModels
(Consumer<MlConfigDefinition.Builder>... mlModels) A list of the configurations of the ML models being used.mlModels
(MlConfigDefinition... mlModels) A list of the configurations of the ML models being used.modelTransformJob
(Consumer<MlResourceDefinition.Builder> modelTransformJob) The model transform job.modelTransformJob
(MlResourceDefinition modelTransformJob) The model transform job.processingJob
(Consumer<MlResourceDefinition.Builder> processingJob) The data processing job.processingJob
(MlResourceDefinition processingJob) The data processing job.The status of the model training 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 training job.
- Parameters:
status
- The status of the model training job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
The unique identifier of this model-training job.
- Parameters:
id
- The unique identifier of this model-training job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
processingJob
The data processing job.
- Parameters:
processingJob
- The data processing job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
processingJob
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 viaMlResourceDefinition.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toprocessingJob(MlResourceDefinition)
.- Parameters:
processingJob
- 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:
-
hpoJob
The HPO job.
- Parameters:
hpoJob
- The HPO job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
hpoJob
The HPO 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 tohpoJob(MlResourceDefinition)
.- Parameters:
hpoJob
- 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:
-
modelTransformJob
The model transform job.
- Parameters:
modelTransformJob
- The model transform job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
modelTransformJob
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 viaMlResourceDefinition.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tomodelTransformJob(MlResourceDefinition)
.- Parameters:
modelTransformJob
- 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:
-
mlModels
A list of the configurations of the ML models being used.
- Parameters:
mlModels
- A list of the configurations of the ML models being used.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
mlModels
A list of the configurations of the ML models being used.
- Parameters:
mlModels
- A list of the configurations of the ML models being used.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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 viaMlConfigDefinition.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tomlModels(List<MlConfigDefinition>)
.- Parameters:
mlModels
- 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:
-