Class ModelDiagnosticsS3OutputConfiguration
- java.lang.Object
-
- software.amazon.awssdk.services.lookoutequipment.model.ModelDiagnosticsS3OutputConfiguration
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ModelDiagnosticsS3OutputConfiguration.Builder,ModelDiagnosticsS3OutputConfiguration>
@Generated("software.amazon.awssdk:codegen") public final class ModelDiagnosticsS3OutputConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ModelDiagnosticsS3OutputConfiguration.Builder,ModelDiagnosticsS3OutputConfiguration>
The Amazon S3 location for the pointwise model diagnostics for an Amazon Lookout for Equipment model.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceModelDiagnosticsS3OutputConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringbucket()The name of the Amazon S3 bucket where the pointwise model diagnostics are located.static ModelDiagnosticsS3OutputConfiguration.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringprefix()The Amazon S3 prefix for the location of the pointwise model diagnostics.List<SdkField<?>>sdkFields()static Class<? extends ModelDiagnosticsS3OutputConfiguration.Builder>serializableBuilderClass()ModelDiagnosticsS3OutputConfiguration.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
bucket
public final 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.
- Returns:
- The name of the Amazon S3 bucket where the pointwise model diagnostics are located. You must be the owner of the Amazon S3 bucket.
-
prefix
public final 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.- Returns:
- 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.
-
toBuilder
public ModelDiagnosticsS3OutputConfiguration.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ModelDiagnosticsS3OutputConfiguration.Builder,ModelDiagnosticsS3OutputConfiguration>
-
builder
public static ModelDiagnosticsS3OutputConfiguration.Builder builder()
-
serializableBuilderClass
public static Class<? extends ModelDiagnosticsS3OutputConfiguration.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-