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 SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.neptunedata.model.NeptunedataResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
statusThe 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.
 
- 
idThe 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.
 
- 
processingJobThe data processing job. - Parameters:
- processingJob- The data processing job.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
processingJobdefault 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 on- MlResourceDefinition.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
hpoJobThe HPO job. - Parameters:
- hpoJob- The HPO job.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
hpoJobThe 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 on- MlResourceDefinition.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
modelTransformJobThe model transform job. - Parameters:
- modelTransformJob- The model transform job.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
modelTransformJobdefault 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 on- MlResourceDefinition.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
mlModelsA 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.
 
- 
mlModelsA 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.
 
- 
mlModelsA 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 tomlModels(List<MlConfigDefinition>).- Parameters:
- mlModels- a consumer that will call methods on- MlConfigDefinition.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-