public interface OutputInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getGcsOutputDirectory()
Output only.
|
com.google.protobuf.ByteString |
getGcsOutputDirectoryBytes()
Output only.
|
OutputInfo.OutputLocationCase |
getOutputLocationCase() |
boolean |
hasGcsOutputDirectory()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasGcsOutputDirectory()
Output only. The full path of the Cloud Storage directory created, into which the evaluation results and aggregation results are written.
string gcs_output_directory = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];String getGcsOutputDirectory()
Output only. The full path of the Cloud Storage directory created, into which the evaluation results and aggregation results are written.
string gcs_output_directory = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.ByteString getGcsOutputDirectoryBytes()
Output only. The full path of the Cloud Storage directory created, into which the evaluation results and aggregation results are written.
string gcs_output_directory = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];OutputInfo.OutputLocationCase getOutputLocationCase()
Copyright © 2025 Google LLC. All rights reserved.