public static interface MigratableResource.AutomlModelOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getModel()
Full resource name of automl Model.
|
com.google.protobuf.ByteString |
getModelBytes()
Full resource name of automl Model.
|
String |
getModelDisplayName()
The Model's display name in automl.googleapis.com.
|
com.google.protobuf.ByteString |
getModelDisplayNameBytes()
The Model's display name in automl.googleapis.com.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getModel()
Full resource name of automl Model.
Format:
`projects/{project}/locations/{location}/models/{model}`.
string model = 1 [(.google.api.resource_reference) = { ... }com.google.protobuf.ByteString getModelBytes()
Full resource name of automl Model.
Format:
`projects/{project}/locations/{location}/models/{model}`.
string model = 1 [(.google.api.resource_reference) = { ... }String getModelDisplayName()
The Model's display name in automl.googleapis.com.
string model_display_name = 3;com.google.protobuf.ByteString getModelDisplayNameBytes()
The Model's display name in automl.googleapis.com.
string model_display_name = 3;Copyright © 2025 Google LLC. All rights reserved.