Class: Google::Cloud::AIPlatform::V1::SupervisedTuningDatasetDistribution::DatasetBucket

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

Dataset bucket used to create a histogram for the distribution given a population of values.

Instance Attribute Summary collapse

Instance Attribute Details

#count::Float (readonly)

Returns Output only. Number of values in the bucket.

Returns:

  • (::Float)

    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.

Returns:

  • (::Float)

    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.

Returns:

  • (::Float)

    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