Class: Google::Apis::FirebasemlV2beta::GoogleCloudAiplatformV1beta1PartMediaResolution
- Inherits:
-
Object
- Object
- Google::Apis::FirebasemlV2beta::GoogleCloudAiplatformV1beta1PartMediaResolution
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/firebaseml_v2beta/classes.rb,
lib/google/apis/firebaseml_v2beta/representations.rb,
lib/google/apis/firebaseml_v2beta/representations.rb
Overview
per part media resolution. Media resolution for the input media.
Instance Attribute Summary collapse
-
#level ⇒ String
The tokenization quality used for given media.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1PartMediaResolution
constructor
A new instance of GoogleCloudAiplatformV1beta1PartMediaResolution.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1PartMediaResolution
Returns a new instance of GoogleCloudAiplatformV1beta1PartMediaResolution.
2692 2693 2694 |
# File 'lib/google/apis/firebaseml_v2beta/classes.rb', line 2692 def initialize(**args) update!(**args) end |
Instance Attribute Details
#level ⇒ String
The tokenization quality used for given media.
Corresponds to the JSON property level
2690 2691 2692 |
# File 'lib/google/apis/firebaseml_v2beta/classes.rb', line 2690 def level @level end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2697 2698 2699 |
# File 'lib/google/apis/firebaseml_v2beta/classes.rb', line 2697 def update!(**args) @level = args[:level] if args.key?(:level) end |