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 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:
- Annotated
Dataset stringId - Dataset
Id string - Feedback
Message stringId - Feedback
Thread stringId - Project string
- Annotated
Dataset stringId - Dataset
Id string - Feedback
Message stringId - Feedback
Thread stringId - Project string
- annotated
Dataset StringId - dataset
Id String - feedback
Message StringId - feedback
Thread StringId - project String
- annotated
Dataset stringId - dataset
Id string - feedback
Message stringId - feedback
Thread stringId - project string
- annotated_
dataset_ strid - dataset_
id str - feedback_
message_ strid - feedback_
thread_ strid - project str
- annotated
Dataset StringId - dataset
Id String - feedback
Message StringId - feedback
Thread StringId - project String
getFeedbackMessage Result
The following output properties are available:
- Body string
- String content of the feedback. Maximum of 10000 characters.
- Create
Time 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}'
- Operator
Feedback Pulumi.Metadata Google Native. Data Labeling. V1Beta1. Outputs. Google Cloud Datalabeling V1beta1Operator Feedback Metadata Response - Requester
Feedback Pulumi.Metadata Google Native. Data Labeling. V1Beta1. Outputs. Google Cloud Datalabeling V1beta1Requester Feedback Metadata Response
- Body string
- String content of the feedback. Maximum of 10000 characters.
- Create
Time 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}'
- Operator
Feedback GoogleMetadata Cloud Datalabeling V1beta1Operator Feedback Metadata Response - Requester
Feedback GoogleMetadata Cloud Datalabeling V1beta1Requester Feedback Metadata Response
- body String
- String content of the feedback. Maximum of 10000 characters.
- create
Time 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}'
- operator
Feedback GoogleMetadata Cloud Datalabeling V1beta1Operator Feedback Metadata Response - requester
Feedback GoogleMetadata Cloud Datalabeling V1beta1Requester Feedback Metadata Response
- body string
- String content of the feedback. Maximum of 10000 characters.
- create
Time 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}'
- operator
Feedback GoogleMetadata Cloud Datalabeling V1beta1Operator Feedback Metadata Response - requester
Feedback GoogleMetadata Cloud Datalabeling V1beta1Requester Feedback Metadata Response
- 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_ Googlemetadata Cloud Datalabeling V1beta1Operator Feedback Metadata Response - requester_
feedback_ Googlemetadata Cloud Datalabeling V1beta1Requester Feedback Metadata Response
- body String
- String content of the feedback. Maximum of 10000 characters.
- create
Time 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}'
- operator
Feedback Property MapMetadata - requester
Feedback Property MapMetadata
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