public static interface ModelCustomizationJobSummary.Builder extends SdkPojo, CopyableBuilder<ModelCustomizationJobSummary.Builder,ModelCustomizationJobSummary>
equalsBySdkFields, sdkFieldscopyapplyMutation, buildModelCustomizationJobSummary.Builder jobArn(String jobArn)
ARN of the customization job.
jobArn - ARN of the customization job.ModelCustomizationJobSummary.Builder baseModelArn(String baseModelArn)
ARN of the base model.
baseModelArn - ARN of the base model.ModelCustomizationJobSummary.Builder jobName(String jobName)
Name of the customization job.
jobName - Name of the customization job.ModelCustomizationJobSummary.Builder status(String status)
Status of the customization job.
status - Status of the customization job.ModelCustomizationJobStatus,
ModelCustomizationJobStatusModelCustomizationJobSummary.Builder status(ModelCustomizationJobStatus status)
Status of the customization job.
status - Status of the customization job.ModelCustomizationJobStatus,
ModelCustomizationJobStatusModelCustomizationJobSummary.Builder lastModifiedTime(Instant lastModifiedTime)
Time that the customization job was last modified.
lastModifiedTime - Time that the customization job was last modified.ModelCustomizationJobSummary.Builder creationTime(Instant creationTime)
Creation time of the custom model.
creationTime - Creation time of the custom model.ModelCustomizationJobSummary.Builder endTime(Instant endTime)
Time that the customization job ended.
endTime - Time that the customization job ended.ModelCustomizationJobSummary.Builder customModelArn(String customModelArn)
ARN of the custom model.
customModelArn - ARN of the custom model.ModelCustomizationJobSummary.Builder customModelName(String customModelName)
Name of the custom model.
customModelName - Name of the custom model.Copyright © 2023. All rights reserved.