BatchGetRecordIdentifier
The identifier that identifies the batch of Records you are retrieving in a batch.
Contents
- FeatureGroupName
-
The name or Amazon Resource Name (ARN) of the
FeatureGroup
containing the records you are retrieving in a batch.Type: String
Length Constraints: Minimum length of 1. Maximum length of 150.
Pattern:
(arn:aws[a-z\-]*:sagemaker:[a-z0-9\-]*:[0-9]{12}:feature-group/)?([a-zA-Z0-9]([-_]*[a-zA-Z0-9]){0,63})
Required: Yes
- RecordIdentifiersValueAsString
-
The value for a list of record identifiers in string format.
Type: Array of strings
Array Members: Minimum number of 1 item. Maximum number of 100 items.
Length Constraints: Maximum length of 358400.
Pattern:
.*
Required: Yes
- FeatureNames
-
List of names of Features to be retrieved. If not specified, the latest value for all the Features are returned.
Type: Array of strings
Array Members: Minimum number of 1 item.
Length Constraints: Minimum length of 1. Maximum length of 64.
Pattern:
^[a-zA-Z0-9]([-_]*[a-zA-Z0-9]){0,63}
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: