Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::CometInput.
Input for Comet metric.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#instance
def instance() -> ::Google::Cloud::AIPlatform::V1::CometInstance
Returns
- (::Google::Cloud::AIPlatform::V1::CometInstance) — Required. Comet instance.
#instance=
def instance=(value) -> ::Google::Cloud::AIPlatform::V1::CometInstance
Parameter
- value (::Google::Cloud::AIPlatform::V1::CometInstance) — Required. Comet instance.
Returns
- (::Google::Cloud::AIPlatform::V1::CometInstance) — Required. Comet instance.
#metric_spec
def metric_spec() -> ::Google::Cloud::AIPlatform::V1::CometSpec
Returns
- (::Google::Cloud::AIPlatform::V1::CometSpec) — Required. Spec for comet metric.
#metric_spec=
def metric_spec=(value) -> ::Google::Cloud::AIPlatform::V1::CometSpec
Parameter
- value (::Google::Cloud::AIPlatform::V1::CometSpec) — Required. Spec for comet metric.
Returns
- (::Google::Cloud::AIPlatform::V1::CometSpec) — Required. Spec for comet metric.