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 string
- The unique name of the resource.
- args DatasetArgs
- 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 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 string
- The unique name of the resource.
- args DatasetArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args DatasetArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args 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=google_native.aiplatform.v1beta1.GoogleCloudAiplatformV1beta1EncryptionSpecArgs(
kms_key_name="string",
),
etag="string",
labels={
"string": "string",
},
location="string",
project="string",
saved_queries=[google_native.aiplatform.v1beta1.GoogleCloudAiplatformV1beta1SavedQueryArgs(
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
The Dataset resource accepts the following input properties:
- Display
Name 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 object
- Additional information about the Dataset.
- Metadata
Schema stringUri - 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 string
- Project string
- 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 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 interface{}
- Additional information about the Dataset.
- Metadata
Schema stringUri - 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 string
- Project string
- 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 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 Object
- Additional information about the Dataset.
- metadata
Schema StringUri - 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 String
- project String
- 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 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 any
- Additional information about the Dataset.
- metadata
Schema stringUri - 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 string
- project string
- 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 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 Any
- Additional information about the Dataset.
- metadata_
schema_ struri - 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 str
- project str
- 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 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 Any
- Additional information about the Dataset.
- metadata
Schema StringUri - 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 String
- project String
- 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 stringName - 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 stringName - 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 StringName - 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 stringName - 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_ strname - 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 StringName - 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 stringName - 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 stringName - 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 StringName - 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 stringName - 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_ strname - 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 StringName - 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 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 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 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 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 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 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 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 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 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 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 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 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 string - Filters on the Annotations in the dataset.
- Annotation
Spec intCount - Number of AnnotationSpecs in the context of the SavedQuery.
- Create
Time string - Timestamp when this SavedQuery was created.
- Display
Name 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 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.
- Name string
- Resource name of the SavedQuery.
- Problem
Type 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 boolTraining - If the Annotations belonging to the SavedQuery can be used for AutoML training.
- Update
Time string - Timestamp when SavedQuery was last updated.
- Annotation
Filter string - Filters on the Annotations in the dataset.
- Annotation
Spec intCount - Number of AnnotationSpecs in the context of the SavedQuery.
- Create
Time string - Timestamp when this SavedQuery was created.
- Display
Name 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 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.
- Name string
- Resource name of the SavedQuery.
- Problem
Type 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 boolTraining - If the Annotations belonging to the SavedQuery can be used for AutoML training.
- Update
Time string - Timestamp when SavedQuery was last updated.
- annotation
Filter String - Filters on the Annotations in the dataset.
- annotation
Spec IntegerCount - Number of AnnotationSpecs in the context of the SavedQuery.
- create
Time String - Timestamp when this SavedQuery was created.
- display
Name 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 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.
- name String
- Resource name of the SavedQuery.
- problem
Type 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 BooleanTraining - If the Annotations belonging to the SavedQuery can be used for AutoML training.
- update
Time String - Timestamp when SavedQuery was last updated.
- annotation
Filter string - Filters on the Annotations in the dataset.
- annotation
Spec numberCount - Number of AnnotationSpecs in the context of the SavedQuery.
- create
Time string - Timestamp when this SavedQuery was created.
- display
Name 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 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.
- name string
- Resource name of the SavedQuery.
- problem
Type 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 booleanTraining - If the Annotations belonging to the SavedQuery can be used for AutoML training.
- update
Time string - Timestamp when SavedQuery was last updated.
- annotation_
filter str - Filters on the Annotations in the dataset.
- annotation_
spec_ intcount - Number of AnnotationSpecs in the context of the SavedQuery.
- create_
time str - Timestamp when this SavedQuery was created.
- display_
name 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 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.
- name str
- Resource name of the SavedQuery.
- problem_
type 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_ booltraining - If the Annotations belonging to the SavedQuery can be used for AutoML training.
- update_
time str - Timestamp when SavedQuery was last updated.
- annotation
Filter String - Filters on the Annotations in the dataset.
- annotation
Spec NumberCount - Number of AnnotationSpecs in the context of the SavedQuery.
- create
Time String - Timestamp when this SavedQuery was created.
- display
Name 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 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.
- name String
- Resource name of the SavedQuery.
- problem
Type 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 BooleanTraining - If the Annotations belonging to the SavedQuery can be used for AutoML training.
- update
Time 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.