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