@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TrainingDataConfig extends Object implements Serializable, Cloneable, StructuredPojo
S3 Location of the training data.
Constructor and Description |
---|
TrainingDataConfig() |
Modifier and Type | Method and Description |
---|---|
TrainingDataConfig |
clone() |
boolean |
equals(Object obj) |
String |
getS3Uri()
The S3 URI where the training data is stored.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setS3Uri(String s3Uri)
The S3 URI where the training data is stored.
|
String |
toString()
Returns a string representation of this object.
|
TrainingDataConfig |
withS3Uri(String s3Uri)
The S3 URI where the training data is stored.
|
public void setS3Uri(String s3Uri)
The S3 URI where the training data is stored.
s3Uri
- The S3 URI where the training data is stored.public String getS3Uri()
The S3 URI where the training data is stored.
public TrainingDataConfig withS3Uri(String s3Uri)
The S3 URI where the training data is stored.
s3Uri
- The S3 URI where the training data is stored.public String toString()
toString
in class Object
Object.toString()
public TrainingDataConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Privacy | Site terms | Cookie preferences | © 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.