public class OutputConfig
extends java.lang.Object
implements java.io.Serializable
The S3 bucket and folder location where training output is placed.
Constructor and Description |
---|
OutputConfig() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getS3Bucket()
The S3 bucket where training output is placed.
|
java.lang.String |
getS3KeyPrefix()
The prefix applied to the training output files.
|
int |
hashCode() |
void |
setS3Bucket(java.lang.String s3Bucket)
The S3 bucket where training output is placed.
|
void |
setS3KeyPrefix(java.lang.String s3KeyPrefix)
The prefix applied to the training output files.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
OutputConfig |
withS3Bucket(java.lang.String s3Bucket)
The S3 bucket where training output is placed.
|
OutputConfig |
withS3KeyPrefix(java.lang.String s3KeyPrefix)
The prefix applied to the training output files.
|
public java.lang.String getS3Bucket()
The S3 bucket where training output is placed.
Constraints:
Length: 3 - 255
Pattern: [0-9A-Za-z\.\-_]*
The S3 bucket where training output is placed.
public void setS3Bucket(java.lang.String s3Bucket)
The S3 bucket where training output is placed.
Constraints:
Length: 3 - 255
Pattern: [0-9A-Za-z\.\-_]*
s3Bucket
- The S3 bucket where training output is placed.
public OutputConfig withS3Bucket(java.lang.String s3Bucket)
The S3 bucket where training output is placed.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 3 - 255
Pattern: [0-9A-Za-z\.\-_]*
s3Bucket
- The S3 bucket where training output is placed.
public java.lang.String getS3KeyPrefix()
The prefix applied to the training output files.
Constraints:
Length: - 1024
The prefix applied to the training output files.
public void setS3KeyPrefix(java.lang.String s3KeyPrefix)
The prefix applied to the training output files.
Constraints:
Length: - 1024
s3KeyPrefix
- The prefix applied to the training output files.
public OutputConfig withS3KeyPrefix(java.lang.String s3KeyPrefix)
The prefix applied to the training output files.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: - 1024
s3KeyPrefix
- The prefix applied to the training output files.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.