Class: Google::Cloud::AIPlatform::V1::SupervisedTuningDataStats
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::SupervisedTuningDataStats
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/tuning_job.rb
Overview
Tuning data statistics for Supervised Tuning.
Instance Attribute Summary collapse
-
#dropped_example_reasons ⇒ ::Array<::String>
readonly
Output only.
-
#total_billable_character_count ⇒ ::Integer
readonly
deprecated
Deprecated.
This field is deprecated and may be removed in the next major version update.
-
#total_billable_token_count ⇒ ::Integer
readonly
Output only.
-
#total_truncated_example_count ⇒ ::Integer
readonly
Output only.
-
#total_tuning_character_count ⇒ ::Integer
readonly
Output only.
-
#truncated_example_indices ⇒ ::Array<::Integer>
readonly
Output only.
-
#tuning_dataset_example_count ⇒ ::Integer
readonly
Output only.
-
#tuning_step_count ⇒ ::Integer
readonly
Output only.
-
#user_dataset_examples ⇒ ::Array<::Google::Cloud::AIPlatform::V1::Content>
readonly
Output only.
-
#user_input_token_distribution ⇒ ::Google::Cloud::AIPlatform::V1::SupervisedTuningDatasetDistribution
readonly
Output only.
-
#user_message_per_example_distribution ⇒ ::Google::Cloud::AIPlatform::V1::SupervisedTuningDatasetDistribution
readonly
Output only.
-
#user_output_token_distribution ⇒ ::Google::Cloud::AIPlatform::V1::SupervisedTuningDatasetDistribution
readonly
Output only.
Instance Attribute Details
#dropped_example_reasons ⇒ ::Array<::String> (readonly)
Returns Output only. For each index in truncated_example_indices, the user-facing
reason why the example was dropped.
255 256 257 258 |
# File 'proto_docs/google/cloud/aiplatform/v1/tuning_job.rb', line 255 class SupervisedTuningDataStats include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#total_billable_character_count ⇒ ::Integer (readonly)
This field is deprecated and may be removed in the next major version update.
Returns Output only. Number of billable characters in the tuning dataset.
255 256 257 258 |
# File 'proto_docs/google/cloud/aiplatform/v1/tuning_job.rb', line 255 class SupervisedTuningDataStats include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#total_billable_token_count ⇒ ::Integer (readonly)
Returns Output only. Number of billable tokens in the tuning dataset.
255 256 257 258 |
# File 'proto_docs/google/cloud/aiplatform/v1/tuning_job.rb', line 255 class SupervisedTuningDataStats include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#total_truncated_example_count ⇒ ::Integer (readonly)
Returns 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.
255 256 257 258 |
# File 'proto_docs/google/cloud/aiplatform/v1/tuning_job.rb', line 255 class SupervisedTuningDataStats include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#total_tuning_character_count ⇒ ::Integer (readonly)
Returns Output only. Number of tuning characters in the tuning dataset.
255 256 257 258 |
# File 'proto_docs/google/cloud/aiplatform/v1/tuning_job.rb', line 255 class SupervisedTuningDataStats include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#truncated_example_indices ⇒ ::Array<::Integer> (readonly)
Returns Output only. A partial sample of the indices (starting from 1) of the dropped examples.
255 256 257 258 |
# File 'proto_docs/google/cloud/aiplatform/v1/tuning_job.rb', line 255 class SupervisedTuningDataStats include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#tuning_dataset_example_count ⇒ ::Integer (readonly)
Returns Output only. Number of examples in the tuning dataset.
255 256 257 258 |
# File 'proto_docs/google/cloud/aiplatform/v1/tuning_job.rb', line 255 class SupervisedTuningDataStats include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#tuning_step_count ⇒ ::Integer (readonly)
Returns Output only. Number of tuning steps for this Tuning Job.
255 256 257 258 |
# File 'proto_docs/google/cloud/aiplatform/v1/tuning_job.rb', line 255 class SupervisedTuningDataStats include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#user_dataset_examples ⇒ ::Array<::Google::Cloud::AIPlatform::V1::Content> (readonly)
Returns Output only. Sample user messages in the training dataset uri.
255 256 257 258 |
# File 'proto_docs/google/cloud/aiplatform/v1/tuning_job.rb', line 255 class SupervisedTuningDataStats include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#user_input_token_distribution ⇒ ::Google::Cloud::AIPlatform::V1::SupervisedTuningDatasetDistribution (readonly)
Returns Output only. Dataset distributions for the user input tokens.
255 256 257 258 |
# File 'proto_docs/google/cloud/aiplatform/v1/tuning_job.rb', line 255 class SupervisedTuningDataStats include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#user_message_per_example_distribution ⇒ ::Google::Cloud::AIPlatform::V1::SupervisedTuningDatasetDistribution (readonly)
Returns Output only. Dataset distributions for the messages per example.
255 256 257 258 |
# File 'proto_docs/google/cloud/aiplatform/v1/tuning_job.rb', line 255 class SupervisedTuningDataStats include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#user_output_token_distribution ⇒ ::Google::Cloud::AIPlatform::V1::SupervisedTuningDatasetDistribution (readonly)
Returns Output only. Dataset distributions for the user output tokens.
255 256 257 258 |
# File 'proto_docs/google/cloud/aiplatform/v1/tuning_job.rb', line 255 class SupervisedTuningDataStats include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |