BatchCreateTensorboardRunsRequest class final
Request message for
TensorboardService.BatchCreateTensorboardRuns.
- Inheritance
-
- Object
- ProtoMessage
- BatchCreateTensorboardRunsRequest
Constructors
-
BatchCreateTensorboardRunsRequest({required String parent, required List<
CreateTensorboardRunRequest> requests}) -
BatchCreateTensorboardRunsRequest.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- parent → String
-
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.final - qualifiedName → String
-
The fully qualified name of this message, i.e.,
google.protobuf.Durationorgoogle.rpc.ErrorInfo.finalinherited -
requests
→ List<
CreateTensorboardRunRequest> -
Required. The request message specifying the TensorboardRuns to create.
A maximum of 1000 TensorboardRuns can be created in a batch.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Object -
override
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- fullyQualifiedName → const String