Interface TaskOuterClass.TaskCreateRequestOrBuilder

    • Method Detail

      • hasId

        boolean hasId()
         id represents the unique identifier of the task.
         +required
         
        .flyteidl.core.Identifier id = 1;
        Returns:
        Whether the id field is set.
      • getId

        IdentifierOuterClass.Identifier getId()
         id represents the unique identifier of the task.
         +required
         
        .flyteidl.core.Identifier id = 1;
        Returns:
        The id.
      • hasSpec

        boolean hasSpec()
         Represents the specification for task.
         +required
         
        .flyteidl.admin.TaskSpec spec = 2;
        Returns:
        Whether the spec field is set.
      • getSpec

        TaskOuterClass.TaskSpec getSpec()
         Represents the specification for task.
         +required
         
        .flyteidl.admin.TaskSpec spec = 2;
        Returns:
        The spec.