$TaskProcessingTaskTypeInterface class sealed

Implementers
Annotations
  • @BuiltValue(instantiable: false)

Properties

description String
no setter
hashCode int
The hash code for this object.
no setterinherited
inputShape → BuiltList<TaskProcessingShape>
no setter
inputShapeDefaults → BuiltMap<String, TaskProcessingTaskType_InputShapeDefaults>
no setter
inputShapeEnumValues → BuiltList<BuiltList<TaskProcessingTaskType_InputShapeEnumValues>>
no setter
name String
no setter
optionalInputShape → BuiltList<TaskProcessingShape>
no setter
optionalInputShapeDefaults → BuiltMap<String, TaskProcessingTaskType_OptionalInputShapeDefaults>
no setter
optionalInputShapeEnumValues → BuiltList<BuiltList<TaskProcessingTaskType_OptionalInputShapeEnumValues>>
no setter
optionalOutputShape → BuiltList<TaskProcessingShape>
no setter
optionalOutputShapeEnumValues → BuiltList<BuiltList<TaskProcessingTaskType_OptionalOutputShapeEnumValues>>
no setter
outputShape → BuiltList<TaskProcessingShape>
no setter
outputShapeEnumValues → BuiltList<BuiltList<TaskProcessingTaskType_OutputShapeEnumValues>>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(void updates($TaskProcessingTaskTypeInterfaceBuilder)) $TaskProcessingTaskTypeInterface
Rebuilds the instance.
toBuilder() $TaskProcessingTaskTypeInterfaceBuilder
Converts the instance to a builder $TaskProcessingTaskTypeInterfaceBuilder.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited