Class ModelCustomizationJobSummary
- java.lang.Object
-
- software.amazon.awssdk.services.bedrock.model.ModelCustomizationJobSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ModelCustomizationJobSummary.Builder,ModelCustomizationJobSummary>
@Generated("software.amazon.awssdk:codegen") public final class ModelCustomizationJobSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ModelCustomizationJobSummary.Builder,ModelCustomizationJobSummary>
Information about one customization job
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceModelCustomizationJobSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringbaseModelArn()ARN of the base model.static ModelCustomizationJobSummary.Builderbuilder()InstantcreationTime()Creation time of the custom model.CustomizationTypecustomizationType()Specifies whether to carry out continued pre-training of a model or whether to fine-tune it.StringcustomizationTypeAsString()Specifies whether to carry out continued pre-training of a model or whether to fine-tune it.StringcustomModelArn()ARN of the custom model.StringcustomModelName()Name of the custom model.InstantendTime()Time that the customization job ended.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringjobArn()ARN of the customization job.StringjobName()Name of the customization job.InstantlastModifiedTime()Time that the customization job was last modified.List<SdkField<?>>sdkFields()static Class<? extends ModelCustomizationJobSummary.Builder>serializableBuilderClass()ModelCustomizationJobStatusstatus()Status of the customization job.StringstatusAsString()Status of the customization job.ModelCustomizationJobSummary.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()
ARN of the customization job.
- Returns:
- ARN of the customization job.
-
baseModelArn
public final String baseModelArn()
ARN of the base model.
- Returns:
- ARN of the base model.
-
jobName
public final String jobName()
Name of the customization job.
- Returns:
- Name of the customization job.
-
status
public final ModelCustomizationJobStatus status()
Status of the customization job.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnModelCustomizationJobStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- Status of the customization job.
- See Also:
ModelCustomizationJobStatus
-
statusAsString
public final String statusAsString()
Status of the customization job.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnModelCustomizationJobStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- Status of the customization job.
- See Also:
ModelCustomizationJobStatus
-
lastModifiedTime
public final Instant lastModifiedTime()
Time that the customization job was last modified.
- Returns:
- Time that the customization job was last modified.
-
creationTime
public final Instant creationTime()
Creation time of the custom model.
- Returns:
- Creation time of the custom model.
-
endTime
public final Instant endTime()
Time that the customization job ended.
- Returns:
- Time that the customization job ended.
-
customModelArn
public final String customModelArn()
ARN of the custom model.
- Returns:
- ARN of the custom model.
-
customModelName
public final String customModelName()
Name of the custom model.
- Returns:
- Name of the custom model.
-
customizationType
public final CustomizationType customizationType()
Specifies whether to carry out continued pre-training of a model or whether to fine-tune it. For more information, see Custom models.
If the service returns an enum value that is not available in the current SDK version,
customizationTypewill returnCustomizationType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcustomizationTypeAsString().- Returns:
- Specifies whether to carry out continued pre-training of a model or whether to fine-tune it. For more information, see Custom models.
- See Also:
CustomizationType
-
customizationTypeAsString
public final String customizationTypeAsString()
Specifies whether to carry out continued pre-training of a model or whether to fine-tune it. For more information, see Custom models.
If the service returns an enum value that is not available in the current SDK version,
customizationTypewill returnCustomizationType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcustomizationTypeAsString().- Returns:
- Specifies whether to carry out continued pre-training of a model or whether to fine-tune it. For more information, see Custom models.
- See Also:
CustomizationType
-
toBuilder
public ModelCustomizationJobSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ModelCustomizationJobSummary.Builder,ModelCustomizationJobSummary>
-
builder
public static ModelCustomizationJobSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends ModelCustomizationJobSummary.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.
-
-