- 필수 기능
- 시작하기
- Glossary
- 표준 속성
- Guides
- Agent
- 통합
- 개방형텔레메트리
- 개발자
- Administrator's Guide
- API
- Datadog Mobile App
- CoScreen
- Cloudcraft
- 앱 내
- 서비스 관리
- 인프라스트럭처
- 애플리케이션 성능
- APM
- Continuous Profiler
- 스팬 시각화
- 데이터 스트림 모니터링
- 데이터 작업 모니터링
- 디지털 경험
- 소프트웨어 제공
- 보안
- AI Observability
- 로그 관리
- 관리
",t};e.buildCustomizationMenuUi=t;function n(e){let t='
",t}function s(e){let n=e.filter.currentValue||e.filter.defaultValue,t='${e.filter.label}
`,e.filter.options.forEach(s=>{let o=s.id===n;t+=``}),t+="${e.filter.label}
`,t+=`ancestors
Type: UNORDERED_LIST_STRING
base_model
Type: STRING
Provider name: baseModel
Description: The base model that is being tuned. See Supported models.
create_time
Type: TIMESTAMP
Provider name: createTime
Description: Output only. Time when the TuningJob was created.
description
Type: STRING
Provider name: description
Description: Optional. The description of the TuningJob.
encryption_spec
Type: STRUCT
Provider name: encryptionSpec
Description: 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.
kms_key_name
STRING
kmsKeyName
projects/my-project/locations/my-region/keyRings/my-kr/cryptoKeys/my-key
. The key needs to be in the same region as where the compute resource is created.end_time
Type: TIMESTAMP
Provider name: endTime
Description: 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: STRUCT
Provider name: error
Description: Output only. Only populated when job’s state is JOB_STATE_FAILED
or JOB_STATE_CANCELLED
.
code
INT32
code
message
STRING
message
experiment
Type: STRING
Provider name: experiment
Description: Output only. The Experiment associated with this TuningJob.
labels
Type: UNORDERED_LIST_STRING
name
Type: STRING
Provider name: name
Description: Output only. Identifier. Resource name of a TuningJob. Format: projects/{project}/locations/{location}/tuningJobs/{tuning_job}
organization_id
Type: STRING
parent
Type: STRING
project_id
Type: STRING
project_number
Type: STRING
resource_name
Type: STRING
service_account
Type: STRING
Provider name: serviceAccount
Description: The service account that the tuningJob workload runs as. If not specified, the Vertex AI Secure Fine-Tuned Service Agent in the project will be used. See https://cloud.google.com/iam/docs/service-agents#vertex-ai-secure-fine-tuning-service-agent Users starting the pipeline must have the iam.serviceAccounts.actAs
permission on this service account.
start_time
Type: TIMESTAMP
Provider name: startTime
Description: Output only. Time when the TuningJob for the first time entered the JOB_STATE_RUNNING
state.
state
Type: STRING
Provider name: state
Description: Output only. The detailed state of the job.
Possible values:
JOB_STATE_UNSPECIFIED
- The job state is unspecified.JOB_STATE_QUEUED
- The job has been just created or resumed and processing has not yet begun.JOB_STATE_PENDING
- The service is preparing to run the job.JOB_STATE_RUNNING
- The job is in progress.JOB_STATE_SUCCEEDED
- The job completed successfully.JOB_STATE_FAILED
- The job failed.JOB_STATE_CANCELLING
- The job is being cancelled. From this state the job may only go to either JOB_STATE_SUCCEEDED
, JOB_STATE_FAILED
or JOB_STATE_CANCELLED
.JOB_STATE_CANCELLED
- The job has been cancelled.JOB_STATE_PAUSED
- The job has been stopped, and can be resumed.JOB_STATE_EXPIRED
- The job has expired.JOB_STATE_UPDATING
- The job is being updated. Only jobs in the RUNNING
state can be updated. After updating, the job goes back to the RUNNING
state.JOB_STATE_PARTIALLY_SUCCEEDED
- The job is partially succeeded, some results may be missing due to errors.supervised_tuning_spec
Type: STRUCT
Provider name: supervisedTuningSpec
Description: Tuning Spec for Supervised Fine Tuning.
hyper_parameters
STRUCT
hyperParameters
adapter_size
STRING
adapterSize
ADAPTER_SIZE_UNSPECIFIED
- Adapter size is unspecified.ADAPTER_SIZE_ONE
- Adapter size 1.ADAPTER_SIZE_TWO
- Adapter size 2.ADAPTER_SIZE_FOUR
- Adapter size 4.ADAPTER_SIZE_EIGHT
- Adapter size 8.ADAPTER_SIZE_SIXTEEN
- Adapter size 16.ADAPTER_SIZE_THIRTY_TWO
- Adapter size 32.epoch_count
INT64
epochCount
learning_rate_multiplier
DOUBLE
learningRateMultiplier
training_dataset_uri
STRING
trainingDatasetUri
validation_dataset_uri
STRING
validationDatasetUri
tags
Type: UNORDERED_LIST_STRING
tuned_model
Type: STRUCT
Provider name: tunedModel
Description: Output only. The tuned model resources associated with this TuningJob.
endpoint
STRING
endpoint
projects/{project}/locations/{location}/endpoints/{endpoint}
.model
STRING
model
projects/{project}/locations/{location}/models/{model}
.tuned_model_display_name
Type: STRING
Provider name: tunedModelDisplayName
Description: Optional. The display name of the TunedModel. The name can be up to 128 characters long and can consist of any UTF-8 characters.
tuning_data_stats
Type: STRUCT
Provider name: tuningDataStats
Description: Output only. The tuning data statistics associated with this TuningJob.
supervised_tuning_data_stats
STRUCT
supervisedTuningDataStats
dropped_example_reasons
UNORDERED_LIST_STRING
droppedExampleReasons
truncated_example_indices
, the user-facing reason why the example was dropped. Must not include example itself.total_billable_character_count
INT64
totalBillableCharacterCount
total_billable_token_count
INT64
totalBillableTokenCount
total_truncated_example_count
INT64
totalTruncatedExampleCount
total_tuning_character_count
INT64
totalTuningCharacterCount
truncated_example_indices
UNORDERED_LIST_INT64
truncatedExampleIndices
tuning_dataset_example_count
INT64
tuningDatasetExampleCount
tuning_step_count
INT64
tuningStepCount
user_dataset_examples
UNORDERED_LIST_STRUCT
userDatasetExamples
parts
UNORDERED_LIST_STRUCT
parts
Parts
that constitute a single message. Parts may have different IANA MIME types.code_execution_result
STRUCT
codeExecutionResult
outcome
STRING
outcome
OUTCOME_UNSPECIFIED
- Unspecified status. This value should not be used.OUTCOME_OK
- Code execution completed successfully.OUTCOME_FAILED
- Code execution finished but with a failure. stderr
should contain the reason.OUTCOME_DEADLINE_EXCEEDED
- Code execution ran for too long, and was cancelled. There may or may not be a partial output present.output
STRING
output
executable_code
STRUCT
executableCode
code
STRING
code
language
STRING
language
code
.LANGUAGE_UNSPECIFIED
- Unspecified language. This value should not be used.PYTHON
- Python >= 3.10, with numpy and simpy available.file_data
STRUCT
fileData
file_uri
STRING
fileUri
gcp_display_name
STRING
displayName
mime_type
STRING
mimeType
function_call
STRUCT
functionCall
name
STRING
name
function_response
STRUCT
functionResponse
name
STRING
name
inline_data
STRUCT
inlineData
gcp_display_name
STRING
displayName
mime_type
STRING
mimeType
text
STRING
text
video_metadata
STRUCT
videoMetadata
end_offset
STRING
endOffset
start_offset
STRING
startOffset
role
STRING
role
user_input_token_distribution
STRUCT
userInputTokenDistribution
billable_sum
INT64
billableSum
buckets
UNORDERED_LIST_STRUCT
buckets
count
DOUBLE
count
left
DOUBLE
left
right
DOUBLE
right
max
DOUBLE
max
mean
DOUBLE
mean
median
DOUBLE
median
min
DOUBLE
min
p5
DOUBLE
p5
p95
DOUBLE
p95
sum
INT64
sum
user_message_per_example_distribution
STRUCT
userMessagePerExampleDistribution
billable_sum
INT64
billableSum
buckets
UNORDERED_LIST_STRUCT
buckets
count
DOUBLE
count
left
DOUBLE
left
right
DOUBLE
right
max
DOUBLE
max
mean
DOUBLE
mean
median
DOUBLE
median
min
DOUBLE
min
p5
DOUBLE
p5
p95
DOUBLE
p95
sum
INT64
sum
user_output_token_distribution
STRUCT
userOutputTokenDistribution
billable_sum
INT64
billableSum
buckets
UNORDERED_LIST_STRUCT
buckets
count
DOUBLE
count
left
DOUBLE
left
right
DOUBLE
right
max
DOUBLE
max
mean
DOUBLE
mean
median
DOUBLE
median
min
DOUBLE
min
p5
DOUBLE
p5
p95
DOUBLE
p95
sum
INT64
sum
update_time
Type: TIMESTAMP
Provider name: updateTime
Description: Output only. Time when the TuningJob was most recently updated.