1. Packages
  2. Google Cloud Native
  3. API Docs
  4. datalabeling
  5. datalabeling/v1beta1
  6. getFeedbackMessage

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.datalabeling/v1beta1.getFeedbackMessage

Explore with Pulumi AI

google-native logo

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

    Get a FeedbackMessage object.

    Using getFeedbackMessage

    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 getFeedbackMessage(args: GetFeedbackMessageArgs, opts?: InvokeOptions): Promise<GetFeedbackMessageResult>
    function getFeedbackMessageOutput(args: GetFeedbackMessageOutputArgs, opts?: InvokeOptions): Output<GetFeedbackMessageResult>
    def get_feedback_message(annotated_dataset_id: Optional[str] = None,
                             dataset_id: Optional[str] = None,
                             feedback_message_id: Optional[str] = None,
                             feedback_thread_id: Optional[str] = None,
                             project: Optional[str] = None,
                             opts: Optional[InvokeOptions] = None) -> GetFeedbackMessageResult
    def get_feedback_message_output(annotated_dataset_id: Optional[pulumi.Input[str]] = None,
                             dataset_id: Optional[pulumi.Input[str]] = None,
                             feedback_message_id: Optional[pulumi.Input[str]] = None,
                             feedback_thread_id: Optional[pulumi.Input[str]] = None,
                             project: Optional[pulumi.Input[str]] = None,
                             opts: Optional[InvokeOptions] = None) -> Output[GetFeedbackMessageResult]
    func LookupFeedbackMessage(ctx *Context, args *LookupFeedbackMessageArgs, opts ...InvokeOption) (*LookupFeedbackMessageResult, error)
    func LookupFeedbackMessageOutput(ctx *Context, args *LookupFeedbackMessageOutputArgs, opts ...InvokeOption) LookupFeedbackMessageResultOutput

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

    public static class GetFeedbackMessage 
    {
        public static Task<GetFeedbackMessageResult> InvokeAsync(GetFeedbackMessageArgs args, InvokeOptions? opts = null)
        public static Output<GetFeedbackMessageResult> Invoke(GetFeedbackMessageInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetFeedbackMessageResult> getFeedbackMessage(GetFeedbackMessageArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: google-native:datalabeling/v1beta1:getFeedbackMessage
      arguments:
        # arguments dictionary

    The following arguments are supported:

    getFeedbackMessage Result

    The following output properties are available:

    Body string
    String content of the feedback. Maximum of 10000 characters.
    CreateTime string
    Create time.
    Image string
    The image storing this feedback if the feedback is an image representing operator's comments.
    Name string
    Name of the feedback message in a feedback thread. Format: 'project/{project_id}/datasets/{dataset_id}/annotatedDatasets/{annotated_dataset_id}/feedbackThreads/{feedback_thread_id}/feedbackMessage/{feedback_message_id}'
    OperatorFeedbackMetadata Pulumi.GoogleNative.DataLabeling.V1Beta1.Outputs.GoogleCloudDatalabelingV1beta1OperatorFeedbackMetadataResponse
    RequesterFeedbackMetadata Pulumi.GoogleNative.DataLabeling.V1Beta1.Outputs.GoogleCloudDatalabelingV1beta1RequesterFeedbackMetadataResponse
    Body string
    String content of the feedback. Maximum of 10000 characters.
    CreateTime string
    Create time.
    Image string
    The image storing this feedback if the feedback is an image representing operator's comments.
    Name string
    Name of the feedback message in a feedback thread. Format: 'project/{project_id}/datasets/{dataset_id}/annotatedDatasets/{annotated_dataset_id}/feedbackThreads/{feedback_thread_id}/feedbackMessage/{feedback_message_id}'
    OperatorFeedbackMetadata GoogleCloudDatalabelingV1beta1OperatorFeedbackMetadataResponse
    RequesterFeedbackMetadata GoogleCloudDatalabelingV1beta1RequesterFeedbackMetadataResponse
    body String
    String content of the feedback. Maximum of 10000 characters.
    createTime String
    Create time.
    image String
    The image storing this feedback if the feedback is an image representing operator's comments.
    name String
    Name of the feedback message in a feedback thread. Format: 'project/{project_id}/datasets/{dataset_id}/annotatedDatasets/{annotated_dataset_id}/feedbackThreads/{feedback_thread_id}/feedbackMessage/{feedback_message_id}'
    operatorFeedbackMetadata GoogleCloudDatalabelingV1beta1OperatorFeedbackMetadataResponse
    requesterFeedbackMetadata GoogleCloudDatalabelingV1beta1RequesterFeedbackMetadataResponse
    body string
    String content of the feedback. Maximum of 10000 characters.
    createTime string
    Create time.
    image string
    The image storing this feedback if the feedback is an image representing operator's comments.
    name string
    Name of the feedback message in a feedback thread. Format: 'project/{project_id}/datasets/{dataset_id}/annotatedDatasets/{annotated_dataset_id}/feedbackThreads/{feedback_thread_id}/feedbackMessage/{feedback_message_id}'
    operatorFeedbackMetadata GoogleCloudDatalabelingV1beta1OperatorFeedbackMetadataResponse
    requesterFeedbackMetadata GoogleCloudDatalabelingV1beta1RequesterFeedbackMetadataResponse
    body str
    String content of the feedback. Maximum of 10000 characters.
    create_time str
    Create time.
    image str
    The image storing this feedback if the feedback is an image representing operator's comments.
    name str
    Name of the feedback message in a feedback thread. Format: 'project/{project_id}/datasets/{dataset_id}/annotatedDatasets/{annotated_dataset_id}/feedbackThreads/{feedback_thread_id}/feedbackMessage/{feedback_message_id}'
    operator_feedback_metadata GoogleCloudDatalabelingV1beta1OperatorFeedbackMetadataResponse
    requester_feedback_metadata GoogleCloudDatalabelingV1beta1RequesterFeedbackMetadataResponse
    body String
    String content of the feedback. Maximum of 10000 characters.
    createTime String
    Create time.
    image String
    The image storing this feedback if the feedback is an image representing operator's comments.
    name String
    Name of the feedback message in a feedback thread. Format: 'project/{project_id}/datasets/{dataset_id}/annotatedDatasets/{annotated_dataset_id}/feedbackThreads/{feedback_thread_id}/feedbackMessage/{feedback_message_id}'
    operatorFeedbackMetadata Property Map
    requesterFeedbackMetadata Property Map

    Package Details

    Repository
    Google Cloud Native pulumi/pulumi-google-native
    License
    Apache-2.0
    google-native logo

    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