Interface ModelCustomizationJobSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ModelCustomizationJobSummary.Builder,ModelCustomizationJobSummary>,SdkBuilder<ModelCustomizationJobSummary.Builder,ModelCustomizationJobSummary>,SdkPojo
- Enclosing class:
- ModelCustomizationJobSummary
public static interface ModelCustomizationJobSummary.Builder extends SdkPojo, CopyableBuilder<ModelCustomizationJobSummary.Builder,ModelCustomizationJobSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ModelCustomizationJobSummary.BuilderbaseModelArn(String baseModelArn)ARN of the base model.ModelCustomizationJobSummary.BuildercreationTime(Instant creationTime)Creation time of the custom model.ModelCustomizationJobSummary.BuildercustomizationType(String customizationType)Specifies whether to carry out continued pre-training of a model or whether to fine-tune it.ModelCustomizationJobSummary.BuildercustomizationType(CustomizationType customizationType)Specifies whether to carry out continued pre-training of a model or whether to fine-tune it.ModelCustomizationJobSummary.BuildercustomModelArn(String customModelArn)ARN of the custom model.ModelCustomizationJobSummary.BuildercustomModelName(String customModelName)Name of the custom model.ModelCustomizationJobSummary.BuilderendTime(Instant endTime)Time that the customization job ended.ModelCustomizationJobSummary.BuilderjobArn(String jobArn)ARN of the customization job.ModelCustomizationJobSummary.BuilderjobName(String jobName)Name of the customization job.ModelCustomizationJobSummary.BuilderlastModifiedTime(Instant lastModifiedTime)Time that the customization job was last modified.ModelCustomizationJobSummary.Builderstatus(String status)Status of the customization job.ModelCustomizationJobSummary.Builderstatus(ModelCustomizationJobStatus status)Status of the customization job.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
jobArn
ModelCustomizationJobSummary.Builder jobArn(String jobArn)
ARN of the customization job.
- Parameters:
jobArn- ARN of the customization job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
baseModelArn
ModelCustomizationJobSummary.Builder baseModelArn(String baseModelArn)
ARN of the base model.
- Parameters:
baseModelArn- ARN of the base model.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jobName
ModelCustomizationJobSummary.Builder jobName(String jobName)
Name of the customization job.
- Parameters:
jobName- Name of the customization job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
ModelCustomizationJobSummary.Builder status(String status)
Status of the customization job.
- Parameters:
status- Status of the customization job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ModelCustomizationJobStatus,ModelCustomizationJobStatus
-
status
ModelCustomizationJobSummary.Builder status(ModelCustomizationJobStatus status)
Status of the customization job.
- Parameters:
status- Status of the customization job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ModelCustomizationJobStatus,ModelCustomizationJobStatus
-
lastModifiedTime
ModelCustomizationJobSummary.Builder lastModifiedTime(Instant lastModifiedTime)
Time that the customization job was last modified.
- Parameters:
lastModifiedTime- Time that the customization job was last modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTime
ModelCustomizationJobSummary.Builder creationTime(Instant creationTime)
Creation time of the custom model.
- Parameters:
creationTime- Creation time of the custom model.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endTime
ModelCustomizationJobSummary.Builder endTime(Instant endTime)
Time that the customization job ended.
- Parameters:
endTime- Time that the customization job ended.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
customModelArn
ModelCustomizationJobSummary.Builder customModelArn(String customModelArn)
ARN of the custom model.
- Parameters:
customModelArn- ARN of the custom model.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
customModelName
ModelCustomizationJobSummary.Builder customModelName(String customModelName)
Name of the custom model.
- Parameters:
customModelName- Name of the custom model.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
customizationType
ModelCustomizationJobSummary.Builder customizationType(String customizationType)
Specifies whether to carry out continued pre-training of a model or whether to fine-tune it. For more information, see Custom models.
- Parameters:
customizationType- Specifies whether to carry out continued pre-training of a model or whether to fine-tune it. For more information, see Custom models.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CustomizationType,CustomizationType
-
customizationType
ModelCustomizationJobSummary.Builder customizationType(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.
- Parameters:
customizationType- Specifies whether to carry out continued pre-training of a model or whether to fine-tune it. For more information, see Custom models.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CustomizationType,CustomizationType
-
-