Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SchemaVisualInspectionClassificationLabelSavedQueryMetadata

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/aiplatform_v1beta1/classes.rb,
lib/google/apis/aiplatform_v1beta1/representations.rb,
lib/google/apis/aiplatform_v1beta1/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1SchemaVisualInspectionClassificationLabelSavedQueryMetadata

Returns a new instance of GoogleCloudAiplatformV1beta1SchemaVisualInspectionClassificationLabelSavedQueryMetadata.



30955
30956
30957
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 30955

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#multi_labelBoolean Also known as: multi_label?

Whether or not the classification label is multi_label. Corresponds to the JSON property multiLabel

Returns:

  • (Boolean)


30952
30953
30954
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 30952

def multi_label
  @multi_label
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



30960
30961
30962
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 30960

def update!(**args)
  @multi_label = args[:multi_label] if args.key?(:multi_label)
end