| Package | Description |
|---|---|
| com.google.cloud.aiplatform.v1 |
| Modifier and Type | Method and Description |
|---|---|
CsvSource |
CsvSource.Builder.build() |
CsvSource |
CsvSource.Builder.buildPartial() |
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 |
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 |
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.getCsvSource()
Source of Csv
|
CsvSource |
EntityIdSelector.Builder.getCsvSource()
Source of Csv
|
CsvSource |
EntityIdSelectorOrBuilder.getCsvSource()
Source of Csv
|
CsvSource |
ImportFeatureValuesRequestOrBuilder.getCsvSource()
.google.cloud.aiplatform.v1.CsvSource csv_source = 4; |
CsvSource |
ImportFeatureValuesRequest.getCsvSource()
.google.cloud.aiplatform.v1.CsvSource csv_source = 4; |
CsvSource |
ImportFeatureValuesRequest.Builder.getCsvSource()
.google.cloud.aiplatform.v1.CsvSource csv_source = 4; |
static CsvSource |
CsvSource.getDefaultInstance() |
CsvSource |
CsvSource.getDefaultInstanceForType() |
CsvSource |
CsvSource.Builder.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(ByteBuffer data) |
static CsvSource |
CsvSource.parseFrom(ByteBuffer 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) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<CsvSource> |
CsvSource.getParserForType() |
static com.google.protobuf.Parser<CsvSource> |
CsvSource.parser() |
| Modifier and Type | Method and 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 Csv
|
ImportFeatureValuesRequest.Builder |
ImportFeatureValuesRequest.Builder.mergeCsvSource(CsvSource value)
.google.cloud.aiplatform.v1.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 Csv
|
ImportFeatureValuesRequest.Builder |
ImportFeatureValuesRequest.Builder.setCsvSource(CsvSource value)
.google.cloud.aiplatform.v1.CsvSource csv_source = 4; |
Copyright © 2024 Google LLC. All rights reserved.