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

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

Explore with Pulumi AI

Google Cloud Native is in preview. Google Cloud Classic is fully supported.

Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi

Gets a Dataset.

Using getDataset

Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

function getDataset(args: GetDatasetArgs, opts?: InvokeOptions): Promise<GetDatasetResult>
function getDatasetOutput(args: GetDatasetOutputArgs, opts?: InvokeOptions): Output<GetDatasetResult>
Copy
def get_dataset(dataset_id: Optional[str] = None,
                location: Optional[str] = None,
                project: Optional[str] = None,
                read_mask: Optional[str] = None,
                opts: Optional[InvokeOptions] = None) -> GetDatasetResult
def get_dataset_output(dataset_id: Optional[pulumi.Input[str]] = None,
                location: Optional[pulumi.Input[str]] = None,
                project: Optional[pulumi.Input[str]] = None,
                read_mask: Optional[pulumi.Input[str]] = None,
                opts: Optional[InvokeOptions] = None) -> Output[GetDatasetResult]
Copy
func LookupDataset(ctx *Context, args *LookupDatasetArgs, opts ...InvokeOption) (*LookupDatasetResult, error)
func LookupDatasetOutput(ctx *Context, args *LookupDatasetOutputArgs, opts ...InvokeOption) LookupDatasetResultOutput
Copy

> Note: This function is named LookupDataset in the Go SDK.

public static class GetDataset 
{
    public static Task<GetDatasetResult> InvokeAsync(GetDatasetArgs args, InvokeOptions? opts = null)
    public static Output<GetDatasetResult> Invoke(GetDatasetInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetDatasetResult> getDataset(GetDatasetArgs args, InvokeOptions options)
public static Output<GetDatasetResult> getDataset(GetDatasetArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: google-native:aiplatform/v1:getDataset
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

DatasetId This property is required. string
Location This property is required. string
Project string
ReadMask string
DatasetId This property is required. string
Location This property is required. string
Project string
ReadMask string
datasetId This property is required. String
location This property is required. String
project String
readMask String
datasetId This property is required. string
location This property is required. string
project string
readMask string
dataset_id This property is required. str
location This property is required. str
project str
read_mask str
datasetId This property is required. String
location This property is required. String
project String
readMask String

getDataset Result

The following output properties are available:

CreateTime string
Timestamp when this Dataset was created.
DataItemCount string
The number of DataItems in this Dataset. Only apply for non-structured Dataset.
Description string
The description of the Dataset.
DisplayName 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.
EncryptionSpec Pulumi.GoogleNative.Aiplatform.V1.Outputs.GoogleCloudAiplatformV1EncryptionSpecResponse
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.
Metadata object
Additional information about the Dataset.
MetadataArtifact 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}.
MetadataSchemaUri 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/.
Name string
The resource name of the Dataset.
SavedQueries List<Pulumi.GoogleNative.Aiplatform.V1.Outputs.GoogleCloudAiplatformV1SavedQueryResponse>
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.
UpdateTime string
Timestamp when this Dataset was last updated.
CreateTime string
Timestamp when this Dataset was created.
DataItemCount string
The number of DataItems in this Dataset. Only apply for non-structured Dataset.
Description string
The description of the Dataset.
DisplayName 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.
EncryptionSpec GoogleCloudAiplatformV1EncryptionSpecResponse
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.
Metadata interface{}
Additional information about the Dataset.
MetadataArtifact 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}.
MetadataSchemaUri 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/.
Name string
The resource name of the Dataset.
SavedQueries []GoogleCloudAiplatformV1SavedQueryResponse
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.
UpdateTime string
Timestamp when this Dataset was last updated.
createTime String
Timestamp when this Dataset was created.
dataItemCount String
The number of DataItems in this Dataset. Only apply for non-structured Dataset.
description String
The description of the Dataset.
displayName 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.
encryptionSpec GoogleCloudAiplatformV1EncryptionSpecResponse
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.
metadata Object
Additional information about the Dataset.
metadataArtifact 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}.
metadataSchemaUri 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/.
name String
The resource name of the Dataset.
savedQueries List<GoogleCloudAiplatformV1SavedQueryResponse>
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.
updateTime String
Timestamp when this Dataset was last updated.
createTime string
Timestamp when this Dataset was created.
dataItemCount string
The number of DataItems in this Dataset. Only apply for non-structured Dataset.
description string
The description of the Dataset.
displayName 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.
encryptionSpec GoogleCloudAiplatformV1EncryptionSpecResponse
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.
metadata any
Additional information about the Dataset.
metadataArtifact 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}.
metadataSchemaUri 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/.
name string
The resource name of the Dataset.
savedQueries GoogleCloudAiplatformV1SavedQueryResponse[]
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.
updateTime string
Timestamp when this Dataset was last updated.
create_time str
Timestamp when this Dataset was created.
data_item_count str
The number of DataItems in this Dataset. Only apply for non-structured Dataset.
description str
The description of the Dataset.
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.
encryption_spec GoogleCloudAiplatformV1EncryptionSpecResponse
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.
metadata Any
Additional information about the Dataset.
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}.
metadata_schema_uri 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/.
name str
The resource name of the Dataset.
saved_queries Sequence[GoogleCloudAiplatformV1SavedQueryResponse]
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.
update_time str
Timestamp when this Dataset was last updated.
createTime String
Timestamp when this Dataset was created.
dataItemCount String
The number of DataItems in this Dataset. Only apply for non-structured Dataset.
description String
The description of the Dataset.
displayName 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.
encryptionSpec 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.
metadata Any
Additional information about the Dataset.
metadataArtifact 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}.
metadataSchemaUri 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/.
name String
The resource name of the Dataset.
savedQueries 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.
updateTime String
Timestamp when this Dataset was last updated.

Supporting Types

GoogleCloudAiplatformV1EncryptionSpecResponse

KmsKeyName 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.
KmsKeyName 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.
kmsKeyName 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.
kmsKeyName 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.
kmsKeyName 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.

GoogleCloudAiplatformV1SavedQueryResponse

AnnotationFilter This property is required. string
Filters on the Annotations in the dataset.
AnnotationSpecCount This property is required. int
Number of AnnotationSpecs in the context of the SavedQuery.
CreateTime This property is required. string
Timestamp when this SavedQuery was created.
DisplayName 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.
ProblemType 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
SupportAutomlTraining This property is required. bool
If the Annotations belonging to the SavedQuery can be used for AutoML training.
UpdateTime This property is required. string
Timestamp when SavedQuery was last updated.
AnnotationFilter This property is required. string
Filters on the Annotations in the dataset.
AnnotationSpecCount This property is required. int
Number of AnnotationSpecs in the context of the SavedQuery.
CreateTime This property is required. string
Timestamp when this SavedQuery was created.
DisplayName 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.
ProblemType 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
SupportAutomlTraining This property is required. bool
If the Annotations belonging to the SavedQuery can be used for AutoML training.
UpdateTime This property is required. string
Timestamp when SavedQuery was last updated.
annotationFilter This property is required. String
Filters on the Annotations in the dataset.
annotationSpecCount This property is required. Integer
Number of AnnotationSpecs in the context of the SavedQuery.
createTime This property is required. String
Timestamp when this SavedQuery was created.
displayName 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.
problemType 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
supportAutomlTraining This property is required. Boolean
If the Annotations belonging to the SavedQuery can be used for AutoML training.
updateTime This property is required. String
Timestamp when SavedQuery was last updated.
annotationFilter This property is required. string
Filters on the Annotations in the dataset.
annotationSpecCount This property is required. number
Number of AnnotationSpecs in the context of the SavedQuery.
createTime This property is required. string
Timestamp when this SavedQuery was created.
displayName 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.
problemType 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
supportAutomlTraining This property is required. boolean
If the Annotations belonging to the SavedQuery can be used for AutoML training.
updateTime 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.
annotationFilter This property is required. String
Filters on the Annotations in the dataset.
annotationSpecCount This property is required. Number
Number of AnnotationSpecs in the context of the SavedQuery.
createTime This property is required. String
Timestamp when this SavedQuery was created.
displayName 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.
problemType 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
supportAutomlTraining This property is required. Boolean
If the Annotations belonging to the SavedQuery can be used for AutoML training.
updateTime 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.

Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi