1. Packages
  2. Google Cloud Native
  3. API Docs
  4. aiplatform
  5. aiplatform/v1
  6. DatasetVersion

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

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

    Create a version from a Dataset. Auto-naming is currently not supported for this resource.

    Create DatasetVersion Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new DatasetVersion(name: string, args: DatasetVersionArgs, opts?: CustomResourceOptions);
    @overload
    def DatasetVersion(resource_name: str,
                       args: DatasetVersionArgs,
                       opts: Optional[ResourceOptions] = None)
    
    @overload
    def DatasetVersion(resource_name: str,
                       opts: Optional[ResourceOptions] = None,
                       dataset_id: Optional[str] = None,
                       etag: Optional[str] = None,
                       location: Optional[str] = None,
                       project: Optional[str] = None)
    func NewDatasetVersion(ctx *Context, name string, args DatasetVersionArgs, opts ...ResourceOption) (*DatasetVersion, error)
    public DatasetVersion(string name, DatasetVersionArgs args, CustomResourceOptions? opts = null)
    public DatasetVersion(String name, DatasetVersionArgs args)
    public DatasetVersion(String name, DatasetVersionArgs args, CustomResourceOptions options)
    
    type: google-native:aiplatform/v1:DatasetVersion
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args DatasetVersionArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args DatasetVersionArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args DatasetVersionArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args DatasetVersionArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args DatasetVersionArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Constructor example

    The following reference example uses placeholder values for all input properties.

    var datasetVersionResource = new GoogleNative.Aiplatform.V1.DatasetVersion("datasetVersionResource", new()
    {
        DatasetId = "string",
        Etag = "string",
        Location = "string",
        Project = "string",
    });
    
    example, err := aiplatform.NewDatasetVersion(ctx, "datasetVersionResource", &aiplatform.DatasetVersionArgs{
    	DatasetId: pulumi.String("string"),
    	Etag:      pulumi.String("string"),
    	Location:  pulumi.String("string"),
    	Project:   pulumi.String("string"),
    })
    
    var datasetVersionResource = new DatasetVersion("datasetVersionResource", DatasetVersionArgs.builder()
        .datasetId("string")
        .etag("string")
        .location("string")
        .project("string")
        .build());
    
    dataset_version_resource = google_native.aiplatform.v1.DatasetVersion("datasetVersionResource",
        dataset_id="string",
        etag="string",
        location="string",
        project="string")
    
    const datasetVersionResource = new google_native.aiplatform.v1.DatasetVersion("datasetVersionResource", {
        datasetId: "string",
        etag: "string",
        location: "string",
        project: "string",
    });
    
    type: google-native:aiplatform/v1:DatasetVersion
    properties:
        datasetId: string
        etag: string
        location: string
        project: string
    

    DatasetVersion Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    The DatasetVersion resource accepts the following input properties:

    DatasetId string
    Etag string
    Used to perform consistent read-modify-write updates. If not set, a blind "overwrite" update happens.
    Location string
    Project string
    DatasetId string
    Etag string
    Used to perform consistent read-modify-write updates. If not set, a blind "overwrite" update happens.
    Location string
    Project string
    datasetId String
    etag String
    Used to perform consistent read-modify-write updates. If not set, a blind "overwrite" update happens.
    location String
    project String
    datasetId string
    etag string
    Used to perform consistent read-modify-write updates. If not set, a blind "overwrite" update happens.
    location string
    project string
    dataset_id str
    etag str
    Used to perform consistent read-modify-write updates. If not set, a blind "overwrite" update happens.
    location str
    project str
    datasetId String
    etag String
    Used to perform consistent read-modify-write updates. If not set, a blind "overwrite" update happens.
    location String
    project String

    Outputs

    All input properties are implicitly available as output properties. Additionally, the DatasetVersion resource produces the following output properties:

    BigQueryDatasetName string
    Name of the associated BigQuery dataset.
    CreateTime string
    Timestamp when this DatasetVersion was created.
    Id string
    The provider-assigned unique ID for this managed resource.
    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.
    Id string
    The provider-assigned unique ID for this managed resource.
    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.
    id String
    The provider-assigned unique ID for this managed resource.
    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.
    id string
    The provider-assigned unique ID for this managed resource.
    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.
    id str
    The provider-assigned unique ID for this managed resource.
    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.
    id String
    The provider-assigned unique ID for this managed resource.
    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