Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class SupervisedTuningDataStats.
Tuning data statistics for Supervised Tuning.
Generated from protobuf message google.cloud.aiplatform.v1.SupervisedTuningDataStats
Namespace
Google \ Cloud \ AIPlatform \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ tuning_dataset_example_count |
int|string
Output only. Number of examples in the tuning dataset. |
↳ total_tuning_character_count |
int|string
Output only. Number of tuning characters in the tuning dataset. |
↳ total_billable_character_count |
int|string
Output only. Number of billable characters in the tuning dataset. |
↳ total_billable_token_count |
int|string
Output only. Number of billable tokens in the tuning dataset. |
↳ tuning_step_count |
int|string
Output only. Number of tuning steps for this Tuning Job. |
↳ user_input_token_distribution |
Google\Cloud\AIPlatform\V1\SupervisedTuningDatasetDistribution
Output only. Dataset distributions for the user input tokens. |
↳ user_output_token_distribution |
Google\Cloud\AIPlatform\V1\SupervisedTuningDatasetDistribution
Output only. Dataset distributions for the user output tokens. |
↳ user_message_per_example_distribution |
Google\Cloud\AIPlatform\V1\SupervisedTuningDatasetDistribution
Output only. Dataset distributions for the messages per example. |
↳ user_dataset_examples |
array<Google\Cloud\AIPlatform\V1\Content>
Output only. Sample user messages in the training dataset uri. |
getTuningDatasetExampleCount
Output only. Number of examples in the tuning dataset.
Returns | |
---|---|
Type | Description |
int|string |
setTuningDatasetExampleCount
Output only. Number of examples in the tuning dataset.
Parameter | |
---|---|
Name | Description |
var |
int|string
|
Returns | |
---|---|
Type | Description |
$this |
getTotalTuningCharacterCount
Output only. Number of tuning characters in the tuning dataset.
Returns | |
---|---|
Type | Description |
int|string |
setTotalTuningCharacterCount
Output only. Number of tuning characters in the tuning dataset.
Parameter | |
---|---|
Name | Description |
var |
int|string
|
Returns | |
---|---|
Type | Description |
$this |
getTotalBillableCharacterCount
Output only. Number of billable characters in the tuning dataset.
Returns | |
---|---|
Type | Description |
int|string |
setTotalBillableCharacterCount
Output only. Number of billable characters in the tuning dataset.
Parameter | |
---|---|
Name | Description |
var |
int|string
|
Returns | |
---|---|
Type | Description |
$this |
getTotalBillableTokenCount
Output only. Number of billable tokens in the tuning dataset.
Returns | |
---|---|
Type | Description |
int|string |
setTotalBillableTokenCount
Output only. Number of billable tokens in the tuning dataset.
Parameter | |
---|---|
Name | Description |
var |
int|string
|
Returns | |
---|---|
Type | Description |
$this |
getTuningStepCount
Output only. Number of tuning steps for this Tuning Job.
Returns | |
---|---|
Type | Description |
int|string |
setTuningStepCount
Output only. Number of tuning steps for this Tuning Job.
Parameter | |
---|---|
Name | Description |
var |
int|string
|
Returns | |
---|---|
Type | Description |
$this |
getUserInputTokenDistribution
Output only. Dataset distributions for the user input tokens.
Returns | |
---|---|
Type | Description |
Google\Cloud\AIPlatform\V1\SupervisedTuningDatasetDistribution|null |
hasUserInputTokenDistribution
clearUserInputTokenDistribution
setUserInputTokenDistribution
Output only. Dataset distributions for the user input tokens.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\AIPlatform\V1\SupervisedTuningDatasetDistribution
|
Returns | |
---|---|
Type | Description |
$this |
getUserOutputTokenDistribution
Output only. Dataset distributions for the user output tokens.
Returns | |
---|---|
Type | Description |
Google\Cloud\AIPlatform\V1\SupervisedTuningDatasetDistribution|null |
hasUserOutputTokenDistribution
clearUserOutputTokenDistribution
setUserOutputTokenDistribution
Output only. Dataset distributions for the user output tokens.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\AIPlatform\V1\SupervisedTuningDatasetDistribution
|
Returns | |
---|---|
Type | Description |
$this |
getUserMessagePerExampleDistribution
Output only. Dataset distributions for the messages per example.
Returns | |
---|---|
Type | Description |
Google\Cloud\AIPlatform\V1\SupervisedTuningDatasetDistribution|null |
hasUserMessagePerExampleDistribution
clearUserMessagePerExampleDistribution
setUserMessagePerExampleDistribution
Output only. Dataset distributions for the messages per example.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\AIPlatform\V1\SupervisedTuningDatasetDistribution
|
Returns | |
---|---|
Type | Description |
$this |
getUserDatasetExamples
Output only. Sample user messages in the training dataset uri.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setUserDatasetExamples
Output only. Sample user messages in the training dataset uri.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\AIPlatform\V1\Content>
|
Returns | |
---|---|
Type | Description |
$this |