@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ModelDiagnosticsS3OutputConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The Amazon S3 location for the pointwise model diagnostics for an Amazon Lookout for Equipment model.
Constructor and Description |
---|
ModelDiagnosticsS3OutputConfiguration() |
Modifier and Type | Method and Description |
---|---|
ModelDiagnosticsS3OutputConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getBucket()
The name of the Amazon S3 bucket where the pointwise model diagnostics are located.
|
String |
getPrefix()
The Amazon S3 prefix for the location of the pointwise model diagnostics.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setBucket(String bucket)
The name of the Amazon S3 bucket where the pointwise model diagnostics are located.
|
void |
setPrefix(String prefix)
The Amazon S3 prefix for the location of the pointwise model diagnostics.
|
String |
toString()
Returns a string representation of this object.
|
ModelDiagnosticsS3OutputConfiguration |
withBucket(String bucket)
The name of the Amazon S3 bucket where the pointwise model diagnostics are located.
|
ModelDiagnosticsS3OutputConfiguration |
withPrefix(String prefix)
The Amazon S3 prefix for the location of the pointwise model diagnostics.
|
public ModelDiagnosticsS3OutputConfiguration()
public void setBucket(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.
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.public String getBucket()
The name of the Amazon S3 bucket where the pointwise model diagnostics are located. You must be the owner of the Amazon S3 bucket.
public ModelDiagnosticsS3OutputConfiguration withBucket(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.
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.public void setPrefix(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 CreateModel
or UpdateModel
, 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 name model_diagnostics_results.json.gz
.
When you call DescribeModel
or DescribeModelVersion
, prefix
contains the
file path and filename of the model evaluation file.
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 CreateModel
or UpdateModel
, 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 name
model_diagnostics_results.json.gz
.
When you call DescribeModel
or DescribeModelVersion
, prefix
contains the file path and filename of the model evaluation file.
public String getPrefix()
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 CreateModel
or UpdateModel
, 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 name model_diagnostics_results.json.gz
.
When you call DescribeModel
or DescribeModelVersion
, prefix
contains the
file path and filename of the model evaluation file.
bucket
).
When you call CreateModel
or UpdateModel
, 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 name
model_diagnostics_results.json.gz
.
When you call DescribeModel
or DescribeModelVersion
, prefix
contains the file path and filename of the model evaluation file.
public ModelDiagnosticsS3OutputConfiguration withPrefix(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 CreateModel
or UpdateModel
, 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 name model_diagnostics_results.json.gz
.
When you call DescribeModel
or DescribeModelVersion
, prefix
contains the
file path and filename of the model evaluation file.
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 CreateModel
or UpdateModel
, 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 name
model_diagnostics_results.json.gz
.
When you call DescribeModel
or DescribeModelVersion
, prefix
contains the file path and filename of the model evaluation file.
public String toString()
toString
in class Object
Object.toString()
public ModelDiagnosticsS3OutputConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.