Class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SchemaVisualInspectionClassificationLabelSavedQueryMetadata
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SchemaVisualInspectionClassificationLabelSavedQueryMetadata
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/aiplatform_v1/classes.rb,
lib/google/apis/aiplatform_v1/representations.rb,
lib/google/apis/aiplatform_v1/representations.rb
Instance Attribute Summary collapse
-
#multi_label ⇒ Boolean
(also: #multi_label?)
Whether or not the classification label is multi_label.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1SchemaVisualInspectionClassificationLabelSavedQueryMetadata
constructor
A new instance of GoogleCloudAiplatformV1SchemaVisualInspectionClassificationLabelSavedQueryMetadata.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1SchemaVisualInspectionClassificationLabelSavedQueryMetadata
Returns a new instance of GoogleCloudAiplatformV1SchemaVisualInspectionClassificationLabelSavedQueryMetadata.
27593 27594 27595 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 27593 def initialize(**args) update!(**args) end |
Instance Attribute Details
#multi_label ⇒ Boolean Also known as: multi_label?
Whether or not the classification label is multi_label.
Corresponds to the JSON property multiLabel
27590 27591 27592 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 27590 def multi_label @multi_label end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
27598 27599 27600 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 27598 def update!(**args) @multi_label = args[:multi_label] if args.key?(:multi_label) end |