#[non_exhaustive]pub struct StartEventsDetectionJobInput { /* private fields */ }Implementations
sourceimpl StartEventsDetectionJobInput
impl StartEventsDetectionJobInput
sourcepub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<StartEventsDetectionJob, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<StartEventsDetectionJob, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<StartEventsDetectionJob>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture StartEventsDetectionJobInput.
sourceimpl StartEventsDetectionJobInput
impl StartEventsDetectionJobInput
sourcepub fn input_data_config(&self) -> Option<&InputDataConfig>
pub fn input_data_config(&self) -> Option<&InputDataConfig>
Specifies the format and location of the input data for the job.
sourcepub fn output_data_config(&self) -> Option<&OutputDataConfig>
pub fn output_data_config(&self) -> Option<&OutputDataConfig>
Specifies where to send the output files.
sourcepub fn data_access_role_arn(&self) -> Option<&str>
pub fn data_access_role_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that grants Amazon Comprehend read access to your input data.
sourcepub fn language_code(&self) -> Option<&LanguageCode>
pub fn language_code(&self) -> Option<&LanguageCode>
The language code of the input documents.
sourcepub fn client_request_token(&self) -> Option<&str>
pub fn client_request_token(&self) -> Option<&str>
An unique identifier for the request. If you don't set the client request token, Amazon Comprehend generates one.
sourcepub fn target_event_types(&self) -> Option<&[String]>
pub fn target_event_types(&self) -> Option<&[String]>
The types of events to detect in the input documents.
Tags to be associated with the events detection job. A tag is a key-value pair that adds metadata to a resource used by Amazon Comprehend. For example, a tag with "Sales" as the key might be added to a resource to indicate its use by the sales department.
Trait Implementations
sourceimpl Clone for StartEventsDetectionJobInput
impl Clone for StartEventsDetectionJobInput
sourcefn clone(&self) -> StartEventsDetectionJobInput
fn clone(&self) -> StartEventsDetectionJobInput
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more