Interface StreamingAutomlObjectTrackingConfigOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
StreamingAutomlObjectTrackingConfig
,StreamingAutomlObjectTrackingConfig.Builder
public interface StreamingAutomlObjectTrackingConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getModelName()
Resource name of AutoML model.com.google.protobuf.ByteString
getModelNameBytes()
Resource name of AutoML model.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getModelName
String getModelName()
Resource name of AutoML model. Format: `projects/{project_id}/locations/{location_id}/models/{model_id}`
string model_name = 1;
- Returns:
- The modelName.
-
getModelNameBytes
com.google.protobuf.ByteString getModelNameBytes()
Resource name of AutoML model. Format: `projects/{project_id}/locations/{location_id}/models/{model_id}`
string model_name = 1;
- Returns:
- The bytes for modelName.
-
-