CreateTensorboardTimeSeriesRequest class final
Request message for
TensorboardService.CreateTensorboardTimeSeries.
- Inheritance
-
- Object
- ProtoMessage
- CreateTensorboardTimeSeriesRequest
Constructors
- CreateTensorboardTimeSeriesRequest({required String parent, String tensorboardTimeSeriesId = '', required TensorboardTimeSeries? tensorboardTimeSeries})
-
CreateTensorboardTimeSeriesRequest.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 TensorboardRun to create the
TensorboardTimeSeries in.
Format:
projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}final - qualifiedName → String
-
The fully qualified name of this message, i.e.,
google.protobuf.Durationorgoogle.rpc.ErrorInfo.finalinherited - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- tensorboardTimeSeries → TensorboardTimeSeries?
-
Required. The TensorboardTimeSeries to create.
final
- tensorboardTimeSeriesId → String
-
Optional. The user specified unique ID to use for the
TensorboardTimeSeries, which becomes the final component of the
TensorboardTimeSeries's resource name. This value should match
"
a-z0-9-{0, 127}"final
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