GoogleCloudAiplatformV1SuggestTrialsRequest class
Request message for VizierService.SuggestTrials.
Constructors
-
GoogleCloudAiplatformV1SuggestTrialsRequest({String? clientId, List<
GoogleCloudAiplatformV1TrialContext> ? contexts, int? suggestionCount}) - GoogleCloudAiplatformV1SuggestTrialsRequest.fromJson(Map json_)
Properties
- clientId ↔ String?
-
The identifier of the client that is requesting the suggestion.
getter/setter pair
-
contexts
↔ List<
GoogleCloudAiplatformV1TrialContext> ? -
This allows you to specify the "context" for a Trial; a context is a slice
(a subspace) of the search space.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- suggestionCount ↔ int?
-
The number of suggestions requested.
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