Uses of Class
software.amazon.awssdk.services.sagemakerfeaturestoreruntime.model.BatchGetRecordIdentifier
-
Packages that use BatchGetRecordIdentifier Package Description software.amazon.awssdk.services.sagemakerfeaturestoreruntime.model -
-
Uses of BatchGetRecordIdentifier in software.amazon.awssdk.services.sagemakerfeaturestoreruntime.model
Methods in software.amazon.awssdk.services.sagemakerfeaturestoreruntime.model that return types with arguments of type BatchGetRecordIdentifier Modifier and Type Method Description List<BatchGetRecordIdentifier>BatchGetRecordRequest. identifiers()A list containing the name or Amazon Resource Name (ARN) of theFeatureGroup, the list of names ofFeatures to be retrieved, and the correspondingRecordIdentifiervalues as strings.List<BatchGetRecordIdentifier>BatchGetRecordResponse. unprocessedIdentifiers()A unprocessed list ofFeatureGroupnames, with their correspondingRecordIdentifiervalue, and Feature name.Methods in software.amazon.awssdk.services.sagemakerfeaturestoreruntime.model with parameters of type BatchGetRecordIdentifier Modifier and Type Method Description BatchGetRecordRequest.BuilderBatchGetRecordRequest.Builder. identifiers(BatchGetRecordIdentifier... identifiers)A list containing the name or Amazon Resource Name (ARN) of theFeatureGroup, the list of names ofFeatures to be retrieved, and the correspondingRecordIdentifiervalues as strings.BatchGetRecordResponse.BuilderBatchGetRecordResponse.Builder. unprocessedIdentifiers(BatchGetRecordIdentifier... unprocessedIdentifiers)A unprocessed list ofFeatureGroupnames, with their correspondingRecordIdentifiervalue, and Feature name.Method parameters in software.amazon.awssdk.services.sagemakerfeaturestoreruntime.model with type arguments of type BatchGetRecordIdentifier Modifier and Type Method Description BatchGetRecordRequest.BuilderBatchGetRecordRequest.Builder. identifiers(Collection<BatchGetRecordIdentifier> identifiers)A list containing the name or Amazon Resource Name (ARN) of theFeatureGroup, the list of names ofFeatures to be retrieved, and the correspondingRecordIdentifiervalues as strings.BatchGetRecordResponse.BuilderBatchGetRecordResponse.Builder. unprocessedIdentifiers(Collection<BatchGetRecordIdentifier> unprocessedIdentifiers)A unprocessed list ofFeatureGroupnames, with their correspondingRecordIdentifiervalue, and Feature name.
-