Interface AIBenchmarkOutputConfig.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AIBenchmarkOutputConfig.Builder,,AIBenchmarkOutputConfig> SdkBuilder<AIBenchmarkOutputConfig.Builder,,AIBenchmarkOutputConfig> SdkPojo
- Enclosing class:
AIBenchmarkOutputConfig
@Mutable
@NotThreadSafe
public static interface AIBenchmarkOutputConfig.Builder
extends SdkPojo, CopyableBuilder<AIBenchmarkOutputConfig.Builder,AIBenchmarkOutputConfig>
-
Method Summary
Modifier and TypeMethodDescriptiondefault AIBenchmarkOutputConfig.BuildermlflowConfig(Consumer<AIMlflowConfig.Builder> mlflowConfig) The MLflow tracking configuration for the job.mlflowConfig(AIMlflowConfig mlflowConfig) The MLflow tracking configuration for the job.s3OutputLocation(String s3OutputLocation) The Amazon S3 URI where benchmark results are stored.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
-
s3OutputLocation
The Amazon S3 URI where benchmark results are stored.
- Parameters:
s3OutputLocation- The Amazon S3 URI where benchmark results are stored.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
mlflowConfig
The MLflow tracking configuration for the job. If you don't specify this parameter, MLflow tracking is disabled.
- Parameters:
mlflowConfig- The MLflow tracking configuration for the job. If you don't specify this parameter, MLflow tracking is disabled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
mlflowConfig
The MLflow tracking configuration for the job. If you don't specify this parameter, MLflow tracking is disabled.
This is a convenience method that creates an instance of theAIMlflowConfig.Builderavoiding the need to create one manually viaAIMlflowConfig.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tomlflowConfig(AIMlflowConfig).- Parameters:
mlflowConfig- a consumer that will call methods onAIMlflowConfig.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-