public interface CreateTensorboardRunRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getParent()
public abstract String 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) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The parent. |
getParentBytes()
public abstract 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) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |
getTensorboardRun()
public abstract TensorboardRun getTensorboardRun()Required. The TensorboardRun to create.
.google.cloud.aiplatform.v1.TensorboardRun tensorboard_run = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
TensorboardRun |
The tensorboardRun. |
getTensorboardRunId()
public abstract 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-/.
string tensorboard_run_id = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The tensorboardRunId. |
getTensorboardRunIdBytes()
public abstract 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-/.
string tensorboard_run_id = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for tensorboardRunId. |
getTensorboardRunOrBuilder()
public abstract TensorboardRunOrBuilder getTensorboardRunOrBuilder()Required. The TensorboardRun to create.
.google.cloud.aiplatform.v1.TensorboardRun tensorboard_run = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
TensorboardRunOrBuilder |
|
hasTensorboardRun()
public abstract boolean hasTensorboardRun()Required. The TensorboardRun to create.
.google.cloud.aiplatform.v1.TensorboardRun tensorboard_run = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the tensorboardRun field is set. |