Interface TaskOuterClass.TaskSpecOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Tasks.TaskTemplate getTemplate()
      Template of the task that encapsulates all the metadata of the task.
      Tasks.TaskTemplateOrBuilder getTemplateOrBuilder()
      Template of the task that encapsulates all the metadata of the task.
      boolean hasTemplate()
      Template of the task that encapsulates all the metadata of the task.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasTemplate

        boolean hasTemplate()
         Template of the task that encapsulates all the metadata of the task.
         
        .flyteidl.core.TaskTemplate template = 1;
        Returns:
        Whether the template field is set.
      • getTemplate

        Tasks.TaskTemplate getTemplate()
         Template of the task that encapsulates all the metadata of the task.
         
        .flyteidl.core.TaskTemplate template = 1;
        Returns:
        The template.
      • getTemplateOrBuilder

        Tasks.TaskTemplateOrBuilder getTemplateOrBuilder()
         Template of the task that encapsulates all the metadata of the task.
         
        .flyteidl.core.TaskTemplate template = 1;