Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SupervisedTuningDataStats
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SupervisedTuningDataStats
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/aiplatform_v1beta1/classes.rb,
lib/google/apis/aiplatform_v1beta1/representations.rb,
lib/google/apis/aiplatform_v1beta1/representations.rb
Overview
Tuning data statistics for Supervised Tuning.
Instance Attribute Summary collapse
-
#dropped_example_reasons ⇒ Array<String>
Output only.
-
#total_billable_character_count ⇒ Fixnum
Output only.
-
#total_billable_token_count ⇒ Fixnum
Output only.
-
#total_truncated_example_count ⇒ Fixnum
Output only.
-
#total_tuning_character_count ⇒ Fixnum
Output only.
-
#truncated_example_indices ⇒ Array<Fixnum>
Output only.
-
#tuning_dataset_example_count ⇒ Fixnum
Output only.
-
#tuning_step_count ⇒ Fixnum
Output only.
-
#user_dataset_examples ⇒ Array<Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Content>
Output only.
-
#user_input_token_distribution ⇒ Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SupervisedTuningDatasetDistribution
Dataset distribution for Supervised Tuning.
-
#user_message_per_example_distribution ⇒ Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SupervisedTuningDatasetDistribution
Dataset distribution for Supervised Tuning.
-
#user_output_token_distribution ⇒ Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SupervisedTuningDatasetDistribution
Dataset distribution for Supervised Tuning.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1SupervisedTuningDataStats
constructor
A new instance of GoogleCloudAiplatformV1beta1SupervisedTuningDataStats.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1SupervisedTuningDataStats
Returns a new instance of GoogleCloudAiplatformV1beta1SupervisedTuningDataStats.
63957 63958 63959 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 63957 def initialize(**args) update!(**args) end |
Instance Attribute Details
#dropped_example_reasons ⇒ Array<String>
Output only. For each index in truncated_example_indices, the user-facing
reason why the example was dropped.
Corresponds to the JSON property droppedExampleReasons
63897 63898 63899 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 63897 def dropped_example_reasons @dropped_example_reasons end |
#total_billable_character_count ⇒ Fixnum
Output only. Number of billable characters in the tuning dataset.
Corresponds to the JSON property totalBillableCharacterCount
63902 63903 63904 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 63902 def total_billable_character_count @total_billable_character_count end |
#total_billable_token_count ⇒ Fixnum
Output only. Number of billable tokens in the tuning dataset.
Corresponds to the JSON property totalBillableTokenCount
63907 63908 63909 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 63907 def total_billable_token_count @total_billable_token_count end |
#total_truncated_example_count ⇒ Fixnum
Output only. The number of examples in the dataset that have been dropped. An
example can be dropped for reasons including: too many tokens, contains an
invalid image, contains too many images, etc.
Corresponds to the JSON property totalTruncatedExampleCount
63914 63915 63916 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 63914 def total_truncated_example_count @total_truncated_example_count end |
#total_tuning_character_count ⇒ Fixnum
Output only. Number of tuning characters in the tuning dataset.
Corresponds to the JSON property totalTuningCharacterCount
63919 63920 63921 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 63919 def total_tuning_character_count @total_tuning_character_count end |
#truncated_example_indices ⇒ Array<Fixnum>
Output only. A partial sample of the indices (starting from 1) of the dropped
examples.
Corresponds to the JSON property truncatedExampleIndices
63925 63926 63927 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 63925 def truncated_example_indices @truncated_example_indices end |
#tuning_dataset_example_count ⇒ Fixnum
Output only. Number of examples in the tuning dataset.
Corresponds to the JSON property tuningDatasetExampleCount
63930 63931 63932 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 63930 def tuning_dataset_example_count @tuning_dataset_example_count end |
#tuning_step_count ⇒ Fixnum
Output only. Number of tuning steps for this Tuning Job.
Corresponds to the JSON property tuningStepCount
63935 63936 63937 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 63935 def tuning_step_count @tuning_step_count end |
#user_dataset_examples ⇒ Array<Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Content>
Output only. Sample user messages in the training dataset uri.
Corresponds to the JSON property userDatasetExamples
63940 63941 63942 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 63940 def user_dataset_examples @user_dataset_examples end |
#user_input_token_distribution ⇒ Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SupervisedTuningDatasetDistribution
Dataset distribution for Supervised Tuning.
Corresponds to the JSON property userInputTokenDistribution
63945 63946 63947 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 63945 def user_input_token_distribution @user_input_token_distribution end |
#user_message_per_example_distribution ⇒ Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SupervisedTuningDatasetDistribution
Dataset distribution for Supervised Tuning.
Corresponds to the JSON property userMessagePerExampleDistribution
63950 63951 63952 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 63950 def @user_message_per_example_distribution end |
#user_output_token_distribution ⇒ Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SupervisedTuningDatasetDistribution
Dataset distribution for Supervised Tuning.
Corresponds to the JSON property userOutputTokenDistribution
63955 63956 63957 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 63955 def user_output_token_distribution @user_output_token_distribution end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
63962 63963 63964 63965 63966 63967 63968 63969 63970 63971 63972 63973 63974 63975 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 63962 def update!(**args) @dropped_example_reasons = args[:dropped_example_reasons] if args.key?(:dropped_example_reasons) @total_billable_character_count = args[:total_billable_character_count] if args.key?(:total_billable_character_count) @total_billable_token_count = args[:total_billable_token_count] if args.key?(:total_billable_token_count) @total_truncated_example_count = args[:total_truncated_example_count] if args.key?(:total_truncated_example_count) @total_tuning_character_count = args[:total_tuning_character_count] if args.key?(:total_tuning_character_count) @truncated_example_indices = args[:truncated_example_indices] if args.key?(:truncated_example_indices) @tuning_dataset_example_count = args[:tuning_dataset_example_count] if args.key?(:tuning_dataset_example_count) @tuning_step_count = args[:tuning_step_count] if args.key?(:tuning_step_count) @user_dataset_examples = args[:user_dataset_examples] if args.key?(:user_dataset_examples) @user_input_token_distribution = args[:user_input_token_distribution] if args.key?(:user_input_token_distribution) @user_message_per_example_distribution = args[:user_message_per_example_distribution] if args.key?(:user_message_per_example_distribution) @user_output_token_distribution = args[:user_output_token_distribution] if args.key?(:user_output_token_distribution) end |