Class AbstractAwsMachineLearningJobStatusProcessor<T extends software.amazon.awssdk.core.SdkClient,U extends software.amazon.awssdk.awscore.client.builder.AwsSyncClientBuilder<U,T> & software.amazon.awssdk.awscore.client.builder.AwsClientBuilder<U,T>>
java.lang.Object
org.apache.nifi.components.AbstractConfigurableComponent
org.apache.nifi.processor.AbstractSessionFactoryProcessor
org.apache.nifi.processors.aws.v2.AbstractAwsProcessor<T>
org.apache.nifi.processors.aws.v2.AbstractAwsSyncProcessor<T,U>
org.apache.nifi.processors.aws.ml.AbstractAwsMachineLearningJobStatusProcessor<T,U>
- All Implemented Interfaces:
ConfigurableComponent,Processor,VerifiableProcessor
public abstract class AbstractAwsMachineLearningJobStatusProcessor<T extends software.amazon.awssdk.core.SdkClient,U extends software.amazon.awssdk.awscore.client.builder.AwsSyncClientBuilder<U,T> & software.amazon.awssdk.awscore.client.builder.AwsClientBuilder<U,T>>
extends AbstractAwsSyncProcessor<T,U>
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final PropertyDescriptorprivate static final com.fasterxml.jackson.databind.ObjectMapperprotected static final List<PropertyDescriptor> static final Relationshipstatic final Relationshipstatic final Relationshipstatic final Relationshipstatic final Relationshipprivate static final Set<Relationship> static final PropertyDescriptorFields inherited from class org.apache.nifi.processors.aws.v2.AbstractAwsProcessor
AWS_CREDENTIALS_PROVIDER_SERVICE, DEFAULT_USER_AGENT, ENDPOINT_OVERRIDE, PROXY_CONFIGURATION_SERVICE, REGION, SSL_CONTEXT_SERVICE, TIMEOUT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidprotected FlowFilewriteToFlowFile(ProcessSession session, FlowFile flowFile, software.amazon.awssdk.awscore.AwsResponse response) Methods inherited from class org.apache.nifi.processors.aws.v2.AbstractAwsSyncProcessor
configureHttpClient, createClient, createClient, createClientBuilderMethods inherited from class org.apache.nifi.processors.aws.v2.AbstractAwsProcessor
configureClientBuilder, configureClientBuilder, configureEndpoint, configureSdkHttpClient, getClient, getClient, getCredentialsProvider, getRegion, onScheduled, onStopped, onTrigger, onTrigger, verifyMethods inherited from class org.apache.nifi.processor.AbstractSessionFactoryProcessor
getControllerServiceLookup, getIdentifier, getLogger, getNodeTypeProvider, init, initialize, isConfigurationRestored, isScheduled, toString, updateConfiguredRestoredTrue, updateScheduledFalse, updateScheduledTrueMethods inherited from class org.apache.nifi.components.AbstractConfigurableComponent
customValidate, equals, getPropertyDescriptor, getPropertyDescriptors, getSupportedDynamicPropertyDescriptor, hashCode, onPropertyModified, validateMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.nifi.components.ConfigurableComponent
getPropertyDescriptor, getPropertyDescriptors, onPropertyModified, validateMethods inherited from interface org.apache.nifi.processor.Processor
isStateful, migrateRelationships
-
Field Details
-
AWS_TASK_OUTPUT_LOCATION
- See Also:
-
MANDATORY_AWS_CREDENTIALS_PROVIDER_SERVICE
-
TASK_ID
-
REL_ORIGINAL
-
REL_RUNNING
-
REL_SUCCESS
-
REL_THROTTLED
-
REL_FAILURE
-
FAILURE_REASON_ATTRIBUTE
- See Also:
-
PROPERTIES
-
MAPPER
private static final com.fasterxml.jackson.databind.ObjectMapper MAPPER -
relationships
-
-
Constructor Details
-
AbstractAwsMachineLearningJobStatusProcessor
public AbstractAwsMachineLearningJobStatusProcessor()
-
-
Method Details
-
migrateProperties
- Specified by:
migratePropertiesin interfaceProcessor- Overrides:
migratePropertiesin classAbstractAwsProcessor<T extends software.amazon.awssdk.core.SdkClient>
-
getRelationships
- Specified by:
getRelationshipsin interfaceProcessor- Overrides:
getRelationshipsin classAbstractAwsProcessor<T extends software.amazon.awssdk.core.SdkClient>
-
getSupportedPropertyDescriptors
- Overrides:
getSupportedPropertyDescriptorsin classAbstractConfigurableComponent
-
writeToFlowFile
protected FlowFile writeToFlowFile(ProcessSession session, FlowFile flowFile, software.amazon.awssdk.awscore.AwsResponse response)
-