GoogleCloudDialogflowCxV3Experiment class

Represents an experiment in an environment.

Constructors

GoogleCloudDialogflowCxV3Experiment({String? createTime, GoogleCloudDialogflowCxV3ExperimentDefinition? definition, String? description, String? displayName, String? endTime, String? experimentLength, String? lastUpdateTime, String? name, GoogleCloudDialogflowCxV3ExperimentResult? result, GoogleCloudDialogflowCxV3RolloutConfig? rolloutConfig, String? rolloutFailureReason, GoogleCloudDialogflowCxV3RolloutState? rolloutState, String? startTime, String? state, List<GoogleCloudDialogflowCxV3VariantsHistory>? variantsHistory})
GoogleCloudDialogflowCxV3Experiment.fromJson(Map json_)

Properties

createTime String?
Creation time of this experiment.
getter/setter pair
definition GoogleCloudDialogflowCxV3ExperimentDefinition?
The definition of the experiment.
getter/setter pair
description String?
The human-readable description of the experiment.
getter/setter pair
displayName String?
The human-readable name of the experiment (unique in an environment).
getter/setter pair
endTime String?
End time of this experiment.
getter/setter pair
experimentLength String?
Maximum number of days to run the experiment/rollout.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
lastUpdateTime String?
Last update time of this experiment.
getter/setter pair
name String?
The name of the experiment.
getter/setter pair
result GoogleCloudDialogflowCxV3ExperimentResult?
Inference result of the experiment.
getter/setter pair
rolloutConfig GoogleCloudDialogflowCxV3RolloutConfig?
The configuration for auto rollout.
getter/setter pair
rolloutFailureReason String?
The reason why rollout has failed.
getter/setter pair
rolloutState GoogleCloudDialogflowCxV3RolloutState?
State of the auto rollout process.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startTime String?
Start time of this experiment.
getter/setter pair
state String?
The current state of the experiment.
getter/setter pair
variantsHistory List<GoogleCloudDialogflowCxV3VariantsHistory>?
The history of updates to the experiment variants.
getter/setter pair

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