View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1FeatureViewSync (google_api_ai_platform v0.13.0)
FeatureViewSync is a representation of sync operation which copies data from data source to Feature View in Online Store.
Attributes
-
createTime
(type:DateTime.t
, default:nil
) - Output only. Time when this FeatureViewSync is created. Creation of a FeatureViewSync means that the job is pending / waiting for sufficient resources but may not have started the actual data transfer yet. -
finalStatus
(type:GoogleApi.AIPlatform.V1.Model.GoogleRpcStatus.t
, default:nil
) - Output only. Final status of the FeatureViewSync. -
name
(type:String.t
, default:nil
) - Identifier. Name of the FeatureViewSync. Format:projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}/featureViews/{feature_view}/featureViewSyncs/{feature_view_sync}
-
runTime
(type:GoogleApi.AIPlatform.V1.Model.GoogleTypeInterval.t
, default:nil
) - Output only. Time when this FeatureViewSync is finished. -
satisfiesPzi
(type:boolean()
, default:nil
) - Output only. Reserved for future use. -
satisfiesPzs
(type:boolean()
, default:nil
) - Output only. Reserved for future use. -
syncSummary
(type:GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1FeatureViewSyncSyncSummary.t
, default:nil
) - Output only. Summary of the sync job.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1FeatureViewSync{ createTime: DateTime.t() | nil, finalStatus: GoogleApi.AIPlatform.V1.Model.GoogleRpcStatus.t() | nil, name: String.t() | nil, runTime: GoogleApi.AIPlatform.V1.Model.GoogleTypeInterval.t() | nil, satisfiesPzi: boolean() | nil, satisfiesPzs: boolean() | nil, syncSummary: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1FeatureViewSyncSyncSummary.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.