public final class EvaluationDataset extends GeneratedMessage implements EvaluationDatasetOrBuilderThe dataset used for evaluation.
Protobuf type google.cloud.aiplatform.v1beta1.EvaluationDataset
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > EvaluationDatasetImplements
EvaluationDatasetOrBuilderStatic Fields
BIGQUERY_SOURCE_FIELD_NUMBER
public static final int BIGQUERY_SOURCE_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
GCS_SOURCE_FIELD_NUMBER
public static final int GCS_SOURCE_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static EvaluationDataset getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
EvaluationDataset |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static EvaluationDataset.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
EvaluationDataset.Builder |
|
newBuilder(EvaluationDataset prototype)
public static EvaluationDataset.Builder newBuilder(EvaluationDataset prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
EvaluationDataset |
| Returns | |
|---|---|
| Type | Description |
EvaluationDataset.Builder |
|
parseDelimitedFrom(InputStream input)
public static EvaluationDataset parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
EvaluationDataset |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static EvaluationDataset parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
EvaluationDataset |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static EvaluationDataset parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
EvaluationDataset |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static EvaluationDataset parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
EvaluationDataset |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static EvaluationDataset parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
EvaluationDataset |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static EvaluationDataset parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
EvaluationDataset |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static EvaluationDataset parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
EvaluationDataset |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static EvaluationDataset parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
EvaluationDataset |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static EvaluationDataset parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
EvaluationDataset |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static EvaluationDataset parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
EvaluationDataset |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static EvaluationDataset parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
EvaluationDataset |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static EvaluationDataset parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
EvaluationDataset |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<EvaluationDataset> parser()| Returns | |
|---|---|
| Type | Description |
Parser<EvaluationDataset> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getBigquerySource()
public BigQuerySource getBigquerySource()BigQuery source holds the dataset.
.google.cloud.aiplatform.v1beta1.BigQuerySource bigquery_source = 2;
| Returns | |
|---|---|
| Type | Description |
BigQuerySource |
The bigquerySource. |
getBigquerySourceOrBuilder()
public BigQuerySourceOrBuilder getBigquerySourceOrBuilder()BigQuery source holds the dataset.
.google.cloud.aiplatform.v1beta1.BigQuerySource bigquery_source = 2;
| Returns | |
|---|---|
| Type | Description |
BigQuerySourceOrBuilder |
|
getDefaultInstanceForType()
public EvaluationDataset getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
EvaluationDataset |
|
getGcsSource()
public GcsSource getGcsSource()Cloud storage source holds the dataset. Currently only one Cloud Storage file path is supported.
.google.cloud.aiplatform.v1beta1.GcsSource gcs_source = 1;
| Returns | |
|---|---|
| Type | Description |
GcsSource |
The gcsSource. |
getGcsSourceOrBuilder()
public GcsSourceOrBuilder getGcsSourceOrBuilder()Cloud storage source holds the dataset. Currently only one Cloud Storage file path is supported.
.google.cloud.aiplatform.v1beta1.GcsSource gcs_source = 1;
| Returns | |
|---|---|
| Type | Description |
GcsSourceOrBuilder |
|
getParserForType()
public Parser<EvaluationDataset> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<EvaluationDataset> |
|
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
getSourceCase()
public EvaluationDataset.SourceCase getSourceCase()| Returns | |
|---|---|
| Type | Description |
EvaluationDataset.SourceCase |
|
hasBigquerySource()
public boolean hasBigquerySource()BigQuery source holds the dataset.
.google.cloud.aiplatform.v1beta1.BigQuerySource bigquery_source = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the bigquerySource field is set. |
hasGcsSource()
public boolean hasGcsSource()Cloud storage source holds the dataset. Currently only one Cloud Storage file path is supported.
.google.cloud.aiplatform.v1beta1.GcsSource gcs_source = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the gcsSource field is set. |
hashCode()
public int hashCode()| Returns | |
|---|---|
| Type | Description |
int |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
newBuilderForType()
public EvaluationDataset.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
EvaluationDataset.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected EvaluationDataset.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
EvaluationDataset.Builder |
|
toBuilder()
public EvaluationDataset.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
EvaluationDataset.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|