Class: Google::Cloud::AIPlatform::V1::SupervisedTuningDatasetDistribution
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::SupervisedTuningDatasetDistribution
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/tuning_job.rb
Overview
Dataset distribution for Supervised Tuning.
Defined Under Namespace
Classes: DatasetBucket
Instance Attribute Summary collapse
-
#billable_sum ⇒ ::Integer
readonly
Output only.
-
#buckets ⇒ ::Array<::Google::Cloud::AIPlatform::V1::SupervisedTuningDatasetDistribution::DatasetBucket>
readonly
Output only.
-
#max ⇒ ::Float
readonly
Output only.
-
#mean ⇒ ::Float
readonly
Output only.
-
#median ⇒ ::Float
readonly
Output only.
-
#min ⇒ ::Float
readonly
Output only.
-
#p5 ⇒ ::Float
readonly
Output only.
-
#p95 ⇒ ::Float
readonly
Output only.
-
#sum ⇒ ::Integer
readonly
Output only.
Instance Attribute Details
#billable_sum ⇒ ::Integer (readonly)
Returns Output only. Sum of a given population of values that are billable.
192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 |
# File 'proto_docs/google/cloud/aiplatform/v1/tuning_job.rb', line 192 class SupervisedTuningDatasetDistribution include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Dataset bucket used to create a histogram for the distribution given a # population of values. # @!attribute [r] count # @return [::Float] # Output only. Number of values in the bucket. # @!attribute [r] left # @return [::Float] # Output only. Left bound of the bucket. # @!attribute [r] right # @return [::Float] # Output only. Right bound of the bucket. class DatasetBucket include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#buckets ⇒ ::Array<::Google::Cloud::AIPlatform::V1::SupervisedTuningDatasetDistribution::DatasetBucket> (readonly)
Returns Output only. Defines the histogram bucket.
192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 |
# File 'proto_docs/google/cloud/aiplatform/v1/tuning_job.rb', line 192 class SupervisedTuningDatasetDistribution include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Dataset bucket used to create a histogram for the distribution given a # population of values. # @!attribute [r] count # @return [::Float] # Output only. Number of values in the bucket. # @!attribute [r] left # @return [::Float] # Output only. Left bound of the bucket. # @!attribute [r] right # @return [::Float] # Output only. Right bound of the bucket. class DatasetBucket include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#max ⇒ ::Float (readonly)
Returns Output only. The maximum of the population values.
192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 |
# File 'proto_docs/google/cloud/aiplatform/v1/tuning_job.rb', line 192 class SupervisedTuningDatasetDistribution include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Dataset bucket used to create a histogram for the distribution given a # population of values. # @!attribute [r] count # @return [::Float] # Output only. Number of values in the bucket. # @!attribute [r] left # @return [::Float] # Output only. Left bound of the bucket. # @!attribute [r] right # @return [::Float] # Output only. Right bound of the bucket. class DatasetBucket include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#mean ⇒ ::Float (readonly)
Returns Output only. The arithmetic mean of the values in the population.
192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 |
# File 'proto_docs/google/cloud/aiplatform/v1/tuning_job.rb', line 192 class SupervisedTuningDatasetDistribution include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Dataset bucket used to create a histogram for the distribution given a # population of values. # @!attribute [r] count # @return [::Float] # Output only. Number of values in the bucket. # @!attribute [r] left # @return [::Float] # Output only. Left bound of the bucket. # @!attribute [r] right # @return [::Float] # Output only. Right bound of the bucket. class DatasetBucket include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#median ⇒ ::Float (readonly)
Returns Output only. The median of the values in the population.
192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 |
# File 'proto_docs/google/cloud/aiplatform/v1/tuning_job.rb', line 192 class SupervisedTuningDatasetDistribution include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Dataset bucket used to create a histogram for the distribution given a # population of values. # @!attribute [r] count # @return [::Float] # Output only. Number of values in the bucket. # @!attribute [r] left # @return [::Float] # Output only. Left bound of the bucket. # @!attribute [r] right # @return [::Float] # Output only. Right bound of the bucket. class DatasetBucket include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#min ⇒ ::Float (readonly)
Returns Output only. The minimum of the population values.
192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 |
# File 'proto_docs/google/cloud/aiplatform/v1/tuning_job.rb', line 192 class SupervisedTuningDatasetDistribution include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Dataset bucket used to create a histogram for the distribution given a # population of values. # @!attribute [r] count # @return [::Float] # Output only. Number of values in the bucket. # @!attribute [r] left # @return [::Float] # Output only. Left bound of the bucket. # @!attribute [r] right # @return [::Float] # Output only. Right bound of the bucket. class DatasetBucket include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#p5 ⇒ ::Float (readonly)
Returns Output only. The 5th percentile of the values in the population.
192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 |
# File 'proto_docs/google/cloud/aiplatform/v1/tuning_job.rb', line 192 class SupervisedTuningDatasetDistribution include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Dataset bucket used to create a histogram for the distribution given a # population of values. # @!attribute [r] count # @return [::Float] # Output only. Number of values in the bucket. # @!attribute [r] left # @return [::Float] # Output only. Left bound of the bucket. # @!attribute [r] right # @return [::Float] # Output only. Right bound of the bucket. class DatasetBucket include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#p95 ⇒ ::Float (readonly)
Returns Output only. The 95th percentile of the values in the population.
192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 |
# File 'proto_docs/google/cloud/aiplatform/v1/tuning_job.rb', line 192 class SupervisedTuningDatasetDistribution include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Dataset bucket used to create a histogram for the distribution given a # population of values. # @!attribute [r] count # @return [::Float] # Output only. Number of values in the bucket. # @!attribute [r] left # @return [::Float] # Output only. Left bound of the bucket. # @!attribute [r] right # @return [::Float] # Output only. Right bound of the bucket. class DatasetBucket include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#sum ⇒ ::Integer (readonly)
Returns Output only. Sum of a given population of values.
192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 |
# File 'proto_docs/google/cloud/aiplatform/v1/tuning_job.rb', line 192 class SupervisedTuningDatasetDistribution include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Dataset bucket used to create a histogram for the distribution given a # population of values. # @!attribute [r] count # @return [::Float] # Output only. Number of values in the bucket. # @!attribute [r] left # @return [::Float] # Output only. Left bound of the bucket. # @!attribute [r] right # @return [::Float] # Output only. Right bound of the bucket. class DatasetBucket include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |