public interface OutputConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
OutputConfig.DestinationCase |
getDestinationCase() |
GcsDestination |
getGcsDestination()
Output to a GCS file.
|
GcsDestinationOrBuilder |
getGcsDestinationOrBuilder()
Output to a GCS file.
|
GcsFolderDestination |
getGcsFolderDestination()
Output to a GCS folder.
|
GcsFolderDestinationOrBuilder |
getGcsFolderDestinationOrBuilder()
Output to a GCS folder.
|
boolean |
hasGcsDestination()
Output to a GCS file.
|
boolean |
hasGcsFolderDestination()
Output to a GCS folder.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasGcsDestination()
Output to a GCS file. Should be used for labeling output other than Audio transcription.
.google.cloud.datalabeling.v1beta1.GcsDestination gcs_destination = 1;GcsDestination getGcsDestination()
Output to a GCS file. Should be used for labeling output other than Audio transcription.
.google.cloud.datalabeling.v1beta1.GcsDestination gcs_destination = 1;GcsDestinationOrBuilder getGcsDestinationOrBuilder()
Output to a GCS file. Should be used for labeling output other than Audio transcription.
.google.cloud.datalabeling.v1beta1.GcsDestination gcs_destination = 1;boolean hasGcsFolderDestination()
Output to a GCS folder. Should be used for Audio transcription labeling output.
.google.cloud.datalabeling.v1beta1.GcsFolderDestination gcs_folder_destination = 2;
GcsFolderDestination getGcsFolderDestination()
Output to a GCS folder. Should be used for Audio transcription labeling output.
.google.cloud.datalabeling.v1beta1.GcsFolderDestination gcs_folder_destination = 2;
GcsFolderDestinationOrBuilder getGcsFolderDestinationOrBuilder()
Output to a GCS folder. Should be used for Audio transcription labeling output.
.google.cloud.datalabeling.v1beta1.GcsFolderDestination gcs_folder_destination = 2;
OutputConfig.DestinationCase getDestinationCase()
Copyright © 2019 Google LLC. All rights reserved.