public interface StreamingAutomlClassificationConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getModelName()
Resource name of AutoML model.
|
com.google.protobuf.ByteString |
getModelNameBytes()
Resource name of AutoML model.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getModelName()
Resource name of AutoML model.
Format: `projects/{project_id}/locations/{location_id}/models/{model_id}`
string model_name = 1;com.google.protobuf.ByteString getModelNameBytes()
Resource name of AutoML model.
Format: `projects/{project_id}/locations/{location_id}/models/{model_id}`
string model_name = 1;Copyright © 2019 Google LLC. All rights reserved.