ReasoningEnginesResource class

Constructors

ReasoningEnginesResource.new(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(GoogleCloudAiplatformV1ReasoningEngine request, {String? parent, String? $fields}) Future<GoogleLongrunningOperation>
Creates a reasoning engine.
delete(String name, {bool? force, String? $fields}) Future<GoogleLongrunningOperation>
Deletes a reasoning engine.
get(String name, {String? $fields}) Future<GoogleCloudAiplatformV1ReasoningEngine>
Gets a reasoning engine.
list({String? filter, int? pageSize, String? pageToken, String? parent, String? $fields}) Future<GoogleCloudAiplatformV1ListReasoningEnginesResponse>
Lists reasoning engines in a location.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(GoogleCloudAiplatformV1ReasoningEngine request, String name, {String? updateMask, String? $fields}) Future<GoogleLongrunningOperation>
Updates a reasoning engine.
query(GoogleCloudAiplatformV1QueryReasoningEngineRequest request, String name, {String? $fields}) Future<GoogleCloudAiplatformV1QueryReasoningEngineResponse>
Queries using a reasoning engine.
streamQuery(GoogleCloudAiplatformV1StreamQueryReasoningEngineRequest request, String name, {String? $fields}) Future<GoogleApiHttpBody>
Streams queries using a reasoning engine.
toString() String
A string representation of this object.
inherited

Operators

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