Class: Google::Cloud::AIPlatform::V1::FeatureGroup
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::FeatureGroup
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/feature_group.rb
Overview
Vertex AI Feature Group.
Defined Under Namespace
Classes: BigQuery, LabelsEntry
Instance Attribute Summary collapse
-
#big_query ⇒ ::Google::Cloud::AIPlatform::V1::FeatureGroup::BigQuery
Indicates that features for this group come from BigQuery Table/View.
-
#create_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#description ⇒ ::String
Optional.
-
#etag ⇒ ::String
Optional.
-
#labels ⇒ ::Google::Protobuf::Map{::String => ::String}
Optional.
-
#name ⇒ ::String
Identifier.
-
#update_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
Instance Attribute Details
#big_query ⇒ ::Google::Cloud::AIPlatform::V1::FeatureGroup::BigQuery
Returns Indicates that features for this group come from BigQuery Table/View. By default treats the source as a sparse time series source, which is required to have an entity_id and a feature_timestamp column in the source.
61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 |
# File 'proto_docs/google/cloud/aiplatform/v1/feature_group.rb', line 61 class FeatureGroup include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Input source type for BigQuery Tables and Views. # @!attribute [rw] big_query_source # @return [::Google::Cloud::AIPlatform::V1::BigQuerySource] # Required. Immutable. The BigQuery source URI that points to either a # BigQuery Table or View. # @!attribute [rw] entity_id_columns # @return [::Array<::String>] # Optional. Columns to construct entity_id / row keys. # If not provided defaults to `entity_id`. class BigQuery include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#create_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. Timestamp when this FeatureGroup was created.
61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 |
# File 'proto_docs/google/cloud/aiplatform/v1/feature_group.rb', line 61 class FeatureGroup include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Input source type for BigQuery Tables and Views. # @!attribute [rw] big_query_source # @return [::Google::Cloud::AIPlatform::V1::BigQuerySource] # Required. Immutable. The BigQuery source URI that points to either a # BigQuery Table or View. # @!attribute [rw] entity_id_columns # @return [::Array<::String>] # Optional. Columns to construct entity_id / row keys. # If not provided defaults to `entity_id`. class BigQuery include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#description ⇒ ::String
Returns Optional. Description of the FeatureGroup.
61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 |
# File 'proto_docs/google/cloud/aiplatform/v1/feature_group.rb', line 61 class FeatureGroup include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Input source type for BigQuery Tables and Views. # @!attribute [rw] big_query_source # @return [::Google::Cloud::AIPlatform::V1::BigQuerySource] # Required. Immutable. The BigQuery source URI that points to either a # BigQuery Table or View. # @!attribute [rw] entity_id_columns # @return [::Array<::String>] # Optional. Columns to construct entity_id / row keys. # If not provided defaults to `entity_id`. class BigQuery include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#etag ⇒ ::String
Returns Optional. Used to perform consistent read-modify-write updates. If not set, a blind "overwrite" update happens.
61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 |
# File 'proto_docs/google/cloud/aiplatform/v1/feature_group.rb', line 61 class FeatureGroup include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Input source type for BigQuery Tables and Views. # @!attribute [rw] big_query_source # @return [::Google::Cloud::AIPlatform::V1::BigQuerySource] # Required. Immutable. The BigQuery source URI that points to either a # BigQuery Table or View. # @!attribute [rw] entity_id_columns # @return [::Array<::String>] # Optional. Columns to construct entity_id / row keys. # If not provided defaults to `entity_id`. class BigQuery include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#labels ⇒ ::Google::Protobuf::Map{::String => ::String}
Returns Optional. The labels with user-defined metadata to organize your FeatureGroup.
Label keys and values can be no longer than 64 characters (Unicode codepoints), can only contain lowercase letters, numeric characters, underscores and dashes. International characters are allowed.
See https://goo.gl/xmQnxf for more information on and examples of labels. No more than 64 user labels can be associated with one FeatureGroup(System labels are excluded)." System reserved label keys are prefixed with "aiplatform.googleapis.com/" and are immutable.
61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 |
# File 'proto_docs/google/cloud/aiplatform/v1/feature_group.rb', line 61 class FeatureGroup include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Input source type for BigQuery Tables and Views. # @!attribute [rw] big_query_source # @return [::Google::Cloud::AIPlatform::V1::BigQuerySource] # Required. Immutable. The BigQuery source URI that points to either a # BigQuery Table or View. # @!attribute [rw] entity_id_columns # @return [::Array<::String>] # Optional. Columns to construct entity_id / row keys. # If not provided defaults to `entity_id`. class BigQuery include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#name ⇒ ::String
Returns Identifier. Name of the FeatureGroup. Format:
projects/{project}/locations/{location}/featureGroups/{featureGroup}.
61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 |
# File 'proto_docs/google/cloud/aiplatform/v1/feature_group.rb', line 61 class FeatureGroup include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Input source type for BigQuery Tables and Views. # @!attribute [rw] big_query_source # @return [::Google::Cloud::AIPlatform::V1::BigQuerySource] # Required. Immutable. The BigQuery source URI that points to either a # BigQuery Table or View. # @!attribute [rw] entity_id_columns # @return [::Array<::String>] # Optional. Columns to construct entity_id / row keys. # If not provided defaults to `entity_id`. class BigQuery include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#update_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. Timestamp when this FeatureGroup was last updated.
61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 |
# File 'proto_docs/google/cloud/aiplatform/v1/feature_group.rb', line 61 class FeatureGroup include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Input source type for BigQuery Tables and Views. # @!attribute [rw] big_query_source # @return [::Google::Cloud::AIPlatform::V1::BigQuerySource] # Required. Immutable. The BigQuery source URI that points to either a # BigQuery Table or View. # @!attribute [rw] entity_id_columns # @return [::Array<::String>] # Optional. Columns to construct entity_id / row keys. # If not provided defaults to `entity_id`. class BigQuery include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |