public static final class ReadFeatureValuesResponse.EntityView extends GeneratedMessageV3 implements ReadFeatureValuesResponse.EntityViewOrBuilder
Entity view with Feature values.
Protobuf type google.cloud.aiplatform.v1.ReadFeatureValuesResponse.EntityView
Static Fields
public static final int DATA_FIELD_NUMBER
Field Value
public static final int ENTITY_ID_FIELD_NUMBER
Field Value
Static Methods
public static ReadFeatureValuesResponse.EntityView getDefaultInstance()
Returns
public static final Descriptors.Descriptor getDescriptor()
Returns
public static ReadFeatureValuesResponse.EntityView.Builder newBuilder()
Returns
public static ReadFeatureValuesResponse.EntityView.Builder newBuilder(ReadFeatureValuesResponse.EntityView prototype)
Parameter
Returns
public static ReadFeatureValuesResponse.EntityView parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static ReadFeatureValuesResponse.EntityView parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static ReadFeatureValuesResponse.EntityView parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
public static ReadFeatureValuesResponse.EntityView parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static ReadFeatureValuesResponse.EntityView parseFrom(ByteString data)
Parameter
Returns
Exceptions
public static ReadFeatureValuesResponse.EntityView parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static ReadFeatureValuesResponse.EntityView parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static ReadFeatureValuesResponse.EntityView parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static ReadFeatureValuesResponse.EntityView parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static ReadFeatureValuesResponse.EntityView parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static ReadFeatureValuesResponse.EntityView parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
public static ReadFeatureValuesResponse.EntityView parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static Parser<ReadFeatureValuesResponse.EntityView> parser()
Returns
Methods
public boolean equals(Object obj)
Parameter
Returns
Overrides
public ReadFeatureValuesResponse.EntityView.Data getData(int index)
Each piece of data holds the k
requested values for one requested Feature. If no values
for the requested Feature exist, the corresponding cell will be empty.
This has the same size and is in the same order as the features from the
header ReadFeatureValuesResponse.header.
repeated .google.cloud.aiplatform.v1.ReadFeatureValuesResponse.EntityView.Data data = 2;
Parameter
Returns
public int getDataCount()
Each piece of data holds the k
requested values for one requested Feature. If no values
for the requested Feature exist, the corresponding cell will be empty.
This has the same size and is in the same order as the features from the
header ReadFeatureValuesResponse.header.
repeated .google.cloud.aiplatform.v1.ReadFeatureValuesResponse.EntityView.Data data = 2;
Returns
public List<ReadFeatureValuesResponse.EntityView.Data> getDataList()
Each piece of data holds the k
requested values for one requested Feature. If no values
for the requested Feature exist, the corresponding cell will be empty.
This has the same size and is in the same order as the features from the
header ReadFeatureValuesResponse.header.
repeated .google.cloud.aiplatform.v1.ReadFeatureValuesResponse.EntityView.Data data = 2;
Returns
public ReadFeatureValuesResponse.EntityView.DataOrBuilder getDataOrBuilder(int index)
Each piece of data holds the k
requested values for one requested Feature. If no values
for the requested Feature exist, the corresponding cell will be empty.
This has the same size and is in the same order as the features from the
header ReadFeatureValuesResponse.header.
repeated .google.cloud.aiplatform.v1.ReadFeatureValuesResponse.EntityView.Data data = 2;
Parameter
Returns
public List<? extends ReadFeatureValuesResponse.EntityView.DataOrBuilder> getDataOrBuilderList()
Each piece of data holds the k
requested values for one requested Feature. If no values
for the requested Feature exist, the corresponding cell will be empty.
This has the same size and is in the same order as the features from the
header ReadFeatureValuesResponse.header.
repeated .google.cloud.aiplatform.v1.ReadFeatureValuesResponse.EntityView.Data data = 2;
Returns
Type | Description |
List<? extends com.google.cloud.aiplatform.v1.ReadFeatureValuesResponse.EntityView.DataOrBuilder> | |
public ReadFeatureValuesResponse.EntityView getDefaultInstanceForType()
Returns
public String getEntityId()
ID of the requested entity.
string entity_id = 1;
Returns
Type | Description |
String | The entityId.
|
public ByteString getEntityIdBytes()
ID of the requested entity.
string entity_id = 1;
Returns
public Parser<ReadFeatureValuesResponse.EntityView> getParserForType()
Returns
Overrides
public int getSerializedSize()
Returns
Overrides
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
Returns
Overrides
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
public final boolean isInitialized()
Returns
Overrides
public ReadFeatureValuesResponse.EntityView.Builder newBuilderForType()
Returns
protected ReadFeatureValuesResponse.EntityView.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
public ReadFeatureValuesResponse.EntityView.Builder toBuilder()
Returns
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions