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
Contains the 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.
8060 8061 8062 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 8060 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
8058 8059 8060 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 8058 def detector_findings @detector_findings end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
8065 8066 8067 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 8065 def update!(**args) @detector_findings = args[:detector_findings] if args.key?(:detector_findings) end |