Interface ModelCustomizationJobSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ModelCustomizationJobSummary.Builder,
,ModelCustomizationJobSummary> SdkBuilder<ModelCustomizationJobSummary.Builder,
,ModelCustomizationJobSummary> SdkPojo
- Enclosing class:
ModelCustomizationJobSummary
-
Method Summary
Modifier and TypeMethodDescriptionbaseModelArn
(String baseModelArn) Amazon Resource Name (ARN) of the base model.creationTime
(Instant creationTime) Creation time of the custom model.customizationType
(String customizationType) Specifies whether to carry out continued pre-training of a model or whether to fine-tune it.customizationType
(CustomizationType customizationType) Specifies whether to carry out continued pre-training of a model or whether to fine-tune it.customModelArn
(String customModelArn) Amazon Resource Name (ARN) of the custom model.customModelName
(String customModelName) Name of the custom model.Time that the customization job ended.Amazon Resource Name (ARN) of the customization job.Name of the customization job.lastModifiedTime
(Instant lastModifiedTime) Time that the customization job was last modified.Status of the customization job.status
(ModelCustomizationJobStatus status) Status of the customization job.statusDetails
(Consumer<StatusDetails.Builder> statusDetails) Details about the status of the data processing sub-task of the job.statusDetails
(StatusDetails statusDetails) Details about the status of the data processing sub-task of the 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, sdkFieldNameToField, sdkFields
-
Method Details
-
jobArn
Amazon Resource Name (ARN) of the customization job.
- Parameters:
jobArn
- Amazon Resource Name (ARN) of the customization job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
baseModelArn
Amazon Resource Name (ARN) of the base model.
- Parameters:
baseModelArn
- Amazon Resource Name (ARN) of the base model.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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
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:
-
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:
-
statusDetails
Details about the status of the data processing sub-task of the job.
- Parameters:
statusDetails
- Details about the status of the data processing sub-task of the job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statusDetails
default ModelCustomizationJobSummary.Builder statusDetails(Consumer<StatusDetails.Builder> statusDetails) Details about the status of the data processing sub-task of the job.
This is a convenience method that creates an instance of theStatusDetails.Builder
avoiding the need to create one manually viaStatusDetails.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tostatusDetails(StatusDetails)
.- Parameters:
statusDetails
- a consumer that will call methods onStatusDetails.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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
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
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
Amazon Resource Name (ARN) of the custom model.
- Parameters:
customModelArn
- Amazon Resource Name (ARN) of the custom model.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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
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
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:
-