Interface GetMlModelTrainingJobResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetMlModelTrainingJobResponse.Builder,GetMlModelTrainingJobResponse>,NeptunedataResponse.Builder,SdkBuilder<GetMlModelTrainingJobResponse.Builder,GetMlModelTrainingJobResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetMlModelTrainingJobResponse
public static interface GetMlModelTrainingJobResponse.Builder extends NeptunedataResponse.Builder, SdkPojo, CopyableBuilder<GetMlModelTrainingJobResponse.Builder,GetMlModelTrainingJobResponse>
-
-
Method Summary
-
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 Detail
-
status
GetMlModelTrainingJobResponse.Builder status(String 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
GetMlModelTrainingJobResponse.Builder id(String 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
GetMlModelTrainingJobResponse.Builder processingJob(MlResourceDefinition 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.Builderavoiding the need to create one manually viaMlResourceDefinition.builder().When the
Consumercompletes,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:
processingJob(MlResourceDefinition)
-
hpoJob
GetMlModelTrainingJobResponse.Builder hpoJob(MlResourceDefinition 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
default GetMlModelTrainingJobResponse.Builder hpoJob(Consumer<MlResourceDefinition.Builder> hpoJob)
The HPO job.
This is a convenience method that creates an instance of theMlResourceDefinition.Builderavoiding the need to create one manually viaMlResourceDefinition.builder().When the
Consumercompletes,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:
hpoJob(MlResourceDefinition)
-
modelTransformJob
GetMlModelTrainingJobResponse.Builder modelTransformJob(MlResourceDefinition 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.Builderavoiding the need to create one manually viaMlResourceDefinition.builder().When the
Consumercompletes,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:
modelTransformJob(MlResourceDefinition)
-
mlModels
GetMlModelTrainingJobResponse.Builder mlModels(Collection<MlConfigDefinition> 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
GetMlModelTrainingJobResponse.Builder mlModels(MlConfigDefinition... 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
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.Builderavoiding the need to create one manually viaMlConfigDefinition.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#mlModels(List.) - 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:
#mlModels(java.util.Collection)
-
-