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

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.getDatasetVersion

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 a Dataset version.

    Using getDatasetVersion

    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 getDatasetVersion(args: GetDatasetVersionArgs, opts?: InvokeOptions): Promise<GetDatasetVersionResult>
    function getDatasetVersionOutput(args: GetDatasetVersionOutputArgs, opts?: InvokeOptions): Output<GetDatasetVersionResult>
    def get_dataset_version(dataset_id: Optional[str] = None,
                            dataset_version_id: Optional[str] = None,
                            location: Optional[str] = None,
                            project: Optional[str] = None,
                            read_mask: Optional[str] = None,
                            opts: Optional[InvokeOptions] = None) -> GetDatasetVersionResult
    def get_dataset_version_output(dataset_id: Optional[pulumi.Input[str]] = None,
                            dataset_version_id: Optional[pulumi.Input[str]] = None,
                            location: Optional[pulumi.Input[str]] = None,
                            project: Optional[pulumi.Input[str]] = None,
                            read_mask: Optional[pulumi.Input[str]] = None,
                            opts: Optional[InvokeOptions] = None) -> Output[GetDatasetVersionResult]
    func LookupDatasetVersion(ctx *Context, args *LookupDatasetVersionArgs, opts ...InvokeOption) (*LookupDatasetVersionResult, error)
    func LookupDatasetVersionOutput(ctx *Context, args *LookupDatasetVersionOutputArgs, opts ...InvokeOption) LookupDatasetVersionResultOutput

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

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

    The following arguments are supported:

    DatasetId string
    DatasetVersionId string
    Location string
    Project string
    ReadMask string
    DatasetId string
    DatasetVersionId string
    Location string
    Project string
    ReadMask string
    datasetId String
    datasetVersionId String
    location String
    project String
    readMask String
    datasetId string
    datasetVersionId string
    location string
    project string
    readMask string
    datasetId String
    datasetVersionId String
    location String
    project String
    readMask String

    getDatasetVersion Result

    The following output properties are available:

    BigQueryDatasetName string
    Name of the associated BigQuery dataset.
    CreateTime string
    Timestamp when this DatasetVersion was created.
    Etag string
    Used to perform consistent read-modify-write updates. If not set, a blind "overwrite" update happens.
    Name string
    The resource name of the DatasetVersion.
    UpdateTime string
    Timestamp when this DatasetVersion was last updated.
    BigQueryDatasetName string
    Name of the associated BigQuery dataset.
    CreateTime string
    Timestamp when this DatasetVersion was created.
    Etag string
    Used to perform consistent read-modify-write updates. If not set, a blind "overwrite" update happens.
    Name string
    The resource name of the DatasetVersion.
    UpdateTime string
    Timestamp when this DatasetVersion was last updated.
    bigQueryDatasetName String
    Name of the associated BigQuery dataset.
    createTime String
    Timestamp when this DatasetVersion was created.
    etag String
    Used to perform consistent read-modify-write updates. If not set, a blind "overwrite" update happens.
    name String
    The resource name of the DatasetVersion.
    updateTime String
    Timestamp when this DatasetVersion was last updated.
    bigQueryDatasetName string
    Name of the associated BigQuery dataset.
    createTime string
    Timestamp when this DatasetVersion was created.
    etag string
    Used to perform consistent read-modify-write updates. If not set, a blind "overwrite" update happens.
    name string
    The resource name of the DatasetVersion.
    updateTime string
    Timestamp when this DatasetVersion was last updated.
    big_query_dataset_name str
    Name of the associated BigQuery dataset.
    create_time str
    Timestamp when this DatasetVersion was created.
    etag str
    Used to perform consistent read-modify-write updates. If not set, a blind "overwrite" update happens.
    name str
    The resource name of the DatasetVersion.
    update_time str
    Timestamp when this DatasetVersion was last updated.
    bigQueryDatasetName String
    Name of the associated BigQuery dataset.
    createTime String
    Timestamp when this DatasetVersion was created.
    etag String
    Used to perform consistent read-modify-write updates. If not set, a blind "overwrite" update happens.
    name String
    The resource name of the DatasetVersion.
    updateTime String
    Timestamp when this DatasetVersion was last updated.

    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