TunedModel class final
The Model Registry Model and Online Prediction Endpoint associated with
this TuningJob.
- Inheritance
-
- Object
- ProtoMessage
- TunedModel
Constructors
-
TunedModel({String model = '', String endpoint = '', List<
TunedModelCheckpoint> checkpoints = const []}) - TunedModel.fromJson(Object? j)
-
factory
Properties
-
checkpoints
→ List<
TunedModelCheckpoint> -
Output only. The checkpoints associated with this TunedModel.
This field is only populated for tuning jobs that enable intermediate
checkpoints.
final
- endpoint → String
-
Output only. A resource name of an Endpoint. Format:
projects/{project}/locations/{location}/endpoints/{endpoint}.final - hashCode → int
-
The hash code for this object.
no setterinherited
- model → String
-
Output only. The resource name of the TunedModel. Format:
final
- qualifiedName → String
-
The fully qualified name of this message, i.e.,
google.protobuf.Durationorgoogle.rpc.ErrorInfo.finalinherited - 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(
) → Object -
override
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- fullyQualifiedName → const String