public interface CreateTensorboardRunRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
TensorboardRun |
getTensorboardRun()
Required.
|
String |
getTensorboardRunId()
Required.
|
com.google.protobuf.ByteString |
getTensorboardRunIdBytes()
Required.
|
TensorboardRunOrBuilder |
getTensorboardRunOrBuilder()
Required.
|
boolean |
hasTensorboardRun()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
Required. The resource name of the TensorboardExperiment to create the
TensorboardRun in. Format:
`projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}`
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getParentBytes()
Required. The resource name of the TensorboardExperiment to create the
TensorboardRun in. Format:
`projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}`
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
boolean hasTensorboardRun()
Required. The TensorboardRun to create.
.google.cloud.aiplatform.v1.TensorboardRun tensorboard_run = 2 [(.google.api.field_behavior) = REQUIRED];
TensorboardRun getTensorboardRun()
Required. The TensorboardRun to create.
.google.cloud.aiplatform.v1.TensorboardRun tensorboard_run = 2 [(.google.api.field_behavior) = REQUIRED];
TensorboardRunOrBuilder getTensorboardRunOrBuilder()
Required. The TensorboardRun to create.
.google.cloud.aiplatform.v1.TensorboardRun tensorboard_run = 2 [(.google.api.field_behavior) = REQUIRED];
String getTensorboardRunId()
Required. The ID to use for the Tensorboard run, which becomes the final component of the Tensorboard run's resource name. This value should be 1-128 characters, and valid characters are `/[a-z][0-9]-/`.
string tensorboard_run_id = 3 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getTensorboardRunIdBytes()
Required. The ID to use for the Tensorboard run, which becomes the final component of the Tensorboard run's resource name. This value should be 1-128 characters, and valid characters are `/[a-z][0-9]-/`.
string tensorboard_run_id = 3 [(.google.api.field_behavior) = REQUIRED];Copyright © 2025 Google LLC. All rights reserved.