1. Packages
  2. Google Cloud Native
  3. API Docs
  4. aiplatform
  5. aiplatform/v1beta1
  6. getFeatureGroup

Google Cloud Native is in preview. Google Cloud Classic is fully supported.

Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi

google-native.aiplatform/v1beta1.getFeatureGroup

Explore with Pulumi AI

google-native logo

Google Cloud Native is in preview. Google Cloud Classic is fully supported.

Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi

    Gets details of a single FeatureGroup.

    Using getFeatureGroup

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getFeatureGroup(args: GetFeatureGroupArgs, opts?: InvokeOptions): Promise<GetFeatureGroupResult>
    function getFeatureGroupOutput(args: GetFeatureGroupOutputArgs, opts?: InvokeOptions): Output<GetFeatureGroupResult>
    def get_feature_group(feature_group_id: Optional[str] = None,
                          location: Optional[str] = None,
                          project: Optional[str] = None,
                          opts: Optional[InvokeOptions] = None) -> GetFeatureGroupResult
    def get_feature_group_output(feature_group_id: Optional[pulumi.Input[str]] = None,
                          location: Optional[pulumi.Input[str]] = None,
                          project: Optional[pulumi.Input[str]] = None,
                          opts: Optional[InvokeOptions] = None) -> Output[GetFeatureGroupResult]
    func LookupFeatureGroup(ctx *Context, args *LookupFeatureGroupArgs, opts ...InvokeOption) (*LookupFeatureGroupResult, error)
    func LookupFeatureGroupOutput(ctx *Context, args *LookupFeatureGroupOutputArgs, opts ...InvokeOption) LookupFeatureGroupResultOutput

    > Note: This function is named LookupFeatureGroup in the Go SDK.

    public static class GetFeatureGroup 
    {
        public static Task<GetFeatureGroupResult> InvokeAsync(GetFeatureGroupArgs args, InvokeOptions? opts = null)
        public static Output<GetFeatureGroupResult> Invoke(GetFeatureGroupInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetFeatureGroupResult> getFeatureGroup(GetFeatureGroupArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: google-native:aiplatform/v1beta1:getFeatureGroup
      arguments:
        # arguments dictionary

    The following arguments are supported:

    FeatureGroupId string
    Location string
    Project string
    FeatureGroupId string
    Location string
    Project string
    featureGroupId String
    location String
    project String
    featureGroupId string
    location string
    project string
    featureGroupId String
    location String
    project String

    getFeatureGroup Result

    The following output properties are available:

    BigQuery Pulumi.GoogleNative.Aiplatform.V1Beta1.Outputs.GoogleCloudAiplatformV1beta1FeatureGroupBigQueryResponse
    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.
    CreateTime string
    Timestamp when this FeatureGroup was created.
    Description string
    Optional. Description of the FeatureGroup.
    Etag string
    Optional. Used to perform consistent read-modify-write updates. If not set, a blind "overwrite" update happens.
    Labels Dictionary<string, string>
    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.
    Name string
    Name of the FeatureGroup. Format: projects/{project}/locations/{location}/featureGroups/{featureGroup}
    UpdateTime string
    Timestamp when this FeatureGroup was last updated.
    BigQuery GoogleCloudAiplatformV1beta1FeatureGroupBigQueryResponse
    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.
    CreateTime string
    Timestamp when this FeatureGroup was created.
    Description string
    Optional. Description of the FeatureGroup.
    Etag string
    Optional. Used to perform consistent read-modify-write updates. If not set, a blind "overwrite" update happens.
    Labels map[string]string
    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.
    Name string
    Name of the FeatureGroup. Format: projects/{project}/locations/{location}/featureGroups/{featureGroup}
    UpdateTime string
    Timestamp when this FeatureGroup was last updated.
    bigQuery GoogleCloudAiplatformV1beta1FeatureGroupBigQueryResponse
    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.
    createTime String
    Timestamp when this FeatureGroup was created.
    description String
    Optional. Description of the FeatureGroup.
    etag String
    Optional. Used to perform consistent read-modify-write updates. If not set, a blind "overwrite" update happens.
    labels Map<String,String>
    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.
    name String
    Name of the FeatureGroup. Format: projects/{project}/locations/{location}/featureGroups/{featureGroup}
    updateTime String
    Timestamp when this FeatureGroup was last updated.
    bigQuery GoogleCloudAiplatformV1beta1FeatureGroupBigQueryResponse
    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.
    createTime string
    Timestamp when this FeatureGroup was created.
    description string
    Optional. Description of the FeatureGroup.
    etag string
    Optional. Used to perform consistent read-modify-write updates. If not set, a blind "overwrite" update happens.
    labels {[key: string]: string}
    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.
    name string
    Name of the FeatureGroup. Format: projects/{project}/locations/{location}/featureGroups/{featureGroup}
    updateTime string
    Timestamp when this FeatureGroup was last updated.
    big_query GoogleCloudAiplatformV1beta1FeatureGroupBigQueryResponse
    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.
    create_time str
    Timestamp when this FeatureGroup was created.
    description str
    Optional. Description of the FeatureGroup.
    etag str
    Optional. Used to perform consistent read-modify-write updates. If not set, a blind "overwrite" update happens.
    labels Mapping[str, str]
    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.
    name str
    Name of the FeatureGroup. Format: projects/{project}/locations/{location}/featureGroups/{featureGroup}
    update_time str
    Timestamp when this FeatureGroup was last updated.
    bigQuery Property Map
    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.
    createTime String
    Timestamp when this FeatureGroup was created.
    description String
    Optional. Description of the FeatureGroup.
    etag String
    Optional. Used to perform consistent read-modify-write updates. If not set, a blind "overwrite" update happens.
    labels Map<String>
    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.
    name String
    Name of the FeatureGroup. Format: projects/{project}/locations/{location}/featureGroups/{featureGroup}
    updateTime String
    Timestamp when this FeatureGroup was last updated.

    Supporting Types

    GoogleCloudAiplatformV1beta1BigQuerySourceResponse

    InputUri string
    BigQuery URI to a table, up to 2000 characters long. Accepted forms: * BigQuery path. For example: bq://projectId.bqDatasetId.bqTableId.
    InputUri string
    BigQuery URI to a table, up to 2000 characters long. Accepted forms: * BigQuery path. For example: bq://projectId.bqDatasetId.bqTableId.
    inputUri String
    BigQuery URI to a table, up to 2000 characters long. Accepted forms: * BigQuery path. For example: bq://projectId.bqDatasetId.bqTableId.
    inputUri string
    BigQuery URI to a table, up to 2000 characters long. Accepted forms: * BigQuery path. For example: bq://projectId.bqDatasetId.bqTableId.
    input_uri str
    BigQuery URI to a table, up to 2000 characters long. Accepted forms: * BigQuery path. For example: bq://projectId.bqDatasetId.bqTableId.
    inputUri String
    BigQuery URI to a table, up to 2000 characters long. Accepted forms: * BigQuery path. For example: bq://projectId.bqDatasetId.bqTableId.

    GoogleCloudAiplatformV1beta1FeatureGroupBigQueryResponse

    BigQuerySource Pulumi.GoogleNative.Aiplatform.V1Beta1.Inputs.GoogleCloudAiplatformV1beta1BigQuerySourceResponse
    Immutable. The BigQuery source URI that points to either a BigQuery Table or View.
    EntityIdColumns List<string>
    Optional. Columns to construct entity_id / row keys. Currently only supports 1 entity_id_column. If not provided defaults to entity_id.
    BigQuerySource GoogleCloudAiplatformV1beta1BigQuerySourceResponse
    Immutable. The BigQuery source URI that points to either a BigQuery Table or View.
    EntityIdColumns []string
    Optional. Columns to construct entity_id / row keys. Currently only supports 1 entity_id_column. If not provided defaults to entity_id.
    bigQuerySource GoogleCloudAiplatformV1beta1BigQuerySourceResponse
    Immutable. The BigQuery source URI that points to either a BigQuery Table or View.
    entityIdColumns List<String>
    Optional. Columns to construct entity_id / row keys. Currently only supports 1 entity_id_column. If not provided defaults to entity_id.
    bigQuerySource GoogleCloudAiplatformV1beta1BigQuerySourceResponse
    Immutable. The BigQuery source URI that points to either a BigQuery Table or View.
    entityIdColumns string[]
    Optional. Columns to construct entity_id / row keys. Currently only supports 1 entity_id_column. If not provided defaults to entity_id.
    big_query_source GoogleCloudAiplatformV1beta1BigQuerySourceResponse
    Immutable. The BigQuery source URI that points to either a BigQuery Table or View.
    entity_id_columns Sequence[str]
    Optional. Columns to construct entity_id / row keys. Currently only supports 1 entity_id_column. If not provided defaults to entity_id.
    bigQuerySource Property Map
    Immutable. The BigQuery source URI that points to either a BigQuery Table or View.
    entityIdColumns List<String>
    Optional. Columns to construct entity_id / row keys. Currently only supports 1 entity_id_column. If not provided defaults to entity_id.

    Package Details

    Repository
    Google Cloud Native pulumi/pulumi-google-native
    License
    Apache-2.0
    google-native logo

    Google Cloud Native is in preview. Google Cloud Classic is fully supported.

    Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi