Class ModelImportJobSummary
- java.lang.Object
-
- software.amazon.awssdk.services.bedrock.model.ModelImportJobSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ModelImportJobSummary.Builder,ModelImportJobSummary>
@Generated("software.amazon.awssdk:codegen") public final class ModelImportJobSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ModelImportJobSummary.Builder,ModelImportJobSummary>
Information about the import job.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceModelImportJobSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ModelImportJobSummary.Builderbuilder()InstantcreationTime()The time import job was created.InstantendTime()The time when import job ended.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringimportedModelArn()The Amazon resource Name (ARN) of the imported model.StringimportedModelName()The name of the imported model.StringjobArn()The Amazon Resource Name (ARN) of the import job.StringjobName()The name of the import job.InstantlastModifiedTime()The time when the import job was last modified.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends ModelImportJobSummary.Builder>serializableBuilderClass()ModelImportJobStatusstatus()The status of the imported job.StringstatusAsString()The status of the imported job.ModelImportJobSummary.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
-
jobArn
public final String jobArn()
The Amazon Resource Name (ARN) of the import job.
- Returns:
- The Amazon Resource Name (ARN) of the import job.
-
jobName
public final String jobName()
The name of the import job.
- Returns:
- The name of the import job.
-
status
public final ModelImportJobStatus status()
The status of the imported job.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnModelImportJobStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of the imported job.
- See Also:
ModelImportJobStatus
-
statusAsString
public final String statusAsString()
The status of the imported job.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnModelImportJobStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of the imported job.
- See Also:
ModelImportJobStatus
-
lastModifiedTime
public final Instant lastModifiedTime()
The time when the import job was last modified.
- Returns:
- The time when the import job was last modified.
-
creationTime
public final Instant creationTime()
The time import job was created.
- Returns:
- The time import job was created.
-
endTime
public final Instant endTime()
The time when import job ended.
- Returns:
- The time when import job ended.
-
importedModelArn
public final String importedModelArn()
The Amazon resource Name (ARN) of the imported model.
- Returns:
- The Amazon resource Name (ARN) of the imported model.
-
importedModelName
public final String importedModelName()
The name of the imported model.
- Returns:
- The name of the imported model.
-
toBuilder
public ModelImportJobSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ModelImportJobSummary.Builder,ModelImportJobSummary>
-
builder
public static ModelImportJobSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends ModelImportJobSummary.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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-