CustomModelSummary
Summary information for a custom model.
Contents
- baseModelArn
-
The base model Amazon Resource Name (ARN).
Type: String
Length Constraints: Minimum length of 20. Maximum length of 1011.
Pattern:
^arn:aws(-[^:]+)?:bedrock:[a-z0-9-]{1,20}:(([0-9]{12}:custom-model/[a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63}/[a-z0-9]{12})|(:foundation-model/[a-z0-9-]{1,63}[.]{1}([a-z0-9-]{1,63}[.]){0,2}[a-z0-9-]{1,63}([:][a-z0-9-]{1,63}){0,2}))$
Required: Yes
- baseModelName
-
The base model name.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 63.
Pattern:
^([a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63})$
Required: Yes
- creationTime
-
Creation time of the model.
Type: Timestamp
Required: Yes
- modelArn
-
The Amazon Resource Name (ARN) of the custom model.
Type: String
Length Constraints: Minimum length of 20. Maximum length of 1011.
Pattern:
^arn:aws(-[^:]+)?:bedrock:[a-z0-9-]{1,20}:[0-9]{12}:custom-model/[a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63}([a-z0-9-]{1,63}[.]){0,2}[a-z0-9-]{1,63}([:][a-z0-9-]{1,63}){0,2}/[a-z0-9]{12}$
Required: Yes
- modelName
-
The name of the custom model.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 63.
Pattern:
^([0-9a-zA-Z][_-]?){1,63}$
Required: Yes
- customizationType
-
Specifies whether to carry out continued pre-training of a model or whether to fine-tune it. For more information, see Custom models.
Type: String
Valid Values:
FINE_TUNING | CONTINUED_PRE_TRAINING
Required: No
- ownerAccountId
-
The unique identifier of the account that owns the model.
Type: String
Pattern:
^[0-9]{12}$
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: