View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1TuningJob (google_api_ai_platform v0.13.0)
Represents a TuningJob that runs with Google owned models.
Attributes
-
baseModel
(type:String.t
, default:nil
) - The base model that is being tuned, e.g., "gemini-1.0-pro-002". -
createTime
(type:DateTime.t
, default:nil
) - Output only. Time when the TuningJob was created. -
description
(type:String.t
, default:nil
) - Optional. The description of the TuningJob. -
encryptionSpec
(type:GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1EncryptionSpec.t
, default:nil
) - Customer-managed encryption key options for a TuningJob. If this is set, then all resources created by the TuningJob will be encrypted with the provided encryption key. -
endTime
(type:DateTime.t
, default:nil
) - Output only. Time when the TuningJob entered any of the following JobStates:JOB_STATE_SUCCEEDED
,JOB_STATE_FAILED
,JOB_STATE_CANCELLED
,JOB_STATE_EXPIRED
. -
error
(type:GoogleApi.AIPlatform.V1.Model.GoogleRpcStatus.t
, default:nil
) - Output only. Only populated when job's state isJOB_STATE_FAILED
orJOB_STATE_CANCELLED
. -
experiment
(type:String.t
, default:nil
) - Output only. The Experiment associated with this TuningJob. -
labels
(type:map()
, default:nil
) - Optional. The labels with user-defined metadata to organize TuningJob and generated resources such as Model and Endpoint. Label keys and values can be no longer than 64 characters (Unicode codepoints), can only contain lowercase letters, numeric characters, underscores and dashes. International characters are allowed. See https://goo.gl/xmQnxf for more information and examples of labels. -
name
(type:String.t
, default:nil
) - Output only. Identifier. Resource name of a TuningJob. Format:projects/{project}/locations/{location}/tuningJobs/{tuning_job}
-
startTime
(type:DateTime.t
, default:nil
) - Output only. Time when the TuningJob for the first time entered theJOB_STATE_RUNNING
state. -
state
(type:String.t
, default:nil
) - Output only. The detailed state of the job. -
supervisedTuningSpec
(type:GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1SupervisedTuningSpec.t
, default:nil
) - Tuning Spec for Supervised Fine Tuning. -
tunedModel
(type:GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1TunedModel.t
, default:nil
) - Output only. The tuned model resources assiociated with this TuningJob. -
tunedModelDisplayName
(type:String.t
, default:nil
) - Optional. The display name of the TunedModel. The name can be up to 128 characters long and can consist of any UTF-8 characters. -
tuningDataStats
(type:GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1TuningDataStats.t
, default:nil
) - Output only. The tuning data statistics associated with this TuningJob. -
updateTime
(type:DateTime.t
, default:nil
) - Output only. Time when the TuningJob was most recently updated.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1TuningJob{ baseModel: String.t() | nil, createTime: DateTime.t() | nil, description: String.t() | nil, encryptionSpec: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1EncryptionSpec.t() | nil, endTime: DateTime.t() | nil, error: GoogleApi.AIPlatform.V1.Model.GoogleRpcStatus.t() | nil, experiment: String.t() | nil, labels: map() | nil, name: String.t() | nil, startTime: DateTime.t() | nil, state: String.t() | nil, supervisedTuningSpec: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1SupervisedTuningSpec.t() | nil, tunedModel: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1TunedModel.t() | nil, tunedModelDisplayName: String.t() | nil, tuningDataStats: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1TuningDataStats.t() | nil, updateTime: DateTime.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.