@Generated(value="software.amazon.awssdk:codegen") public final class S3MachineLearningModelResourceData extends Object implements SdkPojo, Serializable, ToCopyableBuilder<S3MachineLearningModelResourceData.Builder,S3MachineLearningModelResourceData>
| Modifier and Type | Class and Description |
|---|---|
static interface |
S3MachineLearningModelResourceData.Builder |
| Modifier and Type | Method and Description |
|---|---|
static S3MachineLearningModelResourceData.Builder |
builder() |
String |
destinationPath()
The absolute local path of the resource inside the Lambda environment.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
ResourceDownloadOwnerSetting |
ownerSetting()
Returns the value of the OwnerSetting property for this object.
|
String |
s3Uri()
The URI of the source model in an S3 bucket.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends S3MachineLearningModelResourceData.Builder> |
serializableBuilderClass() |
S3MachineLearningModelResourceData.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String destinationPath()
public ResourceDownloadOwnerSetting ownerSetting()
public String s3Uri()
public S3MachineLearningModelResourceData.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<S3MachineLearningModelResourceData.Builder,S3MachineLearningModelResourceData>public static S3MachineLearningModelResourceData.Builder builder()
public static Class<? extends S3MachineLearningModelResourceData.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.