public interface CreateTensorboardExperimentRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getParent()
public abstract String 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) = { ... }
| Type | Description |
| String | The parent. |
getParentBytes()
public abstract 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) = { ... }
| Type | Description |
| ByteString | The bytes for parent. |
getTensorboardExperiment()
public abstract TensorboardExperiment getTensorboardExperiment()The TensorboardExperiment to create.
.google.cloud.aiplatform.v1.TensorboardExperiment tensorboard_experiment = 2;
| Type | Description |
| TensorboardExperiment | The tensorboardExperiment. |
getTensorboardExperimentId()
public abstract String getTensorboardExperimentId()Required. The ID to use for the Tensorboard experiment, which will become the final component of the Tensorboard experiment's resource name. This value should be 1-128 characters, and valid characters are /a-z-/.
string tensorboard_experiment_id = 3 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| String | The tensorboardExperimentId. |
getTensorboardExperimentIdBytes()
public abstract ByteString getTensorboardExperimentIdBytes()Required. The ID to use for the Tensorboard experiment, which will become the final component of the Tensorboard experiment's resource name. This value should be 1-128 characters, and valid characters are /a-z-/.
string tensorboard_experiment_id = 3 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| ByteString | The bytes for tensorboardExperimentId. |
getTensorboardExperimentOrBuilder()
public abstract TensorboardExperimentOrBuilder getTensorboardExperimentOrBuilder()The TensorboardExperiment to create.
.google.cloud.aiplatform.v1.TensorboardExperiment tensorboard_experiment = 2;
| Type | Description |
| TensorboardExperimentOrBuilder |
hasTensorboardExperiment()
public abstract boolean hasTensorboardExperiment()The TensorboardExperiment to create.
.google.cloud.aiplatform.v1.TensorboardExperiment tensorboard_experiment = 2;
| Type | Description |
| boolean | Whether the tensorboardExperiment field is set. |