Class: Google::Cloud::AIPlatform::V1::SupervisedTuningDatasetDistribution::DatasetBucket
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::SupervisedTuningDatasetDistribution::DatasetBucket
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/tuning_job.rb
Overview
Dataset bucket used to create a histogram for the distribution given a population of values.
Instance Attribute Summary collapse
-
#count ⇒ ::Float
readonly
Output only.
-
#left ⇒ ::Float
readonly
Output only.
-
#right ⇒ ::Float
readonly
Output only.
Instance Attribute Details
#count ⇒ ::Float (readonly)
Returns Output only. Number of values in the bucket.
180 181 182 183 |
# File 'proto_docs/google/cloud/aiplatform/v1/tuning_job.rb', line 180 class DatasetBucket include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#left ⇒ ::Float (readonly)
Returns Output only. Left bound of the bucket.
180 181 182 183 |
# File 'proto_docs/google/cloud/aiplatform/v1/tuning_job.rb', line 180 class DatasetBucket include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#right ⇒ ::Float (readonly)
Returns Output only. Right bound of the bucket.
180 181 182 183 |
# File 'proto_docs/google/cloud/aiplatform/v1/tuning_job.rb', line 180 class DatasetBucket include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |