Interface BatchCreateTensorboardRunsRequestOrBuilder (3.42.0)

public interface BatchCreateTensorboardRunsRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getParent()

public abstract String getParent()

Required. The resource name of the TensorboardExperiment to create the TensorboardRuns in. Format: projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment} The parent field in the CreateTensorboardRunRequest messages must match this field.

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 TensorboardExperiment to create the TensorboardRuns in. Format: projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment} The parent field in the CreateTensorboardRunRequest messages must match this field.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for parent.

getRequests(int index)

public abstract CreateTensorboardRunRequest getRequests(int index)

Required. The request message specifying the TensorboardRuns to create. A maximum of 1000 TensorboardRuns can be created in a batch.

repeated .google.cloud.aiplatform.v1beta1.CreateTensorboardRunRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
indexint
Returns
TypeDescription
CreateTensorboardRunRequest

getRequestsCount()

public abstract int getRequestsCount()

Required. The request message specifying the TensorboardRuns to create. A maximum of 1000 TensorboardRuns can be created in a batch.

repeated .google.cloud.aiplatform.v1beta1.CreateTensorboardRunRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
int

getRequestsList()

public abstract List<CreateTensorboardRunRequest> getRequestsList()

Required. The request message specifying the TensorboardRuns to create. A maximum of 1000 TensorboardRuns can be created in a batch.

repeated .google.cloud.aiplatform.v1beta1.CreateTensorboardRunRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
List<CreateTensorboardRunRequest>

getRequestsOrBuilder(int index)

public abstract CreateTensorboardRunRequestOrBuilder getRequestsOrBuilder(int index)

Required. The request message specifying the TensorboardRuns to create. A maximum of 1000 TensorboardRuns can be created in a batch.

repeated .google.cloud.aiplatform.v1beta1.CreateTensorboardRunRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
indexint
Returns
TypeDescription
CreateTensorboardRunRequestOrBuilder

getRequestsOrBuilderList()

public abstract List<? extends CreateTensorboardRunRequestOrBuilder> getRequestsOrBuilderList()

Required. The request message specifying the TensorboardRuns to create. A maximum of 1000 TensorboardRuns can be created in a batch.

repeated .google.cloud.aiplatform.v1beta1.CreateTensorboardRunRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
List<? extends com.google.cloud.aiplatform.v1beta1.CreateTensorboardRunRequestOrBuilder>