GoogleCloudAiplatformV1TuningJob class
Represents a TuningJob that runs with Google owned models.
Constructors
-
GoogleCloudAiplatformV1TuningJob({String? baseModel, String? createTime, String? description, GoogleCloudAiplatformV1EncryptionSpec? encryptionSpec, String? endTime, GoogleRpcStatus? error, String? experiment, Map<
String, String> ? labels, String? name, String? startTime, String? state, GoogleCloudAiplatformV1SupervisedTuningSpec? supervisedTuningSpec, GoogleCloudAiplatformV1TunedModel? tunedModel, String? tunedModelDisplayName, GoogleCloudAiplatformV1TuningDataStats? tuningDataStats, String? updateTime}) - GoogleCloudAiplatformV1TuningJob.fromJson(Map json_)
Properties
- baseModel ↔ String?
-
The base model that is being tuned, e.g., "gemini-1.0-pro-002".
getter/setter pair
- createTime ↔ String?
-
Time when the TuningJob was created.
getter/setter pair
- description ↔ String?
-
The description of the TuningJob.
getter/setter pair
- encryptionSpec ↔ GoogleCloudAiplatformV1EncryptionSpec?
-
Customer-managed encryption key options for a TuningJob.
getter/setter pair
- endTime ↔ String?
-
Time when the TuningJob entered any of the following JobStates:
JOB_STATE_SUCCEEDED
,JOB_STATE_FAILED
,JOB_STATE_CANCELLED
,JOB_STATE_EXPIRED
.getter/setter pair - error ↔ GoogleRpcStatus?
-
Only populated when job's state is
JOB_STATE_FAILED
orJOB_STATE_CANCELLED
.getter/setter pair - experiment ↔ String?
-
The Experiment associated with this TuningJob.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
labels
↔ Map<
String, String> ? -
The labels with user-defined metadata to organize TuningJob and generated
resources such as Model and Endpoint.
getter/setter pair
- name ↔ String?
-
Identifier.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- startTime ↔ String?
-
Time when the TuningJob for the first time entered the
JOB_STATE_RUNNING
state.getter/setter pair - state ↔ String?
-
The detailed state of the job.
getter/setter pair
- supervisedTuningSpec ↔ GoogleCloudAiplatformV1SupervisedTuningSpec?
-
Tuning Spec for Supervised Fine Tuning.
getter/setter pair
- tunedModel ↔ GoogleCloudAiplatformV1TunedModel?
-
The tuned model resources assiociated with this TuningJob.
getter/setter pair
- tunedModelDisplayName ↔ String?
-
The display name of the TunedModel.
getter/setter pair
- tuningDataStats ↔ GoogleCloudAiplatformV1TuningDataStats?
-
The tuning data statistics associated with this TuningJob.
getter/setter pair
- updateTime ↔ String?
-
Time when the TuningJob was most recently updated.
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