Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Assessment
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Assessment
- 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
Overview
Detailed assessment for an analyzed session.
Instance Attribute Summary collapse
-
#detector_findings ⇒ Array<Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1AssessmentDetectorFinding>
The list of detector findings.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1Assessment
constructor
A new instance of GoogleCloudAiplatformV1beta1Assessment.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1Assessment
Returns a new instance of GoogleCloudAiplatformV1beta1Assessment.
7864 7865 7866 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 7864 def initialize(**args) update!(**args) end |
Instance Attribute Details
#detector_findings ⇒ Array<Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1AssessmentDetectorFinding>
The list of detector findings.
Corresponds to the JSON property detectorFindings
7862 7863 7864 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 7862 def detector_findings @detector_findings end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
7869 7870 7871 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 7869 def update!(**args) @detector_findings = args[:detector_findings] if args.key?(:detector_findings) end |