Class S3MachineLearningModelResourceData
- java.lang.Object
-
- software.amazon.awssdk.services.greengrass.model.S3MachineLearningModelResourceData
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<S3MachineLearningModelResourceData.Builder,S3MachineLearningModelResourceData>
@Generated("software.amazon.awssdk:codegen") public final class S3MachineLearningModelResourceData extends Object implements SdkPojo, Serializable, ToCopyableBuilder<S3MachineLearningModelResourceData.Builder,S3MachineLearningModelResourceData>
Attributes that define an Amazon S3 machine learning resource.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceS3MachineLearningModelResourceData.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static S3MachineLearningModelResourceData.Builderbuilder()StringdestinationPath()The absolute local path of the resource inside the Lambda environment.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()ResourceDownloadOwnerSettingownerSetting()Returns the value of the OwnerSetting property for this object.Strings3Uri()The URI of the source model in an S3 bucket.List<SdkField<?>>sdkFields()static Class<? extends S3MachineLearningModelResourceData.Builder>serializableBuilderClass()S3MachineLearningModelResourceData.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
destinationPath
public final String destinationPath()
The absolute local path of the resource inside the Lambda environment.- Returns:
- The absolute local path of the resource inside the Lambda environment.
-
ownerSetting
public final ResourceDownloadOwnerSetting ownerSetting()
Returns the value of the OwnerSetting property for this object.- Returns:
- The value of the OwnerSetting property for this object.
-
s3Uri
public final String s3Uri()
The URI of the source model in an S3 bucket. The model package must be in tar.gz or .zip format.- Returns:
- The URI of the source model in an S3 bucket. The model package must be in tar.gz or .zip format.
-
toBuilder
public S3MachineLearningModelResourceData.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<S3MachineLearningModelResourceData.Builder,S3MachineLearningModelResourceData>
-
builder
public static S3MachineLearningModelResourceData.Builder builder()
-
serializableBuilderClass
public static Class<? extends S3MachineLearningModelResourceData.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-