public interface CreateModelRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getDryRun()
Optional.
|
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. The parent resource under which to create the model. Format:
`projects/{project_number}/locations/{location_id}/catalogs/{catalog_id}`
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getParentBytes()
Required. The parent resource under which to create the model. Format:
`projects/{project_number}/locations/{location_id}/catalogs/{catalog_id}`
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
boolean hasModel()
Required. The payload of the [Model][google.cloud.retail.v2alpha.Model] to create.
.google.cloud.retail.v2alpha.Model model = 2 [(.google.api.field_behavior) = REQUIRED];
Model getModel()
Required. The payload of the [Model][google.cloud.retail.v2alpha.Model] to create.
.google.cloud.retail.v2alpha.Model model = 2 [(.google.api.field_behavior) = REQUIRED];
ModelOrBuilder getModelOrBuilder()
Required. The payload of the [Model][google.cloud.retail.v2alpha.Model] to create.
.google.cloud.retail.v2alpha.Model model = 2 [(.google.api.field_behavior) = REQUIRED];
boolean getDryRun()
Optional. Whether to run a dry run to validate the request (without actually creating the model).
bool dry_run = 3 [(.google.api.field_behavior) = OPTIONAL];Copyright © 2024 Google LLC. All rights reserved.