public interface ExportDataConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getAnnotationsFilter()
An expression for filtering what part of the Dataset is to be exported.
|
com.google.protobuf.ByteString |
getAnnotationsFilterBytes()
An expression for filtering what part of the Dataset is to be exported.
|
ExportDataConfig.DestinationCase |
getDestinationCase() |
ExportFractionSplit |
getFractionSplit()
Split based on fractions defining the size of each set.
|
ExportFractionSplitOrBuilder |
getFractionSplitOrBuilder()
Split based on fractions defining the size of each set.
|
GcsDestination |
getGcsDestination()
The Google Cloud Storage location where the output is to be written to.
|
GcsDestinationOrBuilder |
getGcsDestinationOrBuilder()
The Google Cloud Storage location where the output is to be written to.
|
ExportDataConfig.SplitCase |
getSplitCase() |
boolean |
hasFractionSplit()
Split based on fractions defining the size of each set.
|
boolean |
hasGcsDestination()
The Google Cloud Storage location where the output is to be written to.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasGcsDestination()
The Google Cloud Storage location where the output is to be written to. In the given directory a new directory will be created with name: `export-data-<dataset-display-name>-<timestamp-of-export-call>` where timestamp is in YYYY-MM-DDThh:mm:ss.sssZ ISO-8601 format. All export output will be written into that directory. Inside that directory, annotations with the same schema will be grouped into sub directories which are named with the corresponding annotations' schema title. Inside these sub directories, a schema.yaml will be created to describe the output format.
.google.cloud.aiplatform.v1beta1.GcsDestination gcs_destination = 1;GcsDestination getGcsDestination()
The Google Cloud Storage location where the output is to be written to. In the given directory a new directory will be created with name: `export-data-<dataset-display-name>-<timestamp-of-export-call>` where timestamp is in YYYY-MM-DDThh:mm:ss.sssZ ISO-8601 format. All export output will be written into that directory. Inside that directory, annotations with the same schema will be grouped into sub directories which are named with the corresponding annotations' schema title. Inside these sub directories, a schema.yaml will be created to describe the output format.
.google.cloud.aiplatform.v1beta1.GcsDestination gcs_destination = 1;GcsDestinationOrBuilder getGcsDestinationOrBuilder()
The Google Cloud Storage location where the output is to be written to. In the given directory a new directory will be created with name: `export-data-<dataset-display-name>-<timestamp-of-export-call>` where timestamp is in YYYY-MM-DDThh:mm:ss.sssZ ISO-8601 format. All export output will be written into that directory. Inside that directory, annotations with the same schema will be grouped into sub directories which are named with the corresponding annotations' schema title. Inside these sub directories, a schema.yaml will be created to describe the output format.
.google.cloud.aiplatform.v1beta1.GcsDestination gcs_destination = 1;boolean hasFractionSplit()
Split based on fractions defining the size of each set.
.google.cloud.aiplatform.v1beta1.ExportFractionSplit fraction_split = 5;ExportFractionSplit getFractionSplit()
Split based on fractions defining the size of each set.
.google.cloud.aiplatform.v1beta1.ExportFractionSplit fraction_split = 5;ExportFractionSplitOrBuilder getFractionSplitOrBuilder()
Split based on fractions defining the size of each set.
.google.cloud.aiplatform.v1beta1.ExportFractionSplit fraction_split = 5;String getAnnotationsFilter()
An expression for filtering what part of the Dataset is to be exported. Only Annotations that match this filter will be exported. The filter syntax is the same as in [ListAnnotations][google.cloud.aiplatform.v1beta1.DatasetService.ListAnnotations].
string annotations_filter = 2;com.google.protobuf.ByteString getAnnotationsFilterBytes()
An expression for filtering what part of the Dataset is to be exported. Only Annotations that match this filter will be exported. The filter syntax is the same as in [ListAnnotations][google.cloud.aiplatform.v1beta1.DatasetService.ListAnnotations].
string annotations_filter = 2;ExportDataConfig.DestinationCase getDestinationCase()
ExportDataConfig.SplitCase getSplitCase()
Copyright © 2024 Google LLC. All rights reserved.