Interface CustomModelSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<CustomModelSummary.Builder,
,CustomModelSummary> SdkBuilder<CustomModelSummary.Builder,
,CustomModelSummary> SdkPojo
- Enclosing class:
CustomModelSummary
-
Method Summary
Modifier and TypeMethodDescriptionbaseModelArn
(String baseModelArn) The base model Amazon Resource Name (ARN).baseModelName
(String baseModelName) The base model name.creationTime
(Instant creationTime) Creation time of the 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.The Amazon Resource Name (ARN) of the custom model.The name of the custom model.modelStatus
(String modelStatus) The current status of the custom model.modelStatus
(ModelStatus modelStatus) The current status of the custom model.ownerAccountId
(String ownerAccountId) The unique identifier of the account that owns the 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, sdkFieldNameToField, sdkFields
-
Method Details
-
modelArn
The Amazon Resource Name (ARN) of the custom model.
- Parameters:
modelArn
- The Amazon Resource Name (ARN) of the custom model.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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
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
The base model Amazon Resource Name (ARN).
- Parameters:
baseModelArn
- The base model Amazon Resource Name (ARN).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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
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:
-
ownerAccountId
The unique identifier of the account that owns the model.
- Parameters:
ownerAccountId
- The unique identifier of the account that owns the model.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
modelStatus
The current status of the custom model. Possible values include:
-
Creating
- The model is being created and validated. -
Active
- The model has been successfully created and is ready for use. -
Failed
- The model creation process failed.
- Parameters:
modelStatus
- The current status of the custom model. Possible values include:-
Creating
- The model is being created and validated. -
Active
- The model has been successfully created and is ready for use. -
Failed
- The model creation process failed.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
modelStatus
The current status of the custom model. Possible values include:
-
Creating
- The model is being created and validated. -
Active
- The model has been successfully created and is ready for use. -
Failed
- The model creation process failed.
- Parameters:
modelStatus
- The current status of the custom model. Possible values include:-
Creating
- The model is being created and validated. -
Active
- The model has been successfully created and is ready for use. -
Failed
- The model creation process failed.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-