Google Cloud Native is in preview. Google Cloud Classic is fully supported.
google-native.aiplatform/v1.DatasetVersion
Explore with Pulumi AI
Google Cloud Native is in preview. Google Cloud Classic is fully supported.
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:
- 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
Outputs
All input properties are implicitly available as output properties. Additionally, the DatasetVersion resource produces the following output properties:
- Big
Query stringDataset Name - Name of the associated BigQuery dataset.
- Create
Time 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.
- 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.
- Id string
- The provider-assigned unique ID for this managed resource.
- 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.
- id String
- The provider-assigned unique ID for this managed resource.
- 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.
- id string
- The provider-assigned unique ID for this managed resource.
- 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.
- 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.
- big
Query StringDataset Name - Name of the associated BigQuery dataset.
- create
Time 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.
- 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.