public interface BatchPredictOutputConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
BatchPredictOutputConfig.DestinationCase |
getDestinationCase() |
GcsDestination |
getGcsDestination()
Required.
|
GcsDestinationOrBuilder |
getGcsDestinationOrBuilder()
Required.
|
boolean |
hasGcsDestination()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasGcsDestination()
Required. The Google Cloud Storage location of the directory where the output is to be written to.
.google.cloud.automl.v1.GcsDestination gcs_destination = 1 [(.google.api.field_behavior) = REQUIRED];
GcsDestination getGcsDestination()
Required. The Google Cloud Storage location of the directory where the output is to be written to.
.google.cloud.automl.v1.GcsDestination gcs_destination = 1 [(.google.api.field_behavior) = REQUIRED];
GcsDestinationOrBuilder getGcsDestinationOrBuilder()
Required. The Google Cloud Storage location of the directory where the output is to be written to.
.google.cloud.automl.v1.GcsDestination gcs_destination = 1 [(.google.api.field_behavior) = REQUIRED];
BatchPredictOutputConfig.DestinationCase getDestinationCase()
Copyright © 2025 Google LLC. All rights reserved.