View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ReasoningEngine (google_api_ai_platform v0.24.0)
ReasoningEngine provides a customizable runtime for models to determine which actions to take and in which order.
Attributes
-
createTime
(type:DateTime.t
, default:nil
) - Output only. Timestamp when this ReasoningEngine was created. -
description
(type:String.t
, default:nil
) - Optional. The description of the ReasoningEngine. -
displayName
(type:String.t
, default:nil
) - Required. The display name of the ReasoningEngine. -
etag
(type:String.t
, default:nil
) - Optional. Used to perform consistent read-modify-write updates. If not set, a blind "overwrite" update happens. -
name
(type:String.t
, default:nil
) - Identifier. The resource name of the ReasoningEngine. -
spec
(type:GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ReasoningEngineSpec.t
, default:nil
) - Required. Configurations of the ReasoningEngine -
updateTime
(type:DateTime.t
, default:nil
) - Output only. Timestamp when this ReasoningEngine was most recently updated.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ReasoningEngine{ createTime: DateTime.t() | nil, description: String.t() | nil, displayName: String.t() | nil, etag: String.t() | nil, name: String.t() | nil, spec: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ReasoningEngineSpec.t() | nil, updateTime: DateTime.t() | nil }