Interface CreateTensorboardExperimentRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
CreateTensorboardExperimentRequest, CreateTensorboardExperimentRequest.Builder

@Generated public interface CreateTensorboardExperimentRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getParent

      String getParent()
       Required. The resource name of the Tensorboard to create the
       TensorboardExperiment in. Format:
       `projects/{project}/locations/{location}/tensorboards/{tensorboard}`
       
      string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
      Returns:
      The parent.
    • getParentBytes

      com.google.protobuf.ByteString getParentBytes()
       Required. The resource name of the Tensorboard to create the
       TensorboardExperiment in. Format:
       `projects/{project}/locations/{location}/tensorboards/{tensorboard}`
       
      string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
      Returns:
      The bytes for parent.
    • hasTensorboardExperiment

      boolean hasTensorboardExperiment()
       The TensorboardExperiment to create.
       
      .google.cloud.aiplatform.v1.TensorboardExperiment tensorboard_experiment = 2;
      Returns:
      Whether the tensorboardExperiment field is set.
    • getTensorboardExperiment

      TensorboardExperiment getTensorboardExperiment()
       The TensorboardExperiment to create.
       
      .google.cloud.aiplatform.v1.TensorboardExperiment tensorboard_experiment = 2;
      Returns:
      The tensorboardExperiment.
    • getTensorboardExperimentOrBuilder

      TensorboardExperimentOrBuilder getTensorboardExperimentOrBuilder()
       The TensorboardExperiment to create.
       
      .google.cloud.aiplatform.v1.TensorboardExperiment tensorboard_experiment = 2;
    • getTensorboardExperimentId

      String getTensorboardExperimentId()
       Required. The ID to use for the Tensorboard experiment, which becomes the
       final component of the Tensorboard experiment's resource name.
      
       This value should be 1-128 characters, and valid characters
       are `/[a-z][0-9]-/`.
       
      string tensorboard_experiment_id = 3 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The tensorboardExperimentId.
    • getTensorboardExperimentIdBytes

      com.google.protobuf.ByteString getTensorboardExperimentIdBytes()
       Required. The ID to use for the Tensorboard experiment, which becomes the
       final component of the Tensorboard experiment's resource name.
      
       This value should be 1-128 characters, and valid characters
       are `/[a-z][0-9]-/`.
       
      string tensorboard_experiment_id = 3 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The bytes for tensorboardExperimentId.