Packages

final class Task extends GeneratedMessageV3 with TaskOrBuilder

Describes a single task in a model and all its properties.
A task corresponds to a single output of the model.
Multiple tasks in the same problem statement correspond to different outputs
of the model.

Protobuf type tensorflow.metadata.v0.Task

Source
Task.java
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Task
  2. TaskOrBuilder
  3. GeneratedMessageV3
  4. Serializable
  5. AbstractMessage
  6. Message
  7. MessageOrBuilder
  8. AbstractMessageLite
  9. MessageLite
  10. MessageLiteOrBuilder
  11. AnyRef
  12. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(obj: AnyRef): Boolean
    Definition Classes
    Task → AbstractMessage → Message → AnyRef → Any
    Annotations
    @Override()
  8. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  9. def findInitializationErrors(): List[String]
    Definition Classes
    AbstractMessage → MessageOrBuilder
  10. def getAllFields(): Map[FieldDescriptor, AnyRef]
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. def getDefaultInstanceForType(): Task
    Definition Classes
    Task → MessageOrBuilder → MessageLiteOrBuilder
    Annotations
    @Override()
  13. def getDescriptorForType(): Descriptor
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  14. def getField(field: FieldDescriptor): AnyRef
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  15. def getInitializationErrorString(): String
    Definition Classes
    AbstractMessage → MessageOrBuilder
  16. def getIsAuxiliary(): Boolean

    True to indicate the task is an auxiliary task in a multi-task setting.
    Auxiliary tasks are of minor relevance for the application and they are
    added only to improve the performance on a primary task (by providing
    additional regularization or data augmentation), and thus are not
    considered in the meta optimization process (but may be utilized in the
    learner optimization).
    

    True to indicate the task is an auxiliary task in a multi-task setting.
    Auxiliary tasks are of minor relevance for the application and they are
    added only to improve the performance on a primary task (by providing
    additional regularization or data augmentation), and thus are not
    considered in the meta optimization process (but may be utilized in the
    learner optimization).
    

    bool is_auxiliary = 6;

    returns

    The isAuxiliary.

    Definition Classes
    TaskTaskOrBuilder
    Annotations
    @Override()
  17. def getName(): String

    The task name. Tasks within the same ProblemStatement should have unique
    names. This a REQUIRED field in case of multi-task learning problems.
    

    The task name. Tasks within the same ProblemStatement should have unique
    names. This a REQUIRED field in case of multi-task learning problems.
    

    string name = 5;

    returns

    The name.

    Definition Classes
    TaskTaskOrBuilder
    Annotations
    @Override()
  18. def getNameBytes(): ByteString

    The task name. Tasks within the same ProblemStatement should have unique
    names. This a REQUIRED field in case of multi-task learning problems.
    

    The task name. Tasks within the same ProblemStatement should have unique
    names. This a REQUIRED field in case of multi-task learning problems.
    

    string name = 5;

    returns

    The bytes for name.

    Definition Classes
    TaskTaskOrBuilder
    Annotations
    @Override()
  19. def getOneofFieldDescriptor(oneof: OneofDescriptor): FieldDescriptor
    Definition Classes
    GeneratedMessageV3 → AbstractMessage → MessageOrBuilder
  20. def getParserForType(): Parser[Task]
    Definition Classes
    Task → GeneratedMessageV3 → Message → MessageLite
    Annotations
    @Override()
  21. def getPerformanceMetric(index: Int): PerformanceMetric

    This field includes performance metrics of this head that are important to
    the problem owner and need to be monitored and reported. However, unlike
    fields such as "meta_optimization_target", these metrics are not
    not automatically used in meta-optimization.
    

    This field includes performance metrics of this head that are important to
    the problem owner and need to be monitored and reported. However, unlike
    fields such as "meta_optimization_target", these metrics are not
    not automatically used in meta-optimization.
    

    repeated .tensorflow.metadata.v0.PerformanceMetric performance_metric = 4;

    Definition Classes
    TaskTaskOrBuilder
    Annotations
    @Override()
  22. def getPerformanceMetricCount(): Int

    This field includes performance metrics of this head that are important to
    the problem owner and need to be monitored and reported. However, unlike
    fields such as "meta_optimization_target", these metrics are not
    not automatically used in meta-optimization.
    

    This field includes performance metrics of this head that are important to
    the problem owner and need to be monitored and reported. However, unlike
    fields such as "meta_optimization_target", these metrics are not
    not automatically used in meta-optimization.
    

    repeated .tensorflow.metadata.v0.PerformanceMetric performance_metric = 4;

    Definition Classes
    TaskTaskOrBuilder
    Annotations
    @Override()
  23. def getPerformanceMetricList(): List[PerformanceMetric]

    This field includes performance metrics of this head that are important to
    the problem owner and need to be monitored and reported. However, unlike
    fields such as "meta_optimization_target", these metrics are not
    not automatically used in meta-optimization.
    

    This field includes performance metrics of this head that are important to
    the problem owner and need to be monitored and reported. However, unlike
    fields such as "meta_optimization_target", these metrics are not
    not automatically used in meta-optimization.
    

    repeated .tensorflow.metadata.v0.PerformanceMetric performance_metric = 4;

    Definition Classes
    TaskTaskOrBuilder
    Annotations
    @Override()
  24. def getPerformanceMetricOrBuilder(index: Int): PerformanceMetricOrBuilder

    This field includes performance metrics of this head that are important to
    the problem owner and need to be monitored and reported. However, unlike
    fields such as "meta_optimization_target", these metrics are not
    not automatically used in meta-optimization.
    

    This field includes performance metrics of this head that are important to
    the problem owner and need to be monitored and reported. However, unlike
    fields such as "meta_optimization_target", these metrics are not
    not automatically used in meta-optimization.
    

    repeated .tensorflow.metadata.v0.PerformanceMetric performance_metric = 4;

    Definition Classes
    TaskTaskOrBuilder
    Annotations
    @Override()
  25. def getPerformanceMetricOrBuilderList(): List[_ <: PerformanceMetricOrBuilder]

    This field includes performance metrics of this head that are important to
    the problem owner and need to be monitored and reported. However, unlike
    fields such as "meta_optimization_target", these metrics are not
    not automatically used in meta-optimization.
    

    This field includes performance metrics of this head that are important to
    the problem owner and need to be monitored and reported. However, unlike
    fields such as "meta_optimization_target", these metrics are not
    not automatically used in meta-optimization.
    

    repeated .tensorflow.metadata.v0.PerformanceMetric performance_metric = 4;

    Definition Classes
    TaskTaskOrBuilder
    Annotations
    @Override()
  26. def getRepeatedField(field: FieldDescriptor, index: Int): AnyRef
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  27. def getRepeatedFieldCount(field: FieldDescriptor): Int
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  28. def getSerializedSize(): Int
    Definition Classes
    Task → GeneratedMessageV3 → AbstractMessage → MessageLite
    Annotations
    @Override()
  29. def getType(): Type

    Specification of the label and weight columns, and the type of the
    prediction or classification.
    

    Specification of the label and weight columns, and the type of the
    prediction or classification.
    

    .tensorflow.metadata.v0.Type type = 1;

    returns

    The type.

    Definition Classes
    TaskTaskOrBuilder
    Annotations
    @Override()
  30. def getTypeOrBuilder(): TypeOrBuilder

    Specification of the label and weight columns, and the type of the
    prediction or classification.
    

    Specification of the label and weight columns, and the type of the
    prediction or classification.
    

    .tensorflow.metadata.v0.Type type = 1;

    Definition Classes
    TaskTaskOrBuilder
    Annotations
    @Override()
  31. def getUnknownFields(): UnknownFieldSet
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  32. def hasField(field: FieldDescriptor): Boolean
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  33. def hasOneof(oneof: OneofDescriptor): Boolean
    Definition Classes
    GeneratedMessageV3 → AbstractMessage → MessageOrBuilder
  34. def hasType(): Boolean

    Specification of the label and weight columns, and the type of the
    prediction or classification.
    

    Specification of the label and weight columns, and the type of the
    prediction or classification.
    

    .tensorflow.metadata.v0.Type type = 1;

    returns

    Whether the type field is set.

    Definition Classes
    TaskTaskOrBuilder
    Annotations
    @Override()
  35. def hashCode(): Int
    Definition Classes
    Task → AbstractMessage → Message → AnyRef → Any
    Annotations
    @Override()
  36. def internalGetFieldAccessorTable(): FieldAccessorTable
    Attributes
    protected[v0]
    Definition Classes
    Task → GeneratedMessageV3
    Annotations
    @Override()
  37. def internalGetMapFieldReflection(fieldNumber: Int): MapFieldReflectionAccessor
    Attributes
    protected[protobuf]
    Definition Classes
    GeneratedMessageV3
  38. final def isInitialized(): Boolean
    Definition Classes
    Task → GeneratedMessageV3 → AbstractMessage → MessageLiteOrBuilder
    Annotations
    @Override()
  39. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  40. def makeExtensionsImmutable(): Unit
    Attributes
    protected[protobuf]
    Definition Classes
    GeneratedMessageV3
  41. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  42. def newBuilderForType(parent: BuilderParent): Builder
    Attributes
    protected[v0]
    Definition Classes
    Task → GeneratedMessageV3
    Annotations
    @Override()
  43. def newBuilderForType(): Builder
    Definition Classes
    Task → Message → MessageLite
    Annotations
    @Override()
  44. def newBuilderForType(parent: BuilderParent): Builder
    Attributes
    protected[protobuf]
    Definition Classes
    GeneratedMessageV3 → AbstractMessage
  45. def newInstance(unused: UnusedPrivateParameter): AnyRef
    Attributes
    protected[v0]
    Definition Classes
    Task → GeneratedMessageV3
    Annotations
    @Override() @SuppressWarnings()
  46. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  47. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  48. def parseUnknownField(input: CodedInputStream, unknownFields: Builder, extensionRegistry: ExtensionRegistryLite, tag: Int): Boolean
    Attributes
    protected[protobuf]
    Definition Classes
    GeneratedMessageV3
    Annotations
    @throws(classOf[java.io.IOException])
  49. def parseUnknownFieldProto3(input: CodedInputStream, unknownFields: Builder, extensionRegistry: ExtensionRegistryLite, tag: Int): Boolean
    Attributes
    protected[protobuf]
    Definition Classes
    GeneratedMessageV3
    Annotations
    @throws(classOf[java.io.IOException])
  50. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  51. def toBuilder(): Builder
    Definition Classes
    Task → Message → MessageLite
    Annotations
    @Override()
  52. def toByteArray(): Array[Byte]
    Definition Classes
    AbstractMessageLite → MessageLite
  53. def toByteString(): ByteString
    Definition Classes
    AbstractMessageLite → MessageLite
  54. final def toString(): String
    Definition Classes
    AbstractMessage → Message → AnyRef → Any
  55. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  56. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  57. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  58. def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    AbstractMessageLite → MessageLite
    Annotations
    @throws(classOf[java.io.IOException])
  59. def writeReplace(): AnyRef
    Attributes
    protected[protobuf]
    Definition Classes
    GeneratedMessageV3
    Annotations
    @throws(classOf[java.io.ObjectStreamException])
  60. def writeTo(output: CodedOutputStream): Unit
    Definition Classes
    Task → GeneratedMessageV3 → AbstractMessage → MessageLite
    Annotations
    @Override()
  61. def writeTo(output: OutputStream): Unit
    Definition Classes
    AbstractMessageLite → MessageLite
    Annotations
    @throws(classOf[java.io.IOException])

Deprecated Value Members

  1. def getTaskWeight(): Double

    If a Problem is composed of mulitple sub-tasks, the weight of each task
    determines the importance of solving each sub-task. It is used to
    rank and select the best solution for multi-task problems.
    Not meaningful for a problem with one task.
    If the problem has multiple tasks and all task_weight=0 (unset) then all
    tasks are weighted equally.
    

    If a Problem is composed of mulitple sub-tasks, the weight of each task
    determines the importance of solving each sub-task. It is used to
    rank and select the best solution for multi-task problems.
    Not meaningful for a problem with one task.
    If the problem has multiple tasks and all task_weight=0 (unset) then all
    tasks are weighted equally.
    

    double task_weight = 2 [deprecated = true];

    returns

    The taskWeight.

    Definition Classes
    TaskTaskOrBuilder
    Annotations
    @Override() @Deprecated
    Deprecated
  2. def internalGetMapField(fieldNumber: Int): MapField[_ <: AnyRef, _ <: AnyRef]
    Attributes
    protected[protobuf]
    Definition Classes
    GeneratedMessageV3
    Annotations
    @Deprecated
    Deprecated
  3. def mergeFromAndMakeImmutableInternal(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): Unit
    Attributes
    protected[protobuf]
    Definition Classes
    GeneratedMessageV3
    Annotations
    @throws(classOf[com.google.protobuf.InvalidProtocolBufferException]) @Deprecated
    Deprecated

Inherited from TaskOrBuilder

Inherited from GeneratedMessageV3

Inherited from Serializable

Inherited from AbstractMessage

Inherited from Message

Inherited from MessageOrBuilder

Inherited from AbstractMessageLite[MessageType, BuilderType]

Inherited from MessageLite

Inherited from MessageLiteOrBuilder

Inherited from AnyRef

Inherited from Any

Ungrouped