Class: Google::Cloud::AIPlatform::V1::SupervisedTuningDataStats

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#dropped_example_reasons::Array<::String> (readonly)



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)

Deprecated.

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)



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)



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)



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)



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)



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)



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)



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)



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)



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)



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