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/v1beta1.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>
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]
func LookupDataset(ctx *Context, args *LookupDatasetArgs, opts ...InvokeOption) (*LookupDatasetResult, error)
func LookupDatasetOutput(ctx *Context, args *LookupDatasetOutputArgs, opts ...InvokeOption) LookupDatasetResultOutput
> 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)
}
public static CompletableFuture<GetDatasetResult> getDataset(GetDatasetArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: google-native:aiplatform/v1beta1:getDataset
arguments:
# arguments dictionary
The following arguments are supported:
- dataset_
id str - location str
- project str
- read_
mask str
getDataset Result
The following output properties are available:
- 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.
- Description string
- The description of the Dataset.
- 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.
- Encryption
Spec Pulumi.Google Native. Aiplatform. V1Beta1. Outputs. Google Cloud Aiplatform V1beta1Encryption Spec Response - 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.
- 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}
. - 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/.
- Name string
- The resource name of the Dataset.
- Saved
Queries List<Pulumi.Google Native. Aiplatform. V1Beta1. Outputs. Google Cloud Aiplatform V1beta1Saved Query Response> - 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 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.
- Description string
- The description of the Dataset.
- 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.
- Encryption
Spec GoogleCloud Aiplatform V1beta1Encryption Spec Response - 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.
- 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}
. - 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/.
- Name string
- The resource name of the Dataset.
- Saved
Queries []GoogleCloud Aiplatform V1beta1Saved Query Response - 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 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.
- description String
- The description of the Dataset.
- 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.
- encryption
Spec GoogleCloud Aiplatform V1beta1Encryption Spec Response - 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.
- 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}
. - 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/.
- name String
- The resource name of the Dataset.
- saved
Queries List<GoogleCloud Aiplatform V1beta1Saved Query Response> - 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 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.
- description string
- The description of the Dataset.
- 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.
- encryption
Spec GoogleCloud Aiplatform V1beta1Encryption Spec Response - 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.
- 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}
. - 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/.
- name string
- The resource name of the Dataset.
- saved
Queries GoogleCloud Aiplatform V1beta1Saved Query Response[] - 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 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.
- 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 GoogleCloud Aiplatform V1beta1Encryption Spec Response - 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_ 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/.
- name str
- The resource name of the Dataset.
- saved_
queries Sequence[GoogleCloud Aiplatform V1beta1Saved Query Response] - 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.
- 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.
- description String
- The description of the Dataset.
- 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.
- 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.
- metadata Any
- Additional information about the Dataset.
- 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}
. - 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/.
- name String
- The resource name of the Dataset.
- 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.
- update
Time String - Timestamp when this Dataset was last updated.
Supporting Types
GoogleCloudAiplatformV1beta1EncryptionSpecResponse
- 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.
GoogleCloudAiplatformV1beta1SavedQueryResponse
- 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.
Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi