public static final class ReadFeatureValuesResponse.EntityView extends GeneratedMessageV3 implements ReadFeatureValuesResponse.EntityViewOrBuilder
Entity view with Feature values.
Protobuf type google.cloud.aiplatform.v1beta1.ReadFeatureValuesResponse.EntityView
Static Fields
public static final int DATA_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
public static final int ENTITY_ID_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
Static Methods
public static ReadFeatureValuesResponse.EntityView getDefaultInstance()
public static final Descriptors.Descriptor getDescriptor()
public static ReadFeatureValuesResponse.EntityView.Builder newBuilder()
public static ReadFeatureValuesResponse.EntityView.Builder newBuilder(ReadFeatureValuesResponse.EntityView prototype)
public static ReadFeatureValuesResponse.EntityView parseDelimitedFrom(InputStream input)
public static ReadFeatureValuesResponse.EntityView parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ReadFeatureValuesResponse.EntityView parseFrom(byte[] data)
Parameter |
---|
Name | Description |
data | byte[]
|
public static ReadFeatureValuesResponse.EntityView parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ReadFeatureValuesResponse.EntityView parseFrom(ByteString data)
public static ReadFeatureValuesResponse.EntityView parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ReadFeatureValuesResponse.EntityView parseFrom(CodedInputStream input)
public static ReadFeatureValuesResponse.EntityView parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ReadFeatureValuesResponse.EntityView parseFrom(InputStream input)
public static ReadFeatureValuesResponse.EntityView parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ReadFeatureValuesResponse.EntityView parseFrom(ByteBuffer data)
public static ReadFeatureValuesResponse.EntityView parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Parser<ReadFeatureValuesResponse.EntityView> parser()
Methods
public boolean equals(Object obj)
Parameter |
---|
Name | Description |
obj | Object
|
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.v1beta1.ReadFeatureValuesResponse.EntityView.Data data = 2;
Parameter |
---|
Name | Description |
index | int
|
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.v1beta1.ReadFeatureValuesResponse.EntityView.Data data = 2;
Returns |
---|
Type | Description |
int | |
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.v1beta1.ReadFeatureValuesResponse.EntityView.Data data = 2;
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.v1beta1.ReadFeatureValuesResponse.EntityView.Data data = 2;
Parameter |
---|
Name | Description |
index | int
|
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.v1beta1.ReadFeatureValuesResponse.EntityView.Data data = 2;
Returns |
---|
Type | Description |
List<? extends com.google.cloud.aiplatform.v1beta1.ReadFeatureValuesResponse.EntityView.DataOrBuilder> | |
public ReadFeatureValuesResponse.EntityView getDefaultInstanceForType()
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 |
---|
Type | Description |
ByteString | The bytes for entityId.
|
public Parser<ReadFeatureValuesResponse.EntityView> getParserForType()
Overrides
public int getSerializedSize()
Returns |
---|
Type | Description |
int | |
Overrides
public final UnknownFieldSet getUnknownFields()
Overrides
Returns |
---|
Type | Description |
int | |
Overrides
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public ReadFeatureValuesResponse.EntityView.Builder newBuilderForType()
protected ReadFeatureValuesResponse.EntityView.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Overrides
public ReadFeatureValuesResponse.EntityView.Builder toBuilder()
public void writeTo(CodedOutputStream output)
Overrides