Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::Value (v0.10.0)

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

Value is the value of the field.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#double_value

def double_value() -> ::Float
Returns
  • (::Float) — A double value.

#double_value=

def double_value=(value) -> ::Float
Parameter
  • value (::Float) — A double value.
Returns
  • (::Float) — A double value.

#int_value

def int_value() -> ::Integer
Returns
  • (::Integer) — An integer value.

#int_value=

def int_value=(value) -> ::Integer
Parameter
  • value (::Integer) — An integer value.
Returns
  • (::Integer) — An integer value.

#string_value

def string_value() -> ::String
Returns
  • (::String) — A string value.

#string_value=

def string_value=(value) -> ::String
Parameter
  • value (::String) — A string value.
Returns
  • (::String) — A string value.