Uses of Class
com.google.cloud.aiplatform.v1beta1.CsvSource
-
Packages that use CsvSource Package Description com.google.cloud.aiplatform.v1beta1 A client to Vertex AI API -
-
Uses of CsvSource in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return CsvSource Modifier and Type Method Description CsvSource
CsvSource.Builder. build()
CsvSource
CsvSource.Builder. buildPartial()
CsvSource
BatchReadFeatureValuesRequest.Builder. getCsvReadInstances()
Each read instance consists of exactly one read timestamp and one or more entity IDs identifying entities of the corresponding EntityTypes whose Features are requested.CsvSource
BatchReadFeatureValuesRequest. getCsvReadInstances()
Each read instance consists of exactly one read timestamp and one or more entity IDs identifying entities of the corresponding EntityTypes whose Features are requested.CsvSource
BatchReadFeatureValuesRequestOrBuilder. getCsvReadInstances()
Each read instance consists of exactly one read timestamp and one or more entity IDs identifying entities of the corresponding EntityTypes whose Features are requested.CsvSource
EntityIdSelector.Builder. getCsvSource()
Source of CsvCsvSource
EntityIdSelector. getCsvSource()
Source of CsvCsvSource
EntityIdSelectorOrBuilder. getCsvSource()
Source of CsvCsvSource
ImportFeatureValuesRequest.Builder. getCsvSource()
.google.cloud.aiplatform.v1beta1.CsvSource csv_source = 4;
CsvSource
ImportFeatureValuesRequest. getCsvSource()
.google.cloud.aiplatform.v1beta1.CsvSource csv_source = 4;
CsvSource
ImportFeatureValuesRequestOrBuilder. getCsvSource()
.google.cloud.aiplatform.v1beta1.CsvSource csv_source = 4;
static CsvSource
CsvSource. getDefaultInstance()
CsvSource
CsvSource.Builder. getDefaultInstanceForType()
CsvSource
CsvSource. getDefaultInstanceForType()
static CsvSource
CsvSource. parseDelimitedFrom(InputStream input)
static CsvSource
CsvSource. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CsvSource
CsvSource. parseFrom(byte[] data)
static CsvSource
CsvSource. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CsvSource
CsvSource. parseFrom(com.google.protobuf.ByteString data)
static CsvSource
CsvSource. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CsvSource
CsvSource. parseFrom(com.google.protobuf.CodedInputStream input)
static CsvSource
CsvSource. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CsvSource
CsvSource. parseFrom(InputStream input)
static CsvSource
CsvSource. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CsvSource
CsvSource. parseFrom(ByteBuffer data)
static CsvSource
CsvSource. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.aiplatform.v1beta1 that return types with arguments of type CsvSource Modifier and Type Method Description com.google.protobuf.Parser<CsvSource>
CsvSource. getParserForType()
static com.google.protobuf.Parser<CsvSource>
CsvSource. parser()
Methods in com.google.cloud.aiplatform.v1beta1 with parameters of type CsvSource Modifier and Type Method Description BatchReadFeatureValuesRequest.Builder
BatchReadFeatureValuesRequest.Builder. mergeCsvReadInstances(CsvSource value)
Each read instance consists of exactly one read timestamp and one or more entity IDs identifying entities of the corresponding EntityTypes whose Features are requested.EntityIdSelector.Builder
EntityIdSelector.Builder. mergeCsvSource(CsvSource value)
Source of CsvImportFeatureValuesRequest.Builder
ImportFeatureValuesRequest.Builder. mergeCsvSource(CsvSource value)
.google.cloud.aiplatform.v1beta1.CsvSource csv_source = 4;
CsvSource.Builder
CsvSource.Builder. mergeFrom(CsvSource other)
static CsvSource.Builder
CsvSource. newBuilder(CsvSource prototype)
BatchReadFeatureValuesRequest.Builder
BatchReadFeatureValuesRequest.Builder. setCsvReadInstances(CsvSource value)
Each read instance consists of exactly one read timestamp and one or more entity IDs identifying entities of the corresponding EntityTypes whose Features are requested.EntityIdSelector.Builder
EntityIdSelector.Builder. setCsvSource(CsvSource value)
Source of CsvImportFeatureValuesRequest.Builder
ImportFeatureValuesRequest.Builder. setCsvSource(CsvSource value)
.google.cloud.aiplatform.v1beta1.CsvSource csv_source = 4;
-