Google Cloud Native is in preview. Google Cloud Classic is fully supported.
google-native.aiplatform/v1beta1.Dataset
Explore with Pulumi AI
Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Creates a Dataset. Auto-naming is currently not supported for this resource.
Create Dataset Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new Dataset(name: string, args: DatasetArgs, opts?: CustomResourceOptions);
@overload
def Dataset(resource_name: str,
args: DatasetArgs,
opts: Optional[ResourceOptions] = None)
@overload
def Dataset(resource_name: str,
opts: Optional[ResourceOptions] = None,
display_name: Optional[str] = None,
metadata: Optional[Any] = None,
metadata_schema_uri: Optional[str] = None,
description: Optional[str] = None,
encryption_spec: Optional[GoogleCloudAiplatformV1beta1EncryptionSpecArgs] = None,
etag: Optional[str] = None,
labels: Optional[Mapping[str, str]] = None,
location: Optional[str] = None,
project: Optional[str] = None,
saved_queries: Optional[Sequence[GoogleCloudAiplatformV1beta1SavedQueryArgs]] = None)
func NewDataset(ctx *Context, name string, args DatasetArgs, opts ...ResourceOption) (*Dataset, error)
public Dataset(string name, DatasetArgs args, CustomResourceOptions? opts = null)
public Dataset(String name, DatasetArgs args)
public Dataset(String name, DatasetArgs args, CustomResourceOptions options)
type: google-native:aiplatform/v1beta1:Dataset
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name
This property is required. string - The unique name of the resource.
- args
This property is required. DatasetArgs - The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name
This property is required. str - The unique name of the resource.
- args
This property is required. DatasetArgs - The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name
This property is required. string - The unique name of the resource.
- args
This property is required. DatasetArgs - The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name
This property is required. string - The unique name of the resource.
- args
This property is required. DatasetArgs - The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name
This property is required. String - The unique name of the resource.
- args
This property is required. DatasetArgs - 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 google_nativeDatasetResource = new GoogleNative.Aiplatform.V1Beta1.Dataset("google-nativeDatasetResource", new()
{
DisplayName = "string",
Metadata = "any",
MetadataSchemaUri = "string",
Description = "string",
EncryptionSpec = new GoogleNative.Aiplatform.V1Beta1.Inputs.GoogleCloudAiplatformV1beta1EncryptionSpecArgs
{
KmsKeyName = "string",
},
Etag = "string",
Labels =
{
{ "string", "string" },
},
Location = "string",
Project = "string",
SavedQueries = new[]
{
new GoogleNative.Aiplatform.V1Beta1.Inputs.GoogleCloudAiplatformV1beta1SavedQueryArgs
{
DisplayName = "string",
ProblemType = "string",
Etag = "string",
Metadata = "any",
},
},
});
example, err := aiplatformv1beta1.NewDataset(ctx, "google-nativeDatasetResource", &aiplatformv1beta1.DatasetArgs{
DisplayName: pulumi.String("string"),
Metadata: pulumi.Any("any"),
MetadataSchemaUri: pulumi.String("string"),
Description: pulumi.String("string"),
EncryptionSpec: &aiplatform.GoogleCloudAiplatformV1beta1EncryptionSpecArgs{
KmsKeyName: pulumi.String("string"),
},
Etag: pulumi.String("string"),
Labels: pulumi.StringMap{
"string": pulumi.String("string"),
},
Location: pulumi.String("string"),
Project: pulumi.String("string"),
SavedQueries: aiplatform.GoogleCloudAiplatformV1beta1SavedQueryArray{
&aiplatform.GoogleCloudAiplatformV1beta1SavedQueryArgs{
DisplayName: pulumi.String("string"),
ProblemType: pulumi.String("string"),
Etag: pulumi.String("string"),
Metadata: pulumi.Any("any"),
},
},
})
var google_nativeDatasetResource = new Dataset("google-nativeDatasetResource", DatasetArgs.builder()
.displayName("string")
.metadata("any")
.metadataSchemaUri("string")
.description("string")
.encryptionSpec(GoogleCloudAiplatformV1beta1EncryptionSpecArgs.builder()
.kmsKeyName("string")
.build())
.etag("string")
.labels(Map.of("string", "string"))
.location("string")
.project("string")
.savedQueries(GoogleCloudAiplatformV1beta1SavedQueryArgs.builder()
.displayName("string")
.problemType("string")
.etag("string")
.metadata("any")
.build())
.build());
google_native_dataset_resource = google_native.aiplatform.v1beta1.Dataset("google-nativeDatasetResource",
display_name="string",
metadata="any",
metadata_schema_uri="string",
description="string",
encryption_spec={
"kms_key_name": "string",
},
etag="string",
labels={
"string": "string",
},
location="string",
project="string",
saved_queries=[{
"display_name": "string",
"problem_type": "string",
"etag": "string",
"metadata": "any",
}])
const google_nativeDatasetResource = new google_native.aiplatform.v1beta1.Dataset("google-nativeDatasetResource", {
displayName: "string",
metadata: "any",
metadataSchemaUri: "string",
description: "string",
encryptionSpec: {
kmsKeyName: "string",
},
etag: "string",
labels: {
string: "string",
},
location: "string",
project: "string",
savedQueries: [{
displayName: "string",
problemType: "string",
etag: "string",
metadata: "any",
}],
});
type: google-native:aiplatform/v1beta1:Dataset
properties:
description: string
displayName: string
encryptionSpec:
kmsKeyName: string
etag: string
labels:
string: string
location: string
metadata: any
metadataSchemaUri: string
project: string
savedQueries:
- displayName: string
etag: string
metadata: any
problemType: string
Dataset Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The Dataset resource accepts the following input properties:
- Display
Name This property is required. string - The user-defined name of the Dataset. The name can be up to 128 characters long and can consist of any UTF-8 characters.
- Metadata
This property is required. object - Additional information about the Dataset.
- Metadata
Schema Uri This property is required. string - Points to a YAML file stored on Google Cloud Storage describing additional information about the Dataset. The schema is defined as an OpenAPI 3.0.2 Schema Object. The schema files that can be used here are found in gs://google-cloud-aiplatform/schema/dataset/metadata/.
- Description string
- The description of the Dataset.
- Encryption
Spec Pulumi.Google Native. Aiplatform. V1Beta1. Inputs. Google Cloud Aiplatform V1beta1Encryption Spec - Customer-managed encryption key spec for a Dataset. If set, this Dataset and all sub-resources of this Dataset will be secured by this key.
- Etag string
- Used to perform consistent read-modify-write updates. If not set, a blind "overwrite" update happens.
- Labels Dictionary<string, string>
- The labels with user-defined metadata to organize your Datasets. 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. No more than 64 user labels can be associated with one Dataset (System labels are excluded). See https://goo.gl/xmQnxf for more information and examples of labels. System reserved label keys are prefixed with "aiplatform.googleapis.com/" and are immutable. Following system labels exist for each Dataset: * "aiplatform.googleapis.com/dataset_metadata_schema": output only, its value is the metadata_schema's title.
- Location
Changes to this property will trigger replacement.
- Project
Changes to this property will trigger replacement.
- Saved
Queries List<Pulumi.Google Native. Aiplatform. V1Beta1. Inputs. Google Cloud Aiplatform V1beta1Saved Query> - All SavedQueries belong to the Dataset will be returned in List/Get Dataset response. The annotation_specs field will not be populated except for UI cases which will only use annotation_spec_count. In CreateDataset request, a SavedQuery is created together if this field is set, up to one SavedQuery can be set in CreateDatasetRequest. The SavedQuery should not contain any AnnotationSpec.
- Display
Name This property is required. string - The user-defined name of the Dataset. The name can be up to 128 characters long and can consist of any UTF-8 characters.
- Metadata
This property is required. interface{} - Additional information about the Dataset.
- Metadata
Schema Uri This property is required. string - Points to a YAML file stored on Google Cloud Storage describing additional information about the Dataset. The schema is defined as an OpenAPI 3.0.2 Schema Object. The schema files that can be used here are found in gs://google-cloud-aiplatform/schema/dataset/metadata/.
- Description string
- The description of the Dataset.
- Encryption
Spec GoogleCloud Aiplatform V1beta1Encryption Spec Args - Customer-managed encryption key spec for a Dataset. If set, this Dataset and all sub-resources of this Dataset will be secured by this key.
- Etag string
- Used to perform consistent read-modify-write updates. If not set, a blind "overwrite" update happens.
- Labels map[string]string
- The labels with user-defined metadata to organize your Datasets. 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. No more than 64 user labels can be associated with one Dataset (System labels are excluded). See https://goo.gl/xmQnxf for more information and examples of labels. System reserved label keys are prefixed with "aiplatform.googleapis.com/" and are immutable. Following system labels exist for each Dataset: * "aiplatform.googleapis.com/dataset_metadata_schema": output only, its value is the metadata_schema's title.
- Location
Changes to this property will trigger replacement.
- Project
Changes to this property will trigger replacement.
- Saved
Queries []GoogleCloud Aiplatform V1beta1Saved Query Args - All SavedQueries belong to the Dataset will be returned in List/Get Dataset response. The annotation_specs field will not be populated except for UI cases which will only use annotation_spec_count. In CreateDataset request, a SavedQuery is created together if this field is set, up to one SavedQuery can be set in CreateDatasetRequest. The SavedQuery should not contain any AnnotationSpec.
- display
Name This property is required. String - The user-defined name of the Dataset. The name can be up to 128 characters long and can consist of any UTF-8 characters.
- metadata
This property is required. Object - Additional information about the Dataset.
- metadata
Schema Uri This property is required. String - Points to a YAML file stored on Google Cloud Storage describing additional information about the Dataset. The schema is defined as an OpenAPI 3.0.2 Schema Object. The schema files that can be used here are found in gs://google-cloud-aiplatform/schema/dataset/metadata/.
- description String
- The description of the Dataset.
- encryption
Spec GoogleCloud Aiplatform V1beta1Encryption Spec - Customer-managed encryption key spec for a Dataset. If set, this Dataset and all sub-resources of this Dataset will be secured by this key.
- etag String
- Used to perform consistent read-modify-write updates. If not set, a blind "overwrite" update happens.
- labels Map<String,String>
- The labels with user-defined metadata to organize your Datasets. 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. No more than 64 user labels can be associated with one Dataset (System labels are excluded). See https://goo.gl/xmQnxf for more information and examples of labels. System reserved label keys are prefixed with "aiplatform.googleapis.com/" and are immutable. Following system labels exist for each Dataset: * "aiplatform.googleapis.com/dataset_metadata_schema": output only, its value is the metadata_schema's title.
- location
Changes to this property will trigger replacement.
- project
Changes to this property will trigger replacement.
- saved
Queries List<GoogleCloud Aiplatform V1beta1Saved Query> - All SavedQueries belong to the Dataset will be returned in List/Get Dataset response. The annotation_specs field will not be populated except for UI cases which will only use annotation_spec_count. In CreateDataset request, a SavedQuery is created together if this field is set, up to one SavedQuery can be set in CreateDatasetRequest. The SavedQuery should not contain any AnnotationSpec.
- display
Name This property is required. string - The user-defined name of the Dataset. The name can be up to 128 characters long and can consist of any UTF-8 characters.
- metadata
This property is required. any - Additional information about the Dataset.
- metadata
Schema Uri This property is required. string - Points to a YAML file stored on Google Cloud Storage describing additional information about the Dataset. The schema is defined as an OpenAPI 3.0.2 Schema Object. The schema files that can be used here are found in gs://google-cloud-aiplatform/schema/dataset/metadata/.
- description string
- The description of the Dataset.
- encryption
Spec GoogleCloud Aiplatform V1beta1Encryption Spec - Customer-managed encryption key spec for a Dataset. If set, this Dataset and all sub-resources of this Dataset will be secured by this key.
- etag string
- Used to perform consistent read-modify-write updates. If not set, a blind "overwrite" update happens.
- labels {[key: string]: string}
- The labels with user-defined metadata to organize your Datasets. 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. No more than 64 user labels can be associated with one Dataset (System labels are excluded). See https://goo.gl/xmQnxf for more information and examples of labels. System reserved label keys are prefixed with "aiplatform.googleapis.com/" and are immutable. Following system labels exist for each Dataset: * "aiplatform.googleapis.com/dataset_metadata_schema": output only, its value is the metadata_schema's title.
- location
Changes to this property will trigger replacement.
- project
Changes to this property will trigger replacement.
- saved
Queries GoogleCloud Aiplatform V1beta1Saved Query[] - All SavedQueries belong to the Dataset will be returned in List/Get Dataset response. The annotation_specs field will not be populated except for UI cases which will only use annotation_spec_count. In CreateDataset request, a SavedQuery is created together if this field is set, up to one SavedQuery can be set in CreateDatasetRequest. The SavedQuery should not contain any AnnotationSpec.
- display_
name This property is required. str - The user-defined name of the Dataset. The name can be up to 128 characters long and can consist of any UTF-8 characters.
- metadata
This property is required. Any - Additional information about the Dataset.
- metadata_
schema_ uri This property is required. str - Points to a YAML file stored on Google Cloud Storage describing additional information about the Dataset. The schema is defined as an OpenAPI 3.0.2 Schema Object. The schema files that can be used here are found in gs://google-cloud-aiplatform/schema/dataset/metadata/.
- description str
- The description of the Dataset.
- encryption_
spec GoogleCloud Aiplatform V1beta1Encryption Spec Args - Customer-managed encryption key spec for a Dataset. If set, this Dataset and all sub-resources of this Dataset will be secured by this key.
- etag str
- Used to perform consistent read-modify-write updates. If not set, a blind "overwrite" update happens.
- labels Mapping[str, str]
- The labels with user-defined metadata to organize your Datasets. 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. No more than 64 user labels can be associated with one Dataset (System labels are excluded). See https://goo.gl/xmQnxf for more information and examples of labels. System reserved label keys are prefixed with "aiplatform.googleapis.com/" and are immutable. Following system labels exist for each Dataset: * "aiplatform.googleapis.com/dataset_metadata_schema": output only, its value is the metadata_schema's title.
- location
Changes to this property will trigger replacement.
- project
Changes to this property will trigger replacement.
- saved_
queries Sequence[GoogleCloud Aiplatform V1beta1Saved Query Args] - All SavedQueries belong to the Dataset will be returned in List/Get Dataset response. The annotation_specs field will not be populated except for UI cases which will only use annotation_spec_count. In CreateDataset request, a SavedQuery is created together if this field is set, up to one SavedQuery can be set in CreateDatasetRequest. The SavedQuery should not contain any AnnotationSpec.
- display
Name This property is required. String - The user-defined name of the Dataset. The name can be up to 128 characters long and can consist of any UTF-8 characters.
- metadata
This property is required. Any - Additional information about the Dataset.
- metadata
Schema Uri This property is required. String - Points to a YAML file stored on Google Cloud Storage describing additional information about the Dataset. The schema is defined as an OpenAPI 3.0.2 Schema Object. The schema files that can be used here are found in gs://google-cloud-aiplatform/schema/dataset/metadata/.
- description String
- The description of the Dataset.
- encryption
Spec Property Map - Customer-managed encryption key spec for a Dataset. If set, this Dataset and all sub-resources of this Dataset will be secured by this key.
- etag String
- Used to perform consistent read-modify-write updates. If not set, a blind "overwrite" update happens.
- labels Map<String>
- The labels with user-defined metadata to organize your Datasets. 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. No more than 64 user labels can be associated with one Dataset (System labels are excluded). See https://goo.gl/xmQnxf for more information and examples of labels. System reserved label keys are prefixed with "aiplatform.googleapis.com/" and are immutable. Following system labels exist for each Dataset: * "aiplatform.googleapis.com/dataset_metadata_schema": output only, its value is the metadata_schema's title.
- location
Changes to this property will trigger replacement.
- project
Changes to this property will trigger replacement.
- saved
Queries List<Property Map> - All SavedQueries belong to the Dataset will be returned in List/Get Dataset response. The annotation_specs field will not be populated except for UI cases which will only use annotation_spec_count. In CreateDataset request, a SavedQuery is created together if this field is set, up to one SavedQuery can be set in CreateDatasetRequest. The SavedQuery should not contain any AnnotationSpec.
Outputs
All input properties are implicitly available as output properties. Additionally, the Dataset resource produces the following output properties:
- Create
Time string - Timestamp when this Dataset was created.
- Data
Item stringCount - The number of DataItems in this Dataset. Only apply for non-structured Dataset.
- Id string
- The provider-assigned unique ID for this managed resource.
- Metadata
Artifact string - The resource name of the Artifact that was created in MetadataStore when creating the Dataset. The Artifact resource name pattern is
projects/{project}/locations/{location}/metadataStores/{metadata_store}/artifacts/{artifact}
. - Name string
- The resource name of the Dataset.
- Update
Time string - Timestamp when this Dataset was last updated.
- Create
Time string - Timestamp when this Dataset was created.
- Data
Item stringCount - The number of DataItems in this Dataset. Only apply for non-structured Dataset.
- Id string
- The provider-assigned unique ID for this managed resource.
- Metadata
Artifact string - The resource name of the Artifact that was created in MetadataStore when creating the Dataset. The Artifact resource name pattern is
projects/{project}/locations/{location}/metadataStores/{metadata_store}/artifacts/{artifact}
. - Name string
- The resource name of the Dataset.
- Update
Time string - Timestamp when this Dataset was last updated.
- create
Time String - Timestamp when this Dataset was created.
- data
Item StringCount - The number of DataItems in this Dataset. Only apply for non-structured Dataset.
- id String
- The provider-assigned unique ID for this managed resource.
- metadata
Artifact String - The resource name of the Artifact that was created in MetadataStore when creating the Dataset. The Artifact resource name pattern is
projects/{project}/locations/{location}/metadataStores/{metadata_store}/artifacts/{artifact}
. - name String
- The resource name of the Dataset.
- update
Time String - Timestamp when this Dataset was last updated.
- create
Time string - Timestamp when this Dataset was created.
- data
Item stringCount - The number of DataItems in this Dataset. Only apply for non-structured Dataset.
- id string
- The provider-assigned unique ID for this managed resource.
- metadata
Artifact string - The resource name of the Artifact that was created in MetadataStore when creating the Dataset. The Artifact resource name pattern is
projects/{project}/locations/{location}/metadataStores/{metadata_store}/artifacts/{artifact}
. - name string
- The resource name of the Dataset.
- update
Time string - Timestamp when this Dataset was last updated.
- create_
time str - Timestamp when this Dataset was created.
- data_
item_ strcount - The number of DataItems in this Dataset. Only apply for non-structured Dataset.
- id str
- The provider-assigned unique ID for this managed resource.
- metadata_
artifact str - The resource name of the Artifact that was created in MetadataStore when creating the Dataset. The Artifact resource name pattern is
projects/{project}/locations/{location}/metadataStores/{metadata_store}/artifacts/{artifact}
. - name str
- The resource name of the Dataset.
- update_
time str - Timestamp when this Dataset was last updated.
- create
Time String - Timestamp when this Dataset was created.
- data
Item StringCount - The number of DataItems in this Dataset. Only apply for non-structured Dataset.
- id String
- The provider-assigned unique ID for this managed resource.
- metadata
Artifact String - The resource name of the Artifact that was created in MetadataStore when creating the Dataset. The Artifact resource name pattern is
projects/{project}/locations/{location}/metadataStores/{metadata_store}/artifacts/{artifact}
. - name String
- The resource name of the Dataset.
- update
Time String - Timestamp when this Dataset was last updated.
Supporting Types
GoogleCloudAiplatformV1beta1EncryptionSpec, GoogleCloudAiplatformV1beta1EncryptionSpecArgs
- Kms
Key Name This property is required. string - The Cloud KMS resource identifier of the customer managed encryption key used to protect a resource. Has the form:
projects/my-project/locations/my-region/keyRings/my-kr/cryptoKeys/my-key
. The key needs to be in the same region as where the compute resource is created.
- Kms
Key Name This property is required. string - The Cloud KMS resource identifier of the customer managed encryption key used to protect a resource. Has the form:
projects/my-project/locations/my-region/keyRings/my-kr/cryptoKeys/my-key
. The key needs to be in the same region as where the compute resource is created.
- kms
Key Name This property is required. String - The Cloud KMS resource identifier of the customer managed encryption key used to protect a resource. Has the form:
projects/my-project/locations/my-region/keyRings/my-kr/cryptoKeys/my-key
. The key needs to be in the same region as where the compute resource is created.
- kms
Key Name This property is required. string - The Cloud KMS resource identifier of the customer managed encryption key used to protect a resource. Has the form:
projects/my-project/locations/my-region/keyRings/my-kr/cryptoKeys/my-key
. The key needs to be in the same region as where the compute resource is created.
- kms_
key_ name This property is required. str - The Cloud KMS resource identifier of the customer managed encryption key used to protect a resource. Has the form:
projects/my-project/locations/my-region/keyRings/my-kr/cryptoKeys/my-key
. The key needs to be in the same region as where the compute resource is created.
- kms
Key Name This property is required. String - The Cloud KMS resource identifier of the customer managed encryption key used to protect a resource. Has the form:
projects/my-project/locations/my-region/keyRings/my-kr/cryptoKeys/my-key
. The key needs to be in the same region as where the compute resource is created.
GoogleCloudAiplatformV1beta1EncryptionSpecResponse, GoogleCloudAiplatformV1beta1EncryptionSpecResponseArgs
- Kms
Key Name This property is required. string - The Cloud KMS resource identifier of the customer managed encryption key used to protect a resource. Has the form:
projects/my-project/locations/my-region/keyRings/my-kr/cryptoKeys/my-key
. The key needs to be in the same region as where the compute resource is created.
- Kms
Key Name This property is required. string - The Cloud KMS resource identifier of the customer managed encryption key used to protect a resource. Has the form:
projects/my-project/locations/my-region/keyRings/my-kr/cryptoKeys/my-key
. The key needs to be in the same region as where the compute resource is created.
- kms
Key Name This property is required. String - The Cloud KMS resource identifier of the customer managed encryption key used to protect a resource. Has the form:
projects/my-project/locations/my-region/keyRings/my-kr/cryptoKeys/my-key
. The key needs to be in the same region as where the compute resource is created.
- kms
Key Name This property is required. string - The Cloud KMS resource identifier of the customer managed encryption key used to protect a resource. Has the form:
projects/my-project/locations/my-region/keyRings/my-kr/cryptoKeys/my-key
. The key needs to be in the same region as where the compute resource is created.
- kms_
key_ name This property is required. str - The Cloud KMS resource identifier of the customer managed encryption key used to protect a resource. Has the form:
projects/my-project/locations/my-region/keyRings/my-kr/cryptoKeys/my-key
. The key needs to be in the same region as where the compute resource is created.
- kms
Key Name This property is required. String - The Cloud KMS resource identifier of the customer managed encryption key used to protect a resource. Has the form:
projects/my-project/locations/my-region/keyRings/my-kr/cryptoKeys/my-key
. The key needs to be in the same region as where the compute resource is created.
GoogleCloudAiplatformV1beta1SavedQuery, GoogleCloudAiplatformV1beta1SavedQueryArgs
- Display
Name This property is required. string - The user-defined name of the SavedQuery. The name can be up to 128 characters long and can consist of any UTF-8 characters.
- Problem
Type This property is required. string - Problem type of the SavedQuery. Allowed values: * IMAGE_CLASSIFICATION_SINGLE_LABEL * IMAGE_CLASSIFICATION_MULTI_LABEL * IMAGE_BOUNDING_POLY * IMAGE_BOUNDING_BOX * TEXT_CLASSIFICATION_SINGLE_LABEL * TEXT_CLASSIFICATION_MULTI_LABEL * TEXT_EXTRACTION * TEXT_SENTIMENT * VIDEO_CLASSIFICATION * VIDEO_OBJECT_TRACKING
- Etag string
- Used to perform a consistent read-modify-write update. If not set, a blind "overwrite" update happens.
- Metadata object
- Some additional information about the SavedQuery.
- Display
Name This property is required. string - The user-defined name of the SavedQuery. The name can be up to 128 characters long and can consist of any UTF-8 characters.
- Problem
Type This property is required. string - Problem type of the SavedQuery. Allowed values: * IMAGE_CLASSIFICATION_SINGLE_LABEL * IMAGE_CLASSIFICATION_MULTI_LABEL * IMAGE_BOUNDING_POLY * IMAGE_BOUNDING_BOX * TEXT_CLASSIFICATION_SINGLE_LABEL * TEXT_CLASSIFICATION_MULTI_LABEL * TEXT_EXTRACTION * TEXT_SENTIMENT * VIDEO_CLASSIFICATION * VIDEO_OBJECT_TRACKING
- Etag string
- Used to perform a consistent read-modify-write update. If not set, a blind "overwrite" update happens.
- Metadata interface{}
- Some additional information about the SavedQuery.
- display
Name This property is required. String - The user-defined name of the SavedQuery. The name can be up to 128 characters long and can consist of any UTF-8 characters.
- problem
Type This property is required. String - Problem type of the SavedQuery. Allowed values: * IMAGE_CLASSIFICATION_SINGLE_LABEL * IMAGE_CLASSIFICATION_MULTI_LABEL * IMAGE_BOUNDING_POLY * IMAGE_BOUNDING_BOX * TEXT_CLASSIFICATION_SINGLE_LABEL * TEXT_CLASSIFICATION_MULTI_LABEL * TEXT_EXTRACTION * TEXT_SENTIMENT * VIDEO_CLASSIFICATION * VIDEO_OBJECT_TRACKING
- etag String
- Used to perform a consistent read-modify-write update. If not set, a blind "overwrite" update happens.
- metadata Object
- Some additional information about the SavedQuery.
- display
Name This property is required. string - The user-defined name of the SavedQuery. The name can be up to 128 characters long and can consist of any UTF-8 characters.
- problem
Type This property is required. string - Problem type of the SavedQuery. Allowed values: * IMAGE_CLASSIFICATION_SINGLE_LABEL * IMAGE_CLASSIFICATION_MULTI_LABEL * IMAGE_BOUNDING_POLY * IMAGE_BOUNDING_BOX * TEXT_CLASSIFICATION_SINGLE_LABEL * TEXT_CLASSIFICATION_MULTI_LABEL * TEXT_EXTRACTION * TEXT_SENTIMENT * VIDEO_CLASSIFICATION * VIDEO_OBJECT_TRACKING
- etag string
- Used to perform a consistent read-modify-write update. If not set, a blind "overwrite" update happens.
- metadata any
- Some additional information about the SavedQuery.
- display_
name This property is required. str - The user-defined name of the SavedQuery. The name can be up to 128 characters long and can consist of any UTF-8 characters.
- problem_
type This property is required. str - Problem type of the SavedQuery. Allowed values: * IMAGE_CLASSIFICATION_SINGLE_LABEL * IMAGE_CLASSIFICATION_MULTI_LABEL * IMAGE_BOUNDING_POLY * IMAGE_BOUNDING_BOX * TEXT_CLASSIFICATION_SINGLE_LABEL * TEXT_CLASSIFICATION_MULTI_LABEL * TEXT_EXTRACTION * TEXT_SENTIMENT * VIDEO_CLASSIFICATION * VIDEO_OBJECT_TRACKING
- etag str
- Used to perform a consistent read-modify-write update. If not set, a blind "overwrite" update happens.
- metadata Any
- Some additional information about the SavedQuery.
- display
Name This property is required. String - The user-defined name of the SavedQuery. The name can be up to 128 characters long and can consist of any UTF-8 characters.
- problem
Type This property is required. String - Problem type of the SavedQuery. Allowed values: * IMAGE_CLASSIFICATION_SINGLE_LABEL * IMAGE_CLASSIFICATION_MULTI_LABEL * IMAGE_BOUNDING_POLY * IMAGE_BOUNDING_BOX * TEXT_CLASSIFICATION_SINGLE_LABEL * TEXT_CLASSIFICATION_MULTI_LABEL * TEXT_EXTRACTION * TEXT_SENTIMENT * VIDEO_CLASSIFICATION * VIDEO_OBJECT_TRACKING
- etag String
- Used to perform a consistent read-modify-write update. If not set, a blind "overwrite" update happens.
- metadata Any
- Some additional information about the SavedQuery.
GoogleCloudAiplatformV1beta1SavedQueryResponse, GoogleCloudAiplatformV1beta1SavedQueryResponseArgs
- Annotation
Filter This property is required. string - Filters on the Annotations in the dataset.
- Annotation
Spec Count This property is required. int - Number of AnnotationSpecs in the context of the SavedQuery.
- Create
Time This property is required. string - Timestamp when this SavedQuery was created.
- Display
Name This property is required. string - The user-defined name of the SavedQuery. The name can be up to 128 characters long and can consist of any UTF-8 characters.
- Etag
This property is required. string - Used to perform a consistent read-modify-write update. If not set, a blind "overwrite" update happens.
- Metadata
This property is required. object - Some additional information about the SavedQuery.
- Name
This property is required. string - Resource name of the SavedQuery.
- Problem
Type This property is required. string - Problem type of the SavedQuery. Allowed values: * IMAGE_CLASSIFICATION_SINGLE_LABEL * IMAGE_CLASSIFICATION_MULTI_LABEL * IMAGE_BOUNDING_POLY * IMAGE_BOUNDING_BOX * TEXT_CLASSIFICATION_SINGLE_LABEL * TEXT_CLASSIFICATION_MULTI_LABEL * TEXT_EXTRACTION * TEXT_SENTIMENT * VIDEO_CLASSIFICATION * VIDEO_OBJECT_TRACKING
- Support
Automl Training This property is required. bool - If the Annotations belonging to the SavedQuery can be used for AutoML training.
- Update
Time This property is required. string - Timestamp when SavedQuery was last updated.
- Annotation
Filter This property is required. string - Filters on the Annotations in the dataset.
- Annotation
Spec Count This property is required. int - Number of AnnotationSpecs in the context of the SavedQuery.
- Create
Time This property is required. string - Timestamp when this SavedQuery was created.
- Display
Name This property is required. string - The user-defined name of the SavedQuery. The name can be up to 128 characters long and can consist of any UTF-8 characters.
- Etag
This property is required. string - Used to perform a consistent read-modify-write update. If not set, a blind "overwrite" update happens.
- Metadata
This property is required. interface{} - Some additional information about the SavedQuery.
- Name
This property is required. string - Resource name of the SavedQuery.
- Problem
Type This property is required. string - Problem type of the SavedQuery. Allowed values: * IMAGE_CLASSIFICATION_SINGLE_LABEL * IMAGE_CLASSIFICATION_MULTI_LABEL * IMAGE_BOUNDING_POLY * IMAGE_BOUNDING_BOX * TEXT_CLASSIFICATION_SINGLE_LABEL * TEXT_CLASSIFICATION_MULTI_LABEL * TEXT_EXTRACTION * TEXT_SENTIMENT * VIDEO_CLASSIFICATION * VIDEO_OBJECT_TRACKING
- Support
Automl Training This property is required. bool - If the Annotations belonging to the SavedQuery can be used for AutoML training.
- Update
Time This property is required. string - Timestamp when SavedQuery was last updated.
- annotation
Filter This property is required. String - Filters on the Annotations in the dataset.
- annotation
Spec Count This property is required. Integer - Number of AnnotationSpecs in the context of the SavedQuery.
- create
Time This property is required. String - Timestamp when this SavedQuery was created.
- display
Name This property is required. String - The user-defined name of the SavedQuery. The name can be up to 128 characters long and can consist of any UTF-8 characters.
- etag
This property is required. String - Used to perform a consistent read-modify-write update. If not set, a blind "overwrite" update happens.
- metadata
This property is required. Object - Some additional information about the SavedQuery.
- name
This property is required. String - Resource name of the SavedQuery.
- problem
Type This property is required. String - Problem type of the SavedQuery. Allowed values: * IMAGE_CLASSIFICATION_SINGLE_LABEL * IMAGE_CLASSIFICATION_MULTI_LABEL * IMAGE_BOUNDING_POLY * IMAGE_BOUNDING_BOX * TEXT_CLASSIFICATION_SINGLE_LABEL * TEXT_CLASSIFICATION_MULTI_LABEL * TEXT_EXTRACTION * TEXT_SENTIMENT * VIDEO_CLASSIFICATION * VIDEO_OBJECT_TRACKING
- support
Automl Training This property is required. Boolean - If the Annotations belonging to the SavedQuery can be used for AutoML training.
- update
Time This property is required. String - Timestamp when SavedQuery was last updated.
- annotation
Filter This property is required. string - Filters on the Annotations in the dataset.
- annotation
Spec Count This property is required. number - Number of AnnotationSpecs in the context of the SavedQuery.
- create
Time This property is required. string - Timestamp when this SavedQuery was created.
- display
Name This property is required. string - The user-defined name of the SavedQuery. The name can be up to 128 characters long and can consist of any UTF-8 characters.
- etag
This property is required. string - Used to perform a consistent read-modify-write update. If not set, a blind "overwrite" update happens.
- metadata
This property is required. any - Some additional information about the SavedQuery.
- name
This property is required. string - Resource name of the SavedQuery.
- problem
Type This property is required. string - Problem type of the SavedQuery. Allowed values: * IMAGE_CLASSIFICATION_SINGLE_LABEL * IMAGE_CLASSIFICATION_MULTI_LABEL * IMAGE_BOUNDING_POLY * IMAGE_BOUNDING_BOX * TEXT_CLASSIFICATION_SINGLE_LABEL * TEXT_CLASSIFICATION_MULTI_LABEL * TEXT_EXTRACTION * TEXT_SENTIMENT * VIDEO_CLASSIFICATION * VIDEO_OBJECT_TRACKING
- support
Automl Training This property is required. boolean - If the Annotations belonging to the SavedQuery can be used for AutoML training.
- update
Time This property is required. string - Timestamp when SavedQuery was last updated.
- annotation_
filter This property is required. str - Filters on the Annotations in the dataset.
- annotation_
spec_ count This property is required. int - Number of AnnotationSpecs in the context of the SavedQuery.
- create_
time This property is required. str - Timestamp when this SavedQuery was created.
- display_
name This property is required. str - The user-defined name of the SavedQuery. The name can be up to 128 characters long and can consist of any UTF-8 characters.
- etag
This property is required. str - Used to perform a consistent read-modify-write update. If not set, a blind "overwrite" update happens.
- metadata
This property is required. Any - Some additional information about the SavedQuery.
- name
This property is required. str - Resource name of the SavedQuery.
- problem_
type This property is required. str - Problem type of the SavedQuery. Allowed values: * IMAGE_CLASSIFICATION_SINGLE_LABEL * IMAGE_CLASSIFICATION_MULTI_LABEL * IMAGE_BOUNDING_POLY * IMAGE_BOUNDING_BOX * TEXT_CLASSIFICATION_SINGLE_LABEL * TEXT_CLASSIFICATION_MULTI_LABEL * TEXT_EXTRACTION * TEXT_SENTIMENT * VIDEO_CLASSIFICATION * VIDEO_OBJECT_TRACKING
- support_
automl_ training This property is required. bool - If the Annotations belonging to the SavedQuery can be used for AutoML training.
- update_
time This property is required. str - Timestamp when SavedQuery was last updated.
- annotation
Filter This property is required. String - Filters on the Annotations in the dataset.
- annotation
Spec Count This property is required. Number - Number of AnnotationSpecs in the context of the SavedQuery.
- create
Time This property is required. String - Timestamp when this SavedQuery was created.
- display
Name This property is required. String - The user-defined name of the SavedQuery. The name can be up to 128 characters long and can consist of any UTF-8 characters.
- etag
This property is required. String - Used to perform a consistent read-modify-write update. If not set, a blind "overwrite" update happens.
- metadata
This property is required. Any - Some additional information about the SavedQuery.
- name
This property is required. String - Resource name of the SavedQuery.
- problem
Type This property is required. String - Problem type of the SavedQuery. Allowed values: * IMAGE_CLASSIFICATION_SINGLE_LABEL * IMAGE_CLASSIFICATION_MULTI_LABEL * IMAGE_BOUNDING_POLY * IMAGE_BOUNDING_BOX * TEXT_CLASSIFICATION_SINGLE_LABEL * TEXT_CLASSIFICATION_MULTI_LABEL * TEXT_EXTRACTION * TEXT_SENTIMENT * VIDEO_CLASSIFICATION * VIDEO_OBJECT_TRACKING
- support
Automl Training This property is required. Boolean - If the Annotations belonging to the SavedQuery can be used for AutoML training.
- update
Time This property is required. String - Timestamp when SavedQuery 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.