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/v1.getDatasetVersion
Explore with Pulumi AI
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)
public static Output<GetDatasetVersionResult> getDatasetVersion(GetDatasetVersionArgs args, InvokeOptions options)
fn::invoke:
  function: google-native:aiplatform/v1:getDatasetVersion
  arguments:
    # arguments dictionaryThe following arguments are supported:
- Dataset
Id string - Dataset
Version stringId  - Location string
 - Project string
 - Read
Mask string 
- Dataset
Id string - Dataset
Version stringId  - Location string
 - Project string
 - Read
Mask string 
- dataset
Id String - dataset
Version StringId  - location String
 - project String
 - read
Mask String 
- dataset
Id string - dataset
Version stringId  - location string
 - project string
 - read
Mask string 
- dataset_
id str - dataset_
version_ strid  - location str
 - project str
 - read_
mask str 
- dataset
Id String - dataset
Version StringId  - location String
 - project String
 - read
Mask String 
getDatasetVersion Result
The following output properties are available:
- Big
Query stringDataset Name  - Name of the associated BigQuery dataset.
 - Create
Time 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.
 - Update
Time string - Timestamp when this DatasetVersion was last updated.
 
- Big
Query stringDataset Name  - Name of the associated BigQuery dataset.
 - Create
Time 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.
 - Update
Time string - Timestamp when this DatasetVersion was last updated.
 
- big
Query StringDataset Name  - Name of the associated BigQuery dataset.
 - create
Time 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.
 - update
Time String - Timestamp when this DatasetVersion was last updated.
 
- big
Query stringDataset Name  - Name of the associated BigQuery dataset.
 - create
Time 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.
 - update
Time string - Timestamp when this DatasetVersion was last updated.
 
- big_
query_ strdataset_ name  - 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.
 
- big
Query StringDataset Name  - Name of the associated BigQuery dataset.
 - create
Time 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.
 - update
Time String - Timestamp when this DatasetVersion was last updated.
 
Package Details
- Repository
 - Google Cloud Native pulumi/pulumi-google-native
 - License
 - Apache-2.0
 
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