@Generated(value="software.amazon.awssdk:codegen") public final class GetRecordRequest extends SageMakerFeatureStoreRuntimeRequest implements ToCopyableBuilder<GetRecordRequest.Builder,GetRecordRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetRecordRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetRecordRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
featureGroupName()
The name of the feature group in which you want to put the records.
|
List<String> |
featureNames()
List of names of Features to be retrieved.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasFeatureNames()
Returns true if the FeatureNames property was specified by the sender (it may be empty), or false if the sender
did not specify the value (it will be empty).
|
int |
hashCode() |
String |
recordIdentifierValueAsString()
The value that corresponds to
RecordIdentifier type and uniquely identifies the record in the
FeatureGroup. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetRecordRequest.Builder> |
serializableBuilderClass() |
GetRecordRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String featureGroupName()
The name of the feature group in which you want to put the records.
public final String recordIdentifierValueAsString()
The value that corresponds to RecordIdentifier type and uniquely identifies the record in the
FeatureGroup.
RecordIdentifier type and uniquely identifies the record in
the FeatureGroup.public final boolean hasFeatureNames()
public final List<String> featureNames()
List of names of Features to be retrieved. If not specified, the latest value for all the Features are returned.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasFeatureNames() to see if a value was sent in this field.
public GetRecordRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetRecordRequest.Builder,GetRecordRequest>toBuilder in class SageMakerFeatureStoreRuntimeRequestpublic static GetRecordRequest.Builder builder()
public static Class<? extends GetRecordRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2021. All rights reserved.