ProjectsInstructionsResource class
Constructors
- ProjectsInstructionsResource(ApiRequester client)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
create(
GoogleCloudDatalabelingV1beta1CreateInstructionRequest request, String parent, {String? $fields}) → Future< GoogleLongrunningOperation> - Creates an instruction for how data should be labeled.
-
delete(
String name, {String? $fields}) → Future< GoogleProtobufEmpty> - Deletes an instruction object by resource name.
-
get(
String name, {String? $fields}) → Future< GoogleCloudDatalabelingV1beta1Instruction> - Gets an instruction by resource name.
-
list(
String parent, {String? filter, int? pageSize, String? pageToken, String? $fields}) → Future< GoogleCloudDatalabelingV1beta1ListInstructionsResponse> - Lists instructions for a project.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited