GoogleCloudAiplatformV1Tensorboard constructor

GoogleCloudAiplatformV1Tensorboard({
  1. String? blobStoragePathPrefix,
  2. String? createTime,
  3. String? description,
  4. String? displayName,
  5. GoogleCloudAiplatformV1EncryptionSpec? encryptionSpec,
  6. String? etag,
  7. bool? isDefault,
  8. Map<String, String>? labels,
  9. String? name,
  10. int? runCount,
  11. String? updateTime,
})

Implementation

GoogleCloudAiplatformV1Tensorboard({
  this.blobStoragePathPrefix,
  this.createTime,
  this.description,
  this.displayName,
  this.encryptionSpec,
  this.etag,
  this.isDefault,
  this.labels,
  this.name,
  this.runCount,
  this.updateTime,
});