final class ProblemStatement extends GeneratedMessageV3 with ProblemStatementOrBuilder
- Alphabetic
- By Inheritance
- ProblemStatement
- ProblemStatementOrBuilder
- GeneratedMessageV3
- Serializable
- AbstractMessage
- Message
- MessageOrBuilder
- AbstractMessageLite
- MessageLite
- MessageLiteOrBuilder
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(obj: AnyRef): Boolean
- Definition Classes
- ProblemStatement → AbstractMessage → Message → AnyRef → Any
- Annotations
- @Override()
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def findInitializationErrors(): List[String]
- Definition Classes
- AbstractMessage → MessageOrBuilder
- def getAllFields(): Map[FieldDescriptor, AnyRef]
- Definition Classes
- GeneratedMessageV3 → MessageOrBuilder
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getDefaultInstanceForType(): ProblemStatement
- Definition Classes
- ProblemStatement → MessageOrBuilder → MessageLiteOrBuilder
- Annotations
- @Override()
- def getDescription(): String
Description of the problem statement. For example, should describe how the problem statement was arrived at: what experiments were run, what side-by-sides were considered.
Description of the problem statement. For example, should describe how the problem statement was arrived at: what experiments were run, what side-by-sides were considered.
string description = 2;
- returns
The description.
- Definition Classes
- ProblemStatement → ProblemStatementOrBuilder
- Annotations
- @Override()
- def getDescriptionBytes(): ByteString
Description of the problem statement. For example, should describe how the problem statement was arrived at: what experiments were run, what side-by-sides were considered.
Description of the problem statement. For example, should describe how the problem statement was arrived at: what experiments were run, what side-by-sides were considered.
string description = 2;
- returns
The bytes for description.
- Definition Classes
- ProblemStatement → ProblemStatementOrBuilder
- Annotations
- @Override()
- def getDescriptorForType(): Descriptor
- Definition Classes
- GeneratedMessageV3 → MessageOrBuilder
- def getEnvironment(): String
The environment of the ProblemStatement (optional). Specifies an environment string in the SchemaProto.
The environment of the ProblemStatement (optional). Specifies an environment string in the SchemaProto.
string environment = 4;
- returns
The environment.
- Definition Classes
- ProblemStatement → ProblemStatementOrBuilder
- Annotations
- @Override()
- def getEnvironmentBytes(): ByteString
The environment of the ProblemStatement (optional). Specifies an environment string in the SchemaProto.
The environment of the ProblemStatement (optional). Specifies an environment string in the SchemaProto.
string environment = 4;
- returns
The bytes for environment.
- Definition Classes
- ProblemStatement → ProblemStatementOrBuilder
- Annotations
- @Override()
- def getField(field: FieldDescriptor): AnyRef
- Definition Classes
- GeneratedMessageV3 → MessageOrBuilder
- def getInitializationErrorString(): String
- Definition Classes
- AbstractMessage → MessageOrBuilder
- def getMetaOptimizationTarget(index: Int): MetaOptimizationTarget
The target used for meta-optimization. This is used to compare multiple solutions for this problem. For example, if two solutions have different candidates, a tuning tool can use meta_optimization_target to decide which candidate performs the best. A repeated meta-optimization target implies the weighted sum of the meta_optimization targets of any non-thresholded metrics.
The target used for meta-optimization. This is used to compare multiple solutions for this problem. For example, if two solutions have different candidates, a tuning tool can use meta_optimization_target to decide which candidate performs the best. A repeated meta-optimization target implies the weighted sum of the meta_optimization targets of any non-thresholded metrics.
repeated .tensorflow.metadata.v0.MetaOptimizationTarget meta_optimization_target = 7;
- Definition Classes
- ProblemStatement → ProblemStatementOrBuilder
- Annotations
- @Override()
- def getMetaOptimizationTargetCount(): Int
The target used for meta-optimization. This is used to compare multiple solutions for this problem. For example, if two solutions have different candidates, a tuning tool can use meta_optimization_target to decide which candidate performs the best. A repeated meta-optimization target implies the weighted sum of the meta_optimization targets of any non-thresholded metrics.
The target used for meta-optimization. This is used to compare multiple solutions for this problem. For example, if two solutions have different candidates, a tuning tool can use meta_optimization_target to decide which candidate performs the best. A repeated meta-optimization target implies the weighted sum of the meta_optimization targets of any non-thresholded metrics.
repeated .tensorflow.metadata.v0.MetaOptimizationTarget meta_optimization_target = 7;
- Definition Classes
- ProblemStatement → ProblemStatementOrBuilder
- Annotations
- @Override()
- def getMetaOptimizationTargetList(): List[MetaOptimizationTarget]
The target used for meta-optimization. This is used to compare multiple solutions for this problem. For example, if two solutions have different candidates, a tuning tool can use meta_optimization_target to decide which candidate performs the best. A repeated meta-optimization target implies the weighted sum of the meta_optimization targets of any non-thresholded metrics.
The target used for meta-optimization. This is used to compare multiple solutions for this problem. For example, if two solutions have different candidates, a tuning tool can use meta_optimization_target to decide which candidate performs the best. A repeated meta-optimization target implies the weighted sum of the meta_optimization targets of any non-thresholded metrics.
repeated .tensorflow.metadata.v0.MetaOptimizationTarget meta_optimization_target = 7;
- Definition Classes
- ProblemStatement → ProblemStatementOrBuilder
- Annotations
- @Override()
- def getMetaOptimizationTargetOrBuilder(index: Int): MetaOptimizationTargetOrBuilder
The target used for meta-optimization. This is used to compare multiple solutions for this problem. For example, if two solutions have different candidates, a tuning tool can use meta_optimization_target to decide which candidate performs the best. A repeated meta-optimization target implies the weighted sum of the meta_optimization targets of any non-thresholded metrics.
The target used for meta-optimization. This is used to compare multiple solutions for this problem. For example, if two solutions have different candidates, a tuning tool can use meta_optimization_target to decide which candidate performs the best. A repeated meta-optimization target implies the weighted sum of the meta_optimization targets of any non-thresholded metrics.
repeated .tensorflow.metadata.v0.MetaOptimizationTarget meta_optimization_target = 7;
- Definition Classes
- ProblemStatement → ProblemStatementOrBuilder
- Annotations
- @Override()
- def getMetaOptimizationTargetOrBuilderList(): List[_ <: MetaOptimizationTargetOrBuilder]
The target used for meta-optimization. This is used to compare multiple solutions for this problem. For example, if two solutions have different candidates, a tuning tool can use meta_optimization_target to decide which candidate performs the best. A repeated meta-optimization target implies the weighted sum of the meta_optimization targets of any non-thresholded metrics.
The target used for meta-optimization. This is used to compare multiple solutions for this problem. For example, if two solutions have different candidates, a tuning tool can use meta_optimization_target to decide which candidate performs the best. A repeated meta-optimization target implies the weighted sum of the meta_optimization targets of any non-thresholded metrics.
repeated .tensorflow.metadata.v0.MetaOptimizationTarget meta_optimization_target = 7;
- Definition Classes
- ProblemStatement → ProblemStatementOrBuilder
- Annotations
- @Override()
- def getOneofFieldDescriptor(oneof: OneofDescriptor): FieldDescriptor
- Definition Classes
- GeneratedMessageV3 → AbstractMessage → MessageOrBuilder
- def getOwner(index: Int): String
repeated string owner = 3;
repeated string owner = 3;
- index
The index of the element to return.
- returns
The owner at the given index.
- Definition Classes
- ProblemStatement → ProblemStatementOrBuilder
- def getOwnerBytes(index: Int): ByteString
repeated string owner = 3;
repeated string owner = 3;
- index
The index of the value to return.
- returns
The bytes of the owner at the given index.
- Definition Classes
- ProblemStatement → ProblemStatementOrBuilder
- def getOwnerCount(): Int
repeated string owner = 3;
repeated string owner = 3;
- returns
The count of owner.
- Definition Classes
- ProblemStatement → ProblemStatementOrBuilder
- def getOwnerList(): ProtocolStringList
repeated string owner = 3;
repeated string owner = 3;
- returns
A list containing the owner.
- Definition Classes
- ProblemStatement → ProblemStatementOrBuilder
- def getParserForType(): Parser[ProblemStatement]
- Definition Classes
- ProblemStatement → GeneratedMessageV3 → Message → MessageLite
- Annotations
- @Override()
- def getRepeatedField(field: FieldDescriptor, index: Int): AnyRef
- Definition Classes
- GeneratedMessageV3 → MessageOrBuilder
- def getRepeatedFieldCount(field: FieldDescriptor): Int
- Definition Classes
- GeneratedMessageV3 → MessageOrBuilder
- def getSerializedSize(): Int
- Definition Classes
- ProblemStatement → GeneratedMessageV3 → AbstractMessage → MessageLite
- Annotations
- @Override()
- def getTasks(index: Int): Task
Tasks for heads of the generated model. This field is repeated because some models are multi-task models. Each task should have a unique name. If you wish to directly optimize this problem statement, you need to specify the objective in the task.
Tasks for heads of the generated model. This field is repeated because some models are multi-task models. Each task should have a unique name. If you wish to directly optimize this problem statement, you need to specify the objective in the task.
repeated .tensorflow.metadata.v0.Task tasks = 9;
- Definition Classes
- ProblemStatement → ProblemStatementOrBuilder
- Annotations
- @Override()
- def getTasksCount(): Int
Tasks for heads of the generated model. This field is repeated because some models are multi-task models. Each task should have a unique name. If you wish to directly optimize this problem statement, you need to specify the objective in the task.
Tasks for heads of the generated model. This field is repeated because some models are multi-task models. Each task should have a unique name. If you wish to directly optimize this problem statement, you need to specify the objective in the task.
repeated .tensorflow.metadata.v0.Task tasks = 9;
- Definition Classes
- ProblemStatement → ProblemStatementOrBuilder
- Annotations
- @Override()
- def getTasksList(): List[Task]
Tasks for heads of the generated model. This field is repeated because some models are multi-task models. Each task should have a unique name. If you wish to directly optimize this problem statement, you need to specify the objective in the task.
Tasks for heads of the generated model. This field is repeated because some models are multi-task models. Each task should have a unique name. If you wish to directly optimize this problem statement, you need to specify the objective in the task.
repeated .tensorflow.metadata.v0.Task tasks = 9;
- Definition Classes
- ProblemStatement → ProblemStatementOrBuilder
- Annotations
- @Override()
- def getTasksOrBuilder(index: Int): TaskOrBuilder
Tasks for heads of the generated model. This field is repeated because some models are multi-task models. Each task should have a unique name. If you wish to directly optimize this problem statement, you need to specify the objective in the task.
Tasks for heads of the generated model. This field is repeated because some models are multi-task models. Each task should have a unique name. If you wish to directly optimize this problem statement, you need to specify the objective in the task.
repeated .tensorflow.metadata.v0.Task tasks = 9;
- Definition Classes
- ProblemStatement → ProblemStatementOrBuilder
- Annotations
- @Override()
- def getTasksOrBuilderList(): List[_ <: TaskOrBuilder]
Tasks for heads of the generated model. This field is repeated because some models are multi-task models. Each task should have a unique name. If you wish to directly optimize this problem statement, you need to specify the objective in the task.
Tasks for heads of the generated model. This field is repeated because some models are multi-task models. Each task should have a unique name. If you wish to directly optimize this problem statement, you need to specify the objective in the task.
repeated .tensorflow.metadata.v0.Task tasks = 9;
- Definition Classes
- ProblemStatement → ProblemStatementOrBuilder
- Annotations
- @Override()
- def getUnknownFields(): UnknownFieldSet
- Definition Classes
- GeneratedMessageV3 → MessageOrBuilder
- def hasField(field: FieldDescriptor): Boolean
- Definition Classes
- GeneratedMessageV3 → MessageOrBuilder
- def hasOneof(oneof: OneofDescriptor): Boolean
- Definition Classes
- GeneratedMessageV3 → AbstractMessage → MessageOrBuilder
- def hashCode(): Int
- Definition Classes
- ProblemStatement → AbstractMessage → Message → AnyRef → Any
- Annotations
- @Override()
- def internalGetFieldAccessorTable(): FieldAccessorTable
- Attributes
- protected[v0]
- Definition Classes
- ProblemStatement → GeneratedMessageV3
- Annotations
- @Override()
- def internalGetMapFieldReflection(fieldNumber: Int): MapFieldReflectionAccessor
- Attributes
- protected[protobuf]
- Definition Classes
- GeneratedMessageV3
- final def isInitialized(): Boolean
- Definition Classes
- ProblemStatement → GeneratedMessageV3 → AbstractMessage → MessageLiteOrBuilder
- Annotations
- @Override()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def makeExtensionsImmutable(): Unit
- Attributes
- protected[protobuf]
- Definition Classes
- GeneratedMessageV3
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def newBuilderForType(parent: BuilderParent): Builder
- Attributes
- protected[v0]
- Definition Classes
- ProblemStatement → GeneratedMessageV3
- Annotations
- @Override()
- def newBuilderForType(): Builder
- Definition Classes
- ProblemStatement → Message → MessageLite
- Annotations
- @Override()
- def newBuilderForType(parent: BuilderParent): Builder
- Attributes
- protected[protobuf]
- Definition Classes
- GeneratedMessageV3 → AbstractMessage
- def newInstance(unused: UnusedPrivateParameter): AnyRef
- Attributes
- protected[v0]
- Definition Classes
- ProblemStatement → GeneratedMessageV3
- Annotations
- @Override() @SuppressWarnings()
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def parseUnknownField(input: CodedInputStream, unknownFields: Builder, extensionRegistry: ExtensionRegistryLite, tag: Int): Boolean
- Attributes
- protected[protobuf]
- Definition Classes
- GeneratedMessageV3
- Annotations
- @throws(classOf[java.io.IOException])
- def parseUnknownFieldProto3(input: CodedInputStream, unknownFields: Builder, extensionRegistry: ExtensionRegistryLite, tag: Int): Boolean
- Attributes
- protected[protobuf]
- Definition Classes
- GeneratedMessageV3
- Annotations
- @throws(classOf[java.io.IOException])
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toBuilder(): Builder
- Definition Classes
- ProblemStatement → Message → MessageLite
- Annotations
- @Override()
- def toByteArray(): Array[Byte]
- Definition Classes
- AbstractMessageLite → MessageLite
- def toByteString(): ByteString
- Definition Classes
- AbstractMessageLite → MessageLite
- final def toString(): String
- Definition Classes
- AbstractMessage → Message → AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- def writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- AbstractMessageLite → MessageLite
- Annotations
- @throws(classOf[java.io.IOException])
- def writeReplace(): AnyRef
- Attributes
- protected[protobuf]
- Definition Classes
- GeneratedMessageV3
- Annotations
- @throws(classOf[java.io.ObjectStreamException])
- def writeTo(output: CodedOutputStream): Unit
- Definition Classes
- ProblemStatement → GeneratedMessageV3 → AbstractMessage → MessageLite
- Annotations
- @Override()
- def writeTo(output: OutputStream): Unit
- Definition Classes
- AbstractMessageLite → MessageLite
- Annotations
- @throws(classOf[java.io.IOException])
Deprecated Value Members
- def getMultiObjective(): Boolean
bool multi_objective = 8 [deprecated = true];
bool multi_objective = 8 [deprecated = true];
- returns
The multiObjective.
- Definition Classes
- ProblemStatement → ProblemStatementOrBuilder
- Annotations
- @Override() @Deprecated
- Deprecated
- def internalGetMapField(fieldNumber: Int): MapField[_ <: AnyRef, _ <: AnyRef]
- Attributes
- protected[protobuf]
- Definition Classes
- GeneratedMessageV3
- Annotations
- @Deprecated
- Deprecated
- def mergeFromAndMakeImmutableInternal(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): Unit
- Attributes
- protected[protobuf]
- Definition Classes
- GeneratedMessageV3
- Annotations
- @throws(classOf[com.google.protobuf.InvalidProtocolBufferException]) @Deprecated
- Deprecated