GoogleCloudAiplatformV1ImportEvaluationSetRequest class
Request message for EvaluationManagementService.ImportEvaluationSet.
Constructors
- GoogleCloudAiplatformV1ImportEvaluationSetRequest({GoogleCloudAiplatformV1ImportEvaluationSetRequestAgentEngineSource? agentEngineSource, GoogleCloudAiplatformV1BigQueryRequestSet? bigquerySource, GoogleCloudAiplatformV1ImportEvaluationSetRequestCloudTraceSource? cloudTraceSource, GoogleCloudAiplatformV1EvaluationSet? evaluationSet, GoogleCloudAiplatformV1GcsDestination? gcsDestination, GoogleCloudAiplatformV1ImportEvaluationSetRequestGcsSource? gcsSource, GoogleCloudAiplatformV1ImportEvaluationSetRequestInlineSource? inlineSource, GoogleCloudAiplatformV1ImportEvaluationSetRequestInteractionsSource? interactionsSource})
- GoogleCloudAiplatformV1ImportEvaluationSetRequest.fromJson(Map json_)
Properties
- agentEngineSource ↔ GoogleCloudAiplatformV1ImportEvaluationSetRequestAgentEngineSource?
-
Source for loading Agent Engine sessions.
getter/setter pair
- bigquerySource ↔ GoogleCloudAiplatformV1BigQueryRequestSet?
-
BigQuery source with column mappings.
getter/setter pair
- cloudTraceSource ↔ GoogleCloudAiplatformV1ImportEvaluationSetRequestCloudTraceSource?
-
Source for loading data directly from Cloud Trace.
getter/setter pair
- evaluationSet ↔ GoogleCloudAiplatformV1EvaluationSet?
-
The EvaluationSet to create.
getter/setter pair
- gcsDestination ↔ GoogleCloudAiplatformV1GcsDestination?
-
The Cloud Storage location where the resulting EvaluationItem payloads
will be stored.
getter/setter pair
- gcsSource ↔ GoogleCloudAiplatformV1ImportEvaluationSetRequestGcsSource?
-
Google Cloud Storage location.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- inlineSource ↔ GoogleCloudAiplatformV1ImportEvaluationSetRequestInlineSource?
-
Inline source for small payloads (< 4MB).
getter/setter pair
- interactionsSource ↔ GoogleCloudAiplatformV1ImportEvaluationSetRequestInteractionsSource?
-
Source for importing Interactions API interactions.
getter/setter pair
- 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
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited