public interface AutoMlParamsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getModel()
Resource name of the AutoML model.
|
com.google.protobuf.ByteString |
getModelBytes()
Resource name of the AutoML model.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getModel()
Resource name of the AutoML model.
Format: `projects/{project-id}/locations/{location-id}/models/{model-id}`.
string model = 1;com.google.protobuf.ByteString getModelBytes()
Resource name of the AutoML model.
Format: `projects/{project-id}/locations/{location-id}/models/{model-id}`.
string model = 1;Copyright © 2024 Google LLC. All rights reserved.