public interface CreateModelRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Model |
getModel()
Required.
|
ModelOrBuilder |
getModelOrBuilder()
Required.
|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
boolean |
hasModel()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
Required. Resource name of the parent project where the model is being created.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getParentBytes()
Required. Resource name of the parent project where the model is being created.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
boolean hasModel()
Required. The model to create.
.google.cloud.automl.v1.Model model = 4 [(.google.api.field_behavior) = REQUIRED];Model getModel()
Required. The model to create.
.google.cloud.automl.v1.Model model = 4 [(.google.api.field_behavior) = REQUIRED];ModelOrBuilder getModelOrBuilder()
Required. The model to create.
.google.cloud.automl.v1.Model model = 4 [(.google.api.field_behavior) = REQUIRED];Copyright © 2025 Google LLC. All rights reserved.