public interface BatchPredictInputConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
GcsSource |
getGcsSource()
Required.
|
GcsSourceOrBuilder |
getGcsSourceOrBuilder()
Required.
|
BatchPredictInputConfig.SourceCase |
getSourceCase() |
boolean |
hasGcsSource()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasGcsSource()
Required. The Google Cloud Storage location for the input content.
.google.cloud.automl.v1.GcsSource gcs_source = 1 [(.google.api.field_behavior) = REQUIRED];
GcsSource getGcsSource()
Required. The Google Cloud Storage location for the input content.
.google.cloud.automl.v1.GcsSource gcs_source = 1 [(.google.api.field_behavior) = REQUIRED];
GcsSourceOrBuilder getGcsSourceOrBuilder()
Required. The Google Cloud Storage location for the input content.
.google.cloud.automl.v1.GcsSource gcs_source = 1 [(.google.api.field_behavior) = REQUIRED];
BatchPredictInputConfig.SourceCase getSourceCase()
Copyright © 2025 Google LLC. All rights reserved.