tensorboard property

  1. @TagNumber(15)
String tensorboard

The name of a Vertex AI Tensorboard resource to which this execution will upload Tensorboard logs. Format: projects/{project}/locations/{location}/tensorboards/{tensorboard}

Implementation

@$pb.TagNumber(15)
$core.String get tensorboard => $_getSZ(14);
  1. @TagNumber(15)
void tensorboard=(String v)

Implementation

@$pb.TagNumber(15)
set tensorboard($core.String v) { $_setString(14, v); }