Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::ImageConfig::ImageOutputOptions (v1.35.0)

Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::ImageConfig::ImageOutputOptions.

The image output format for generated images.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#compression_quality

def compression_quality() -> ::Integer
Returns
  • (::Integer) — Optional. The compression quality of the output image.

#compression_quality=

def compression_quality=(value) -> ::Integer
Parameter
  • value (::Integer) — Optional. The compression quality of the output image.
Returns
  • (::Integer) — Optional. The compression quality of the output image.

#mime_type

def mime_type() -> ::String
Returns
  • (::String) — Optional. The image format that the output should be saved as.

#mime_type=

def mime_type=(value) -> ::String
Parameter
  • value (::String) — Optional. The image format that the output should be saved as.
Returns
  • (::String) — Optional. The image format that the output should be saved as.