Interface MlflowDetails.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<MlflowDetails.Builder,,MlflowDetails> SdkBuilder<MlflowDetails.Builder,,MlflowDetails> SdkPojo
- Enclosing class:
MlflowDetails
@Mutable
@NotThreadSafe
public static interface MlflowDetails.Builder
extends SdkPojo, CopyableBuilder<MlflowDetails.Builder,MlflowDetails>
-
Method Summary
Modifier and TypeMethodDescriptionmlflowExperimentId(String mlflowExperimentId) The MLflow experiment ID used for this job.mlflowRunId(String mlflowRunId) The MLflow run ID used for this job.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
mlflowExperimentId
The MLflow experiment ID used for this job.
- Parameters:
mlflowExperimentId- The MLflow experiment ID used for this job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
mlflowRunId
The MLflow run ID used for this job.
- Parameters:
mlflowRunId- The MLflow run ID used for this job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-