Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -2918,7 +2918,7 @@ def list_adaptive_mt_datasets request, options = nil
# @param options [::Gapic::CallOptions, ::Hash]
# Overrides the default settings for this call, e.g, timeout, retries, etc. Optional.
#
# @overload adaptive_mt_translate(parent: nil, dataset: nil, content: nil, reference_sentence_config: nil, glossary_config: nil)
# @overload adaptive_mt_translate(parent: nil, dataset: nil, content: nil, mime_type: nil, reference_sentence_config: nil, glossary_config: nil)
# Pass arguments to `adaptive_mt_translate` via keyword arguments. Note that at
# least one keyword argument is required. To specify no parameters, or to keep all
# the default parameter values, pass an empty Hash as a request object (see above).
Expand All @@ -2932,6 +2932,8 @@ def list_adaptive_mt_datasets request, options = nil
# `projects/{project}/locations/{location-id}/adaptiveMtDatasets/{dataset}`
# @param content [::Array<::String>]
# Required. The content of the input in string format.
# @param mime_type [::String]
# The format of the source text.
# @param reference_sentence_config [::Google::Cloud::Translate::V3::AdaptiveMtTranslateRequest::ReferenceSentenceConfig, ::Hash]
# Configuration for caller provided reference sentences.
# @param glossary_config [::Google::Cloud::Translate::V3::AdaptiveMtTranslateRequest::GlossaryConfig, ::Hash]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2737,7 +2737,7 @@ def list_adaptive_mt_datasets request, options = nil
# @param options [::Gapic::CallOptions, ::Hash]
# Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
#
# @overload adaptive_mt_translate(parent: nil, dataset: nil, content: nil, reference_sentence_config: nil, glossary_config: nil)
# @overload adaptive_mt_translate(parent: nil, dataset: nil, content: nil, mime_type: nil, reference_sentence_config: nil, glossary_config: nil)
# Pass arguments to `adaptive_mt_translate` via keyword arguments. Note that at
# least one keyword argument is required. To specify no parameters, or to keep all
# the default parameter values, pass an empty Hash as a request object (see above).
Expand All @@ -2751,6 +2751,8 @@ def list_adaptive_mt_datasets request, options = nil
# `projects/{project}/locations/{location-id}/adaptiveMtDatasets/{dataset}`
# @param content [::Array<::String>]
# Required. The content of the input in string format.
# @param mime_type [::String]
# The format of the source text.
# @param reference_sentence_config [::Google::Cloud::Translate::V3::AdaptiveMtTranslateRequest::ReferenceSentenceConfig, ::Hash]
# Configuration for caller provided reference sentences.
# @param glossary_config [::Google::Cloud::Translate::V3::AdaptiveMtTranslateRequest::GlossaryConfig, ::Hash]
Expand Down
Loading
Loading