GoogleCloudAiplatformV1CreateTensorboardRunRequest class
Request message for TensorboardService.CreateTensorboardRun.
Constructors
- GoogleCloudAiplatformV1CreateTensorboardRunRequest({String? parent, GoogleCloudAiplatformV1TensorboardRun? tensorboardRun, String? tensorboardRunId})
- GoogleCloudAiplatformV1CreateTensorboardRunRequest.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- parent ↔ String?
-
The resource name of the TensorboardExperiment to create the
TensorboardRun in.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- tensorboardRun ↔ GoogleCloudAiplatformV1TensorboardRun?
-
The TensorboardRun to create.
getter/setter pair
- tensorboardRunId ↔ String?
-
The ID to use for the Tensorboard run, which becomes the final component
of the Tensorboard run's resource name.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited