Class: Google::Cloud::AIPlatform::V1::CreateTensorboardExperimentRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::CreateTensorboardExperimentRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/tensorboard_service.rb
Overview
Request message for TensorboardService.CreateTensorboardExperiment.
Instance Attribute Summary collapse
-
#parent ⇒ ::String
Required.
-
#tensorboard_experiment ⇒ ::Google::Cloud::AIPlatform::V1::TensorboardExperiment
The TensorboardExperiment to create.
-
#tensorboard_experiment_id ⇒ ::String
Required.
Instance Attribute Details
#parent ⇒ ::String
Returns Required. The resource name of the Tensorboard to create the
TensorboardExperiment in. Format:
projects/{project}/locations/{location}/tensorboards/{tensorboard}
.
225 226 227 228 |
# File 'proto_docs/google/cloud/aiplatform/v1/tensorboard_service.rb', line 225 class CreateTensorboardExperimentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#tensorboard_experiment ⇒ ::Google::Cloud::AIPlatform::V1::TensorboardExperiment
Returns The TensorboardExperiment to create.
225 226 227 228 |
# File 'proto_docs/google/cloud/aiplatform/v1/tensorboard_service.rb', line 225 class CreateTensorboardExperimentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#tensorboard_experiment_id ⇒ ::String
Returns 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][0-9]-/
.
225 226 227 228 |
# File 'proto_docs/google/cloud/aiplatform/v1/tensorboard_service.rb', line 225 class CreateTensorboardExperimentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |