Interface ModelDiagnosticsS3OutputConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ModelDiagnosticsS3OutputConfiguration.Builder,ModelDiagnosticsS3OutputConfiguration>,SdkBuilder<ModelDiagnosticsS3OutputConfiguration.Builder,ModelDiagnosticsS3OutputConfiguration>,SdkPojo
- Enclosing class:
- ModelDiagnosticsS3OutputConfiguration
public static interface ModelDiagnosticsS3OutputConfiguration.Builder extends SdkPojo, CopyableBuilder<ModelDiagnosticsS3OutputConfiguration.Builder,ModelDiagnosticsS3OutputConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ModelDiagnosticsS3OutputConfiguration.Builderbucket(String bucket)The name of the Amazon S3 bucket where the pointwise model diagnostics are located.ModelDiagnosticsS3OutputConfiguration.Builderprefix(String prefix)The Amazon S3 prefix for the location of the pointwise model diagnostics.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
bucket
ModelDiagnosticsS3OutputConfiguration.Builder bucket(String bucket)
The name of the Amazon S3 bucket where the pointwise model diagnostics are located. You must be the owner of the Amazon S3 bucket.
- Parameters:
bucket- The name of the Amazon S3 bucket where the pointwise model diagnostics are located. You must be the owner of the Amazon S3 bucket.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
prefix
ModelDiagnosticsS3OutputConfiguration.Builder prefix(String prefix)
The Amazon S3 prefix for the location of the pointwise model diagnostics. The prefix specifies the folder and evaluation result file name. (
bucket).When you call
CreateModelorUpdateModel, specify the path within the bucket that you want Lookout for Equipment to save the model to. During training, Lookout for Equipment creates the model evaluation model as a compressed JSON file with the namemodel_diagnostics_results.json.gz.When you call
DescribeModelorDescribeModelVersion,prefixcontains the file path and filename of the model evaluation file.- Parameters:
prefix- The Amazon S3 prefix for the location of the pointwise model diagnostics. The prefix specifies the folder and evaluation result file name. (bucket).When you call
CreateModelorUpdateModel, specify the path within the bucket that you want Lookout for Equipment to save the model to. During training, Lookout for Equipment creates the model evaluation model as a compressed JSON file with the namemodel_diagnostics_results.json.gz.When you call
DescribeModelorDescribeModelVersion,prefixcontains the file path and filename of the model evaluation file.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-