Interface CreateTensorboardExperimentRequestOrBuilder (3.42.0)

public interface CreateTensorboardExperimentRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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) = { ... }

Returns
TypeDescription
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) = { ... }

Returns
TypeDescription
ByteString

The bytes for parent.

getTensorboardExperiment()

public abstract TensorboardExperiment getTensorboardExperiment()

The TensorboardExperiment to create.

.google.cloud.aiplatform.v1.TensorboardExperiment tensorboard_experiment = 2;

Returns
TypeDescription
TensorboardExperiment

The tensorboardExperiment.

getTensorboardExperimentId()

public abstract 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-/.

string tensorboard_experiment_id = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The tensorboardExperimentId.

getTensorboardExperimentIdBytes()

public abstract 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-/.

string tensorboard_experiment_id = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for tensorboardExperimentId.

getTensorboardExperimentOrBuilder()

public abstract TensorboardExperimentOrBuilder getTensorboardExperimentOrBuilder()

The TensorboardExperiment to create.

.google.cloud.aiplatform.v1.TensorboardExperiment tensorboard_experiment = 2;

Returns
TypeDescription
TensorboardExperimentOrBuilder

hasTensorboardExperiment()

public abstract boolean hasTensorboardExperiment()

The TensorboardExperiment to create.

.google.cloud.aiplatform.v1.TensorboardExperiment tensorboard_experiment = 2;

Returns
TypeDescription
boolean

Whether the tensorboardExperiment field is set.