Class: Google::Cloud::AIPlatform::V1::BatchCreateTensorboardRunsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::BatchCreateTensorboardRunsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/tensorboard_service.rb
Overview
Request message for TensorboardService.BatchCreateTensorboardRuns.
Instance Attribute Summary collapse
-
#parent ⇒ ::String
Required.
-
#requests ⇒ ::Array<::Google::Cloud::AIPlatform::V1::CreateTensorboardRunRequest>
Required.
Instance Attribute Details
#parent ⇒ ::String
Returns 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.
339 340 341 342 |
# File 'proto_docs/google/cloud/aiplatform/v1/tensorboard_service.rb', line 339 class BatchCreateTensorboardRunsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#requests ⇒ ::Array<::Google::Cloud::AIPlatform::V1::CreateTensorboardRunRequest>
Returns Required. The request message specifying the TensorboardRuns to create. A maximum of 1000 TensorboardRuns can be created in a batch.
339 340 341 342 |
# File 'proto_docs/google/cloud/aiplatform/v1/tensorboard_service.rb', line 339 class BatchCreateTensorboardRunsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |