Class FileSource
- java.lang.Object
-
- software.amazon.awssdk.services.sagemaker.model.FileSource
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<FileSource.Builder,FileSource>
@Generated("software.amazon.awssdk:codegen") public final class FileSource extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FileSource.Builder,FileSource>
Contains details regarding the file source.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceFileSource.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FileSource.Builderbuilder()StringcontentDigest()The digest of the file source.StringcontentType()The type of content stored in the file source.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Strings3Uri()The Amazon S3 URI for the file source.List<SdkField<?>>sdkFields()static Class<? extends FileSource.Builder>serializableBuilderClass()FileSource.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
-
contentType
public final String contentType()
The type of content stored in the file source.
- Returns:
- The type of content stored in the file source.
-
contentDigest
public final String contentDigest()
The digest of the file source.
- Returns:
- The digest of the file source.
-
s3Uri
public final String s3Uri()
The Amazon S3 URI for the file source.
- Returns:
- The Amazon S3 URI for the file source.
-
toBuilder
public FileSource.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<FileSource.Builder,FileSource>
-
builder
public static FileSource.Builder builder()
-
serializableBuilderClass
public static Class<? extends FileSource.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.
-
-