public static interface VertexAi.DatasetOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getDisplayName()
public abstract String getDisplayName()
The user defined display name of dataset, e.g. plants-dataset
string display_name = 2;
Returns | |
---|---|
Type | Description |
String |
The displayName. |
getDisplayNameBytes()
public abstract ByteString getDisplayNameBytes()
The user defined display name of dataset, e.g. plants-dataset
string display_name = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for displayName. |
getName()
public abstract String getName()
Resource name of the dataset, e.g. projects/{project}/locations/{location}/datasets/2094040236064505856
string name = 1;
Returns | |
---|---|
Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()
Resource name of the dataset, e.g. projects/{project}/locations/{location}/datasets/2094040236064505856
string name = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for name. |
getSource()
public abstract String getSource()
Data source, such as a BigQuery source URI, e.g. bq://scc-nexus-test.AIPPtest.gsod
string source = 3;
Returns | |
---|---|
Type | Description |
String |
The source. |
getSourceBytes()
public abstract ByteString getSourceBytes()
Data source, such as a BigQuery source URI, e.g. bq://scc-nexus-test.AIPPtest.gsod
string source = 3;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for source. |