@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class S3MachineLearningModelResourceData extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
S3MachineLearningModelResourceData() |
Modifier and Type | Method and Description |
---|---|
S3MachineLearningModelResourceData |
clone() |
boolean |
equals(Object obj) |
String |
getDestinationPath()
The absolute local path of the resource inside the Lambda environment.
|
String |
getS3Uri()
The URI of the source model in an S3 bucket.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDestinationPath(String destinationPath)
The absolute local path of the resource inside the Lambda environment.
|
void |
setS3Uri(String s3Uri)
The URI of the source model in an S3 bucket.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
S3MachineLearningModelResourceData |
withDestinationPath(String destinationPath)
The absolute local path of the resource inside the Lambda environment.
|
S3MachineLearningModelResourceData |
withS3Uri(String s3Uri)
The URI of the source model in an S3 bucket.
|
public void setDestinationPath(String destinationPath)
destinationPath
- The absolute local path of the resource inside the Lambda environment.public String getDestinationPath()
public S3MachineLearningModelResourceData withDestinationPath(String destinationPath)
destinationPath
- The absolute local path of the resource inside the Lambda environment.public void setS3Uri(String s3Uri)
s3Uri
- The URI of the source model in an S3 bucket. The model package must be in tar.gz or .zip format.public String getS3Uri()
public S3MachineLearningModelResourceData withS3Uri(String s3Uri)
s3Uri
- The URI of the source model in an S3 bucket. The model package must be in tar.gz or .zip format.public String toString()
toString
in class Object
Object.toString()
public S3MachineLearningModelResourceData clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.