Interface CustomModelSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<CustomModelSummary.Builder,CustomModelSummary>,SdkBuilder<CustomModelSummary.Builder,CustomModelSummary>,SdkPojo
- Enclosing class:
- CustomModelSummary
public static interface CustomModelSummary.Builder extends SdkPojo, CopyableBuilder<CustomModelSummary.Builder,CustomModelSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CustomModelSummary.BuilderbaseModelArn(String baseModelArn)The base model ARN.CustomModelSummary.BuilderbaseModelName(String baseModelName)The base model name.CustomModelSummary.BuildercreationTime(Instant creationTime)Creation time of the model.CustomModelSummary.BuildercustomizationType(String customizationType)Specifies whether to carry out continued pre-training of a model or whether to fine-tune it.CustomModelSummary.BuildercustomizationType(CustomizationType customizationType)Specifies whether to carry out continued pre-training of a model or whether to fine-tune it.CustomModelSummary.BuildermodelArn(String modelArn)The ARN of the custom model.CustomModelSummary.BuildermodelName(String modelName)The name of the custom model.-
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
-
modelArn
CustomModelSummary.Builder modelArn(String modelArn)
The ARN of the custom model.
- Parameters:
modelArn- The ARN of the custom model.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
modelName
CustomModelSummary.Builder modelName(String modelName)
The name of the custom model.
- Parameters:
modelName- The name of the custom model.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTime
CustomModelSummary.Builder creationTime(Instant creationTime)
Creation time of the model.
- Parameters:
creationTime- Creation time of the model.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
baseModelArn
CustomModelSummary.Builder baseModelArn(String baseModelArn)
The base model ARN.
- Parameters:
baseModelArn- The base model ARN.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
baseModelName
CustomModelSummary.Builder baseModelName(String baseModelName)
The base model name.
- Parameters:
baseModelName- The base model name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
customizationType
CustomModelSummary.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
CustomModelSummary.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
-
-