| Package | Description |
|---|---|
| com.google.cloud.aiplatform.v1 |
| Modifier and Type | Method and Description |
|---|---|
ExportDataConfig.Builder |
ExportDataConfig.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ExportDataConfig.Builder |
ExportDataConfig.Builder.clear() |
ExportDataConfig.Builder |
ExportDataConfig.Builder.clearAnnotationSchemaUri()
The Cloud Storage URI that points to a YAML file describing the annotation
schema.
|
ExportDataConfig.Builder |
ExportDataConfig.Builder.clearAnnotationsFilter()
An expression for filtering what part of the Dataset is to be exported.
|
ExportDataConfig.Builder |
ExportDataConfig.Builder.clearDestination() |
ExportDataConfig.Builder |
ExportDataConfig.Builder.clearExportUse()
Indicates the usage of the exported files.
|
ExportDataConfig.Builder |
ExportDataConfig.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
ExportDataConfig.Builder |
ExportDataConfig.Builder.clearFilterSplit()
Split based on the provided filters for each set.
|
ExportDataConfig.Builder |
ExportDataConfig.Builder.clearFractionSplit()
Split based on fractions defining the size of each set.
|
ExportDataConfig.Builder |
ExportDataConfig.Builder.clearGcsDestination()
The Google Cloud Storage location where the output is to be written to.
|
ExportDataConfig.Builder |
ExportDataConfig.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
ExportDataConfig.Builder |
ExportDataConfig.Builder.clearSavedQueryId()
The ID of a SavedQuery (annotation set) under the Dataset specified by
[ExportDataRequest.name][google.cloud.aiplatform.v1.ExportDataRequest.name]
used for filtering Annotations for training.
|
ExportDataConfig.Builder |
ExportDataConfig.Builder.clearSplit() |
ExportDataConfig.Builder |
ExportDataConfig.Builder.clone() |
ExportDataConfig.Builder |
ExportDataRequest.Builder.getExportConfigBuilder()
Required.
|
ExportDataConfig.Builder |
ExportDataConfig.Builder.mergeFilterSplit(ExportFilterSplit value)
Split based on the provided filters for each set.
|
ExportDataConfig.Builder |
ExportDataConfig.Builder.mergeFractionSplit(ExportFractionSplit value)
Split based on fractions defining the size of each set.
|
ExportDataConfig.Builder |
ExportDataConfig.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ExportDataConfig.Builder |
ExportDataConfig.Builder.mergeFrom(ExportDataConfig other) |
ExportDataConfig.Builder |
ExportDataConfig.Builder.mergeFrom(com.google.protobuf.Message other) |
ExportDataConfig.Builder |
ExportDataConfig.Builder.mergeGcsDestination(GcsDestination value)
The Google Cloud Storage location where the output is to be written to.
|
ExportDataConfig.Builder |
ExportDataConfig.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static ExportDataConfig.Builder |
ExportDataConfig.newBuilder() |
static ExportDataConfig.Builder |
ExportDataConfig.newBuilder(ExportDataConfig prototype) |
ExportDataConfig.Builder |
ExportDataConfig.newBuilderForType() |
protected ExportDataConfig.Builder |
ExportDataConfig.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
ExportDataConfig.Builder |
ExportDataConfig.Builder.setAnnotationSchemaUri(String value)
The Cloud Storage URI that points to a YAML file describing the annotation
schema.
|
ExportDataConfig.Builder |
ExportDataConfig.Builder.setAnnotationSchemaUriBytes(com.google.protobuf.ByteString value)
The Cloud Storage URI that points to a YAML file describing the annotation
schema.
|
ExportDataConfig.Builder |
ExportDataConfig.Builder.setAnnotationsFilter(String value)
An expression for filtering what part of the Dataset is to be exported.
|
ExportDataConfig.Builder |
ExportDataConfig.Builder.setAnnotationsFilterBytes(com.google.protobuf.ByteString value)
An expression for filtering what part of the Dataset is to be exported.
|
ExportDataConfig.Builder |
ExportDataConfig.Builder.setExportUse(ExportDataConfig.ExportUse value)
Indicates the usage of the exported files.
|
ExportDataConfig.Builder |
ExportDataConfig.Builder.setExportUseValue(int value)
Indicates the usage of the exported files.
|
ExportDataConfig.Builder |
ExportDataConfig.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ExportDataConfig.Builder |
ExportDataConfig.Builder.setFilterSplit(ExportFilterSplit.Builder builderForValue)
Split based on the provided filters for each set.
|
ExportDataConfig.Builder |
ExportDataConfig.Builder.setFilterSplit(ExportFilterSplit value)
Split based on the provided filters for each set.
|
ExportDataConfig.Builder |
ExportDataConfig.Builder.setFractionSplit(ExportFractionSplit.Builder builderForValue)
Split based on fractions defining the size of each set.
|
ExportDataConfig.Builder |
ExportDataConfig.Builder.setFractionSplit(ExportFractionSplit value)
Split based on fractions defining the size of each set.
|
ExportDataConfig.Builder |
ExportDataConfig.Builder.setGcsDestination(GcsDestination.Builder builderForValue)
The Google Cloud Storage location where the output is to be written to.
|
ExportDataConfig.Builder |
ExportDataConfig.Builder.setGcsDestination(GcsDestination value)
The Google Cloud Storage location where the output is to be written to.
|
ExportDataConfig.Builder |
ExportDataConfig.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
ExportDataConfig.Builder |
ExportDataConfig.Builder.setSavedQueryId(String value)
The ID of a SavedQuery (annotation set) under the Dataset specified by
[ExportDataRequest.name][google.cloud.aiplatform.v1.ExportDataRequest.name]
used for filtering Annotations for training.
|
ExportDataConfig.Builder |
ExportDataConfig.Builder.setSavedQueryIdBytes(com.google.protobuf.ByteString value)
The ID of a SavedQuery (annotation set) under the Dataset specified by
[ExportDataRequest.name][google.cloud.aiplatform.v1.ExportDataRequest.name]
used for filtering Annotations for training.
|
ExportDataConfig.Builder |
ExportDataConfig.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
ExportDataConfig.Builder |
ExportDataConfig.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
ExportDataRequest.Builder |
ExportDataRequest.Builder.setExportConfig(ExportDataConfig.Builder builderForValue)
Required.
|
Copyright © 2025 Google LLC. All rights reserved.