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.getDataLabelingJob
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 DataLabelingJob.
Using getDataLabelingJob
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 getDataLabelingJob(args: GetDataLabelingJobArgs, opts?: InvokeOptions): Promise<GetDataLabelingJobResult>
function getDataLabelingJobOutput(args: GetDataLabelingJobOutputArgs, opts?: InvokeOptions): Output<GetDataLabelingJobResult>def get_data_labeling_job(data_labeling_job_id: Optional[str] = None,
                          location: Optional[str] = None,
                          project: Optional[str] = None,
                          opts: Optional[InvokeOptions] = None) -> GetDataLabelingJobResult
def get_data_labeling_job_output(data_labeling_job_id: Optional[pulumi.Input[str]] = None,
                          location: Optional[pulumi.Input[str]] = None,
                          project: Optional[pulumi.Input[str]] = None,
                          opts: Optional[InvokeOptions] = None) -> Output[GetDataLabelingJobResult]func LookupDataLabelingJob(ctx *Context, args *LookupDataLabelingJobArgs, opts ...InvokeOption) (*LookupDataLabelingJobResult, error)
func LookupDataLabelingJobOutput(ctx *Context, args *LookupDataLabelingJobOutputArgs, opts ...InvokeOption) LookupDataLabelingJobResultOutput> Note: This function is named LookupDataLabelingJob in the Go SDK.
public static class GetDataLabelingJob 
{
    public static Task<GetDataLabelingJobResult> InvokeAsync(GetDataLabelingJobArgs args, InvokeOptions? opts = null)
    public static Output<GetDataLabelingJobResult> Invoke(GetDataLabelingJobInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetDataLabelingJobResult> getDataLabelingJob(GetDataLabelingJobArgs args, InvokeOptions options)
public static Output<GetDataLabelingJobResult> getDataLabelingJob(GetDataLabelingJobArgs args, InvokeOptions options)
fn::invoke:
  function: google-native:aiplatform/v1:getDataLabelingJob
  arguments:
    # arguments dictionaryThe following arguments are supported:
- DataLabeling stringJob Id 
- Location string
- Project string
- DataLabeling stringJob Id 
- Location string
- Project string
- dataLabeling StringJob Id 
- location String
- project String
- dataLabeling stringJob Id 
- location string
- project string
- data_labeling_ strjob_ id 
- location str
- project str
- dataLabeling StringJob Id 
- location String
- project String
getDataLabelingJob Result
The following output properties are available:
- ActiveLearning Pulumi.Config Google Native. Aiplatform. V1. Outputs. Google Cloud Aiplatform V1Active Learning Config Response 
- Parameters that configure the active learning pipeline. Active learning will label the data incrementally via several iterations. For every iteration, it will select a batch of data based on the sampling strategy.
- AnnotationLabels Dictionary<string, string>
- Labels to assign to annotations generated by this DataLabelingJob. 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. 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.
- CreateTime string
- Timestamp when this DataLabelingJob was created.
- CurrentSpend Pulumi.Google Native. Aiplatform. V1. Outputs. Google Type Money Response 
- Estimated cost(in US dollars) that the DataLabelingJob has incurred to date.
- Datasets List<string>
- Dataset resource names. Right now we only support labeling from a single Dataset. Format: projects/{project}/locations/{location}/datasets/{dataset}
- DisplayName string
- The user-defined name of the DataLabelingJob. The name can be up to 128 characters long and can consist of any UTF-8 characters. Display name of a DataLabelingJob.
- EncryptionSpec Pulumi.Google Native. Aiplatform. V1. Outputs. Google Cloud Aiplatform V1Encryption Spec Response 
- Customer-managed encryption key spec for a DataLabelingJob. If set, this DataLabelingJob will be secured by this key. Note: Annotations created in the DataLabelingJob are associated with the EncryptionSpec of the Dataset they are exported to.
- Error
Pulumi.Google Native. Aiplatform. V1. Outputs. Google Rpc Status Response 
- DataLabelingJob errors. It is only populated when job's state is JOB_STATE_FAILEDorJOB_STATE_CANCELLED.
- Inputs object
- Input config parameters for the DataLabelingJob.
- InputsSchema stringUri 
- Points to a YAML file stored on Google Cloud Storage describing the config for a specific type of DataLabelingJob. The schema files that can be used here are found in the https://storage.googleapis.com/google-cloud-aiplatform bucket in the /schema/datalabelingjob/inputs/ folder.
- InstructionUri string
- The Google Cloud Storage location of the instruction pdf. This pdf is shared with labelers, and provides detailed description on how to label DataItems in Datasets.
- LabelerCount int
- Number of labelers to work on each DataItem.
- LabelingProgress int
- Current labeling job progress percentage scaled in interval [0, 100], indicating the percentage of DataItems that has been finished.
- Labels Dictionary<string, string>
- The labels with user-defined metadata to organize your DataLabelingJobs. 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. 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 DataLabelingJob: * "aiplatform.googleapis.com/schema": output only, its value is the inputs_schema's title.
- Name string
- Resource name of the DataLabelingJob.
- SpecialistPools List<string>
- The SpecialistPools' resource names associated with this job.
- State string
- The detailed state of the job.
- UpdateTime string
- Timestamp when this DataLabelingJob was updated most recently.
- ActiveLearning GoogleConfig Cloud Aiplatform V1Active Learning Config Response 
- Parameters that configure the active learning pipeline. Active learning will label the data incrementally via several iterations. For every iteration, it will select a batch of data based on the sampling strategy.
- AnnotationLabels map[string]string
- Labels to assign to annotations generated by this DataLabelingJob. 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. 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.
- CreateTime string
- Timestamp when this DataLabelingJob was created.
- CurrentSpend GoogleType Money Response 
- Estimated cost(in US dollars) that the DataLabelingJob has incurred to date.
- Datasets []string
- Dataset resource names. Right now we only support labeling from a single Dataset. Format: projects/{project}/locations/{location}/datasets/{dataset}
- DisplayName string
- The user-defined name of the DataLabelingJob. The name can be up to 128 characters long and can consist of any UTF-8 characters. Display name of a DataLabelingJob.
- EncryptionSpec GoogleCloud Aiplatform V1Encryption Spec Response 
- Customer-managed encryption key spec for a DataLabelingJob. If set, this DataLabelingJob will be secured by this key. Note: Annotations created in the DataLabelingJob are associated with the EncryptionSpec of the Dataset they are exported to.
- Error
GoogleRpc Status Response 
- DataLabelingJob errors. It is only populated when job's state is JOB_STATE_FAILEDorJOB_STATE_CANCELLED.
- Inputs interface{}
- Input config parameters for the DataLabelingJob.
- InputsSchema stringUri 
- Points to a YAML file stored on Google Cloud Storage describing the config for a specific type of DataLabelingJob. The schema files that can be used here are found in the https://storage.googleapis.com/google-cloud-aiplatform bucket in the /schema/datalabelingjob/inputs/ folder.
- InstructionUri string
- The Google Cloud Storage location of the instruction pdf. This pdf is shared with labelers, and provides detailed description on how to label DataItems in Datasets.
- LabelerCount int
- Number of labelers to work on each DataItem.
- LabelingProgress int
- Current labeling job progress percentage scaled in interval [0, 100], indicating the percentage of DataItems that has been finished.
- Labels map[string]string
- The labels with user-defined metadata to organize your DataLabelingJobs. 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. 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 DataLabelingJob: * "aiplatform.googleapis.com/schema": output only, its value is the inputs_schema's title.
- Name string
- Resource name of the DataLabelingJob.
- SpecialistPools []string
- The SpecialistPools' resource names associated with this job.
- State string
- The detailed state of the job.
- UpdateTime string
- Timestamp when this DataLabelingJob was updated most recently.
- activeLearning GoogleConfig Cloud Aiplatform V1Active Learning Config Response 
- Parameters that configure the active learning pipeline. Active learning will label the data incrementally via several iterations. For every iteration, it will select a batch of data based on the sampling strategy.
- annotationLabels Map<String,String>
- Labels to assign to annotations generated by this DataLabelingJob. 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. 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.
- createTime String
- Timestamp when this DataLabelingJob was created.
- currentSpend GoogleType Money Response 
- Estimated cost(in US dollars) that the DataLabelingJob has incurred to date.
- datasets List<String>
- Dataset resource names. Right now we only support labeling from a single Dataset. Format: projects/{project}/locations/{location}/datasets/{dataset}
- displayName String
- The user-defined name of the DataLabelingJob. The name can be up to 128 characters long and can consist of any UTF-8 characters. Display name of a DataLabelingJob.
- encryptionSpec GoogleCloud Aiplatform V1Encryption Spec Response 
- Customer-managed encryption key spec for a DataLabelingJob. If set, this DataLabelingJob will be secured by this key. Note: Annotations created in the DataLabelingJob are associated with the EncryptionSpec of the Dataset they are exported to.
- error
GoogleRpc Status Response 
- DataLabelingJob errors. It is only populated when job's state is JOB_STATE_FAILEDorJOB_STATE_CANCELLED.
- inputs Object
- Input config parameters for the DataLabelingJob.
- inputsSchema StringUri 
- Points to a YAML file stored on Google Cloud Storage describing the config for a specific type of DataLabelingJob. The schema files that can be used here are found in the https://storage.googleapis.com/google-cloud-aiplatform bucket in the /schema/datalabelingjob/inputs/ folder.
- instructionUri String
- The Google Cloud Storage location of the instruction pdf. This pdf is shared with labelers, and provides detailed description on how to label DataItems in Datasets.
- labelerCount Integer
- Number of labelers to work on each DataItem.
- labelingProgress Integer
- Current labeling job progress percentage scaled in interval [0, 100], indicating the percentage of DataItems that has been finished.
- labels Map<String,String>
- The labels with user-defined metadata to organize your DataLabelingJobs. 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. 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 DataLabelingJob: * "aiplatform.googleapis.com/schema": output only, its value is the inputs_schema's title.
- name String
- Resource name of the DataLabelingJob.
- specialistPools List<String>
- The SpecialistPools' resource names associated with this job.
- state String
- The detailed state of the job.
- updateTime String
- Timestamp when this DataLabelingJob was updated most recently.
- activeLearning GoogleConfig Cloud Aiplatform V1Active Learning Config Response 
- Parameters that configure the active learning pipeline. Active learning will label the data incrementally via several iterations. For every iteration, it will select a batch of data based on the sampling strategy.
- annotationLabels {[key: string]: string}
- Labels to assign to annotations generated by this DataLabelingJob. 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. 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.
- createTime string
- Timestamp when this DataLabelingJob was created.
- currentSpend GoogleType Money Response 
- Estimated cost(in US dollars) that the DataLabelingJob has incurred to date.
- datasets string[]
- Dataset resource names. Right now we only support labeling from a single Dataset. Format: projects/{project}/locations/{location}/datasets/{dataset}
- displayName string
- The user-defined name of the DataLabelingJob. The name can be up to 128 characters long and can consist of any UTF-8 characters. Display name of a DataLabelingJob.
- encryptionSpec GoogleCloud Aiplatform V1Encryption Spec Response 
- Customer-managed encryption key spec for a DataLabelingJob. If set, this DataLabelingJob will be secured by this key. Note: Annotations created in the DataLabelingJob are associated with the EncryptionSpec of the Dataset they are exported to.
- error
GoogleRpc Status Response 
- DataLabelingJob errors. It is only populated when job's state is JOB_STATE_FAILEDorJOB_STATE_CANCELLED.
- inputs any
- Input config parameters for the DataLabelingJob.
- inputsSchema stringUri 
- Points to a YAML file stored on Google Cloud Storage describing the config for a specific type of DataLabelingJob. The schema files that can be used here are found in the https://storage.googleapis.com/google-cloud-aiplatform bucket in the /schema/datalabelingjob/inputs/ folder.
- instructionUri string
- The Google Cloud Storage location of the instruction pdf. This pdf is shared with labelers, and provides detailed description on how to label DataItems in Datasets.
- labelerCount number
- Number of labelers to work on each DataItem.
- labelingProgress number
- Current labeling job progress percentage scaled in interval [0, 100], indicating the percentage of DataItems that has been finished.
- labels {[key: string]: string}
- The labels with user-defined metadata to organize your DataLabelingJobs. 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. 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 DataLabelingJob: * "aiplatform.googleapis.com/schema": output only, its value is the inputs_schema's title.
- name string
- Resource name of the DataLabelingJob.
- specialistPools string[]
- The SpecialistPools' resource names associated with this job.
- state string
- The detailed state of the job.
- updateTime string
- Timestamp when this DataLabelingJob was updated most recently.
- active_learning_ Googleconfig Cloud Aiplatform V1Active Learning Config Response 
- Parameters that configure the active learning pipeline. Active learning will label the data incrementally via several iterations. For every iteration, it will select a batch of data based on the sampling strategy.
- annotation_labels Mapping[str, str]
- Labels to assign to annotations generated by this DataLabelingJob. 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. 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.
- create_time str
- Timestamp when this DataLabelingJob was created.
- current_spend GoogleType Money Response 
- Estimated cost(in US dollars) that the DataLabelingJob has incurred to date.
- datasets Sequence[str]
- Dataset resource names. Right now we only support labeling from a single Dataset. Format: projects/{project}/locations/{location}/datasets/{dataset}
- display_name str
- The user-defined name of the DataLabelingJob. The name can be up to 128 characters long and can consist of any UTF-8 characters. Display name of a DataLabelingJob.
- encryption_spec GoogleCloud Aiplatform V1Encryption Spec Response 
- Customer-managed encryption key spec for a DataLabelingJob. If set, this DataLabelingJob will be secured by this key. Note: Annotations created in the DataLabelingJob are associated with the EncryptionSpec of the Dataset they are exported to.
- error
GoogleRpc Status Response 
- DataLabelingJob errors. It is only populated when job's state is JOB_STATE_FAILEDorJOB_STATE_CANCELLED.
- inputs Any
- Input config parameters for the DataLabelingJob.
- inputs_schema_ struri 
- Points to a YAML file stored on Google Cloud Storage describing the config for a specific type of DataLabelingJob. The schema files that can be used here are found in the https://storage.googleapis.com/google-cloud-aiplatform bucket in the /schema/datalabelingjob/inputs/ folder.
- instruction_uri str
- The Google Cloud Storage location of the instruction pdf. This pdf is shared with labelers, and provides detailed description on how to label DataItems in Datasets.
- labeler_count int
- Number of labelers to work on each DataItem.
- labeling_progress int
- Current labeling job progress percentage scaled in interval [0, 100], indicating the percentage of DataItems that has been finished.
- labels Mapping[str, str]
- The labels with user-defined metadata to organize your DataLabelingJobs. 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. 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 DataLabelingJob: * "aiplatform.googleapis.com/schema": output only, its value is the inputs_schema's title.
- name str
- Resource name of the DataLabelingJob.
- specialist_pools Sequence[str]
- The SpecialistPools' resource names associated with this job.
- state str
- The detailed state of the job.
- update_time str
- Timestamp when this DataLabelingJob was updated most recently.
- activeLearning Property MapConfig 
- Parameters that configure the active learning pipeline. Active learning will label the data incrementally via several iterations. For every iteration, it will select a batch of data based on the sampling strategy.
- annotationLabels Map<String>
- Labels to assign to annotations generated by this DataLabelingJob. 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. 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.
- createTime String
- Timestamp when this DataLabelingJob was created.
- currentSpend Property Map
- Estimated cost(in US dollars) that the DataLabelingJob has incurred to date.
- datasets List<String>
- Dataset resource names. Right now we only support labeling from a single Dataset. Format: projects/{project}/locations/{location}/datasets/{dataset}
- displayName String
- The user-defined name of the DataLabelingJob. The name can be up to 128 characters long and can consist of any UTF-8 characters. Display name of a DataLabelingJob.
- encryptionSpec Property Map
- Customer-managed encryption key spec for a DataLabelingJob. If set, this DataLabelingJob will be secured by this key. Note: Annotations created in the DataLabelingJob are associated with the EncryptionSpec of the Dataset they are exported to.
- error Property Map
- DataLabelingJob errors. It is only populated when job's state is JOB_STATE_FAILEDorJOB_STATE_CANCELLED.
- inputs Any
- Input config parameters for the DataLabelingJob.
- inputsSchema StringUri 
- Points to a YAML file stored on Google Cloud Storage describing the config for a specific type of DataLabelingJob. The schema files that can be used here are found in the https://storage.googleapis.com/google-cloud-aiplatform bucket in the /schema/datalabelingjob/inputs/ folder.
- instructionUri String
- The Google Cloud Storage location of the instruction pdf. This pdf is shared with labelers, and provides detailed description on how to label DataItems in Datasets.
- labelerCount Number
- Number of labelers to work on each DataItem.
- labelingProgress Number
- Current labeling job progress percentage scaled in interval [0, 100], indicating the percentage of DataItems that has been finished.
- labels Map<String>
- The labels with user-defined metadata to organize your DataLabelingJobs. 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. 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 DataLabelingJob: * "aiplatform.googleapis.com/schema": output only, its value is the inputs_schema's title.
- name String
- Resource name of the DataLabelingJob.
- specialistPools List<String>
- The SpecialistPools' resource names associated with this job.
- state String
- The detailed state of the job.
- updateTime String
- Timestamp when this DataLabelingJob was updated most recently.
Supporting Types
GoogleCloudAiplatformV1ActiveLearningConfigResponse      
- MaxData stringItem Count 
- Max number of human labeled DataItems.
- MaxData intItem Percentage 
- Max percent of total DataItems for human labeling.
- SampleConfig Pulumi.Google Native. Aiplatform. V1. Inputs. Google Cloud Aiplatform V1Sample Config Response 
- Active learning data sampling config. For every active learning labeling iteration, it will select a batch of data based on the sampling strategy.
- TrainingConfig Pulumi.Google Native. Aiplatform. V1. Inputs. Google Cloud Aiplatform V1Training Config Response 
- CMLE training config. For every active learning labeling iteration, system will train a machine learning model on CMLE. The trained model will be used by data sampling algorithm to select DataItems.
- MaxData stringItem Count 
- Max number of human labeled DataItems.
- MaxData intItem Percentage 
- Max percent of total DataItems for human labeling.
- SampleConfig GoogleCloud Aiplatform V1Sample Config Response 
- Active learning data sampling config. For every active learning labeling iteration, it will select a batch of data based on the sampling strategy.
- TrainingConfig GoogleCloud Aiplatform V1Training Config Response 
- CMLE training config. For every active learning labeling iteration, system will train a machine learning model on CMLE. The trained model will be used by data sampling algorithm to select DataItems.
- maxData StringItem Count 
- Max number of human labeled DataItems.
- maxData IntegerItem Percentage 
- Max percent of total DataItems for human labeling.
- sampleConfig GoogleCloud Aiplatform V1Sample Config Response 
- Active learning data sampling config. For every active learning labeling iteration, it will select a batch of data based on the sampling strategy.
- trainingConfig GoogleCloud Aiplatform V1Training Config Response 
- CMLE training config. For every active learning labeling iteration, system will train a machine learning model on CMLE. The trained model will be used by data sampling algorithm to select DataItems.
- maxData stringItem Count 
- Max number of human labeled DataItems.
- maxData numberItem Percentage 
- Max percent of total DataItems for human labeling.
- sampleConfig GoogleCloud Aiplatform V1Sample Config Response 
- Active learning data sampling config. For every active learning labeling iteration, it will select a batch of data based on the sampling strategy.
- trainingConfig GoogleCloud Aiplatform V1Training Config Response 
- CMLE training config. For every active learning labeling iteration, system will train a machine learning model on CMLE. The trained model will be used by data sampling algorithm to select DataItems.
- max_data_ stritem_ count 
- Max number of human labeled DataItems.
- max_data_ intitem_ percentage 
- Max percent of total DataItems for human labeling.
- sample_config GoogleCloud Aiplatform V1Sample Config Response 
- Active learning data sampling config. For every active learning labeling iteration, it will select a batch of data based on the sampling strategy.
- training_config GoogleCloud Aiplatform V1Training Config Response 
- CMLE training config. For every active learning labeling iteration, system will train a machine learning model on CMLE. The trained model will be used by data sampling algorithm to select DataItems.
- maxData StringItem Count 
- Max number of human labeled DataItems.
- maxData NumberItem Percentage 
- Max percent of total DataItems for human labeling.
- sampleConfig Property Map
- Active learning data sampling config. For every active learning labeling iteration, it will select a batch of data based on the sampling strategy.
- trainingConfig Property Map
- CMLE training config. For every active learning labeling iteration, system will train a machine learning model on CMLE. The trained model will be used by data sampling algorithm to select DataItems.
GoogleCloudAiplatformV1EncryptionSpecResponse     
- KmsKey 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.
- KmsKey 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.
- kmsKey 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.
- kmsKey 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.
- kmsKey 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.
GoogleCloudAiplatformV1SampleConfigResponse     
- FollowingBatch intSample Percentage 
- The percentage of data needed to be labeled in each following batch (except the first batch).
- InitialBatch intSample Percentage 
- The percentage of data needed to be labeled in the first batch.
- SampleStrategy string
- Field to choose sampling strategy. Sampling strategy will decide which data should be selected for human labeling in every batch.
- FollowingBatch intSample Percentage 
- The percentage of data needed to be labeled in each following batch (except the first batch).
- InitialBatch intSample Percentage 
- The percentage of data needed to be labeled in the first batch.
- SampleStrategy string
- Field to choose sampling strategy. Sampling strategy will decide which data should be selected for human labeling in every batch.
- followingBatch IntegerSample Percentage 
- The percentage of data needed to be labeled in each following batch (except the first batch).
- initialBatch IntegerSample Percentage 
- The percentage of data needed to be labeled in the first batch.
- sampleStrategy String
- Field to choose sampling strategy. Sampling strategy will decide which data should be selected for human labeling in every batch.
- followingBatch numberSample Percentage 
- The percentage of data needed to be labeled in each following batch (except the first batch).
- initialBatch numberSample Percentage 
- The percentage of data needed to be labeled in the first batch.
- sampleStrategy string
- Field to choose sampling strategy. Sampling strategy will decide which data should be selected for human labeling in every batch.
- following_batch_ intsample_ percentage 
- The percentage of data needed to be labeled in each following batch (except the first batch).
- initial_batch_ intsample_ percentage 
- The percentage of data needed to be labeled in the first batch.
- sample_strategy str
- Field to choose sampling strategy. Sampling strategy will decide which data should be selected for human labeling in every batch.
- followingBatch NumberSample Percentage 
- The percentage of data needed to be labeled in each following batch (except the first batch).
- initialBatch NumberSample Percentage 
- The percentage of data needed to be labeled in the first batch.
- sampleStrategy String
- Field to choose sampling strategy. Sampling strategy will decide which data should be selected for human labeling in every batch.
GoogleCloudAiplatformV1TrainingConfigResponse     
- TimeoutTraining stringMilli Hours 
- The timeout hours for the CMLE training job, expressed in milli hours i.e. 1,000 value in this field means 1 hour.
- TimeoutTraining stringMilli Hours 
- The timeout hours for the CMLE training job, expressed in milli hours i.e. 1,000 value in this field means 1 hour.
- timeoutTraining StringMilli Hours 
- The timeout hours for the CMLE training job, expressed in milli hours i.e. 1,000 value in this field means 1 hour.
- timeoutTraining stringMilli Hours 
- The timeout hours for the CMLE training job, expressed in milli hours i.e. 1,000 value in this field means 1 hour.
- timeout_training_ strmilli_ hours 
- The timeout hours for the CMLE training job, expressed in milli hours i.e. 1,000 value in this field means 1 hour.
- timeoutTraining StringMilli Hours 
- The timeout hours for the CMLE training job, expressed in milli hours i.e. 1,000 value in this field means 1 hour.
GoogleRpcStatusResponse   
- Code int
- The status code, which should be an enum value of google.rpc.Code.
- Details
List<ImmutableDictionary<string, string>> 
- A list of messages that carry the error details. There is a common set of message types for APIs to use.
- Message string
- A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
- Code int
- The status code, which should be an enum value of google.rpc.Code.
- Details []map[string]string
- A list of messages that carry the error details. There is a common set of message types for APIs to use.
- Message string
- A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
- code Integer
- The status code, which should be an enum value of google.rpc.Code.
- details List<Map<String,String>>
- A list of messages that carry the error details. There is a common set of message types for APIs to use.
- message String
- A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
- code number
- The status code, which should be an enum value of google.rpc.Code.
- details {[key: string]: string}[]
- A list of messages that carry the error details. There is a common set of message types for APIs to use.
- message string
- A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
- code int
- The status code, which should be an enum value of google.rpc.Code.
- details Sequence[Mapping[str, str]]
- A list of messages that carry the error details. There is a common set of message types for APIs to use.
- message str
- A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
- code Number
- The status code, which should be an enum value of google.rpc.Code.
- details List<Map<String>>
- A list of messages that carry the error details. There is a common set of message types for APIs to use.
- message String
- A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
GoogleTypeMoneyResponse   
- CurrencyCode string
- The three-letter currency code defined in ISO 4217.
- Nanos int
- Number of nano (10^-9) units of the amount. The value must be between -999,999,999 and +999,999,999 inclusive. If unitsis positive,nanosmust be positive or zero. Ifunitsis zero,nanoscan be positive, zero, or negative. Ifunitsis negative,nanosmust be negative or zero. For example $-1.75 is represented asunits=-1 andnanos=-750,000,000.
- Units string
- The whole units of the amount. For example if currencyCodeis"USD", then 1 unit is one US dollar.
- CurrencyCode string
- The three-letter currency code defined in ISO 4217.
- Nanos int
- Number of nano (10^-9) units of the amount. The value must be between -999,999,999 and +999,999,999 inclusive. If unitsis positive,nanosmust be positive or zero. Ifunitsis zero,nanoscan be positive, zero, or negative. Ifunitsis negative,nanosmust be negative or zero. For example $-1.75 is represented asunits=-1 andnanos=-750,000,000.
- Units string
- The whole units of the amount. For example if currencyCodeis"USD", then 1 unit is one US dollar.
- currencyCode String
- The three-letter currency code defined in ISO 4217.
- nanos Integer
- Number of nano (10^-9) units of the amount. The value must be between -999,999,999 and +999,999,999 inclusive. If unitsis positive,nanosmust be positive or zero. Ifunitsis zero,nanoscan be positive, zero, or negative. Ifunitsis negative,nanosmust be negative or zero. For example $-1.75 is represented asunits=-1 andnanos=-750,000,000.
- units String
- The whole units of the amount. For example if currencyCodeis"USD", then 1 unit is one US dollar.
- currencyCode string
- The three-letter currency code defined in ISO 4217.
- nanos number
- Number of nano (10^-9) units of the amount. The value must be between -999,999,999 and +999,999,999 inclusive. If unitsis positive,nanosmust be positive or zero. Ifunitsis zero,nanoscan be positive, zero, or negative. Ifunitsis negative,nanosmust be negative or zero. For example $-1.75 is represented asunits=-1 andnanos=-750,000,000.
- units string
- The whole units of the amount. For example if currencyCodeis"USD", then 1 unit is one US dollar.
- currency_code str
- The three-letter currency code defined in ISO 4217.
- nanos int
- Number of nano (10^-9) units of the amount. The value must be between -999,999,999 and +999,999,999 inclusive. If unitsis positive,nanosmust be positive or zero. Ifunitsis zero,nanoscan be positive, zero, or negative. Ifunitsis negative,nanosmust be negative or zero. For example $-1.75 is represented asunits=-1 andnanos=-750,000,000.
- units str
- The whole units of the amount. For example if currencyCodeis"USD", then 1 unit is one US dollar.
- currencyCode String
- The three-letter currency code defined in ISO 4217.
- nanos Number
- Number of nano (10^-9) units of the amount. The value must be between -999,999,999 and +999,999,999 inclusive. If unitsis positive,nanosmust be positive or zero. Ifunitsis zero,nanoscan be positive, zero, or negative. Ifunitsis negative,nanosmust be negative or zero. For example $-1.75 is represented asunits=-1 andnanos=-750,000,000.
- units String
- The whole units of the amount. For example if currencyCodeis"USD", then 1 unit is one US dollar.
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