Uses of Class
software.amazon.awssdk.services.bedrockagent.model.IngestionJob
Packages that use IngestionJob
-
Uses of IngestionJob in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return IngestionJobModifier and TypeMethodDescriptionfinal IngestionJobGetIngestionJobResponse.ingestionJob()Contains details about the data ingestion job.final IngestionJobStartIngestionJobResponse.ingestionJob()Contains information about the data ingestion job.final IngestionJobStopIngestionJobResponse.ingestionJob()Contains information about the stopped data ingestion job.Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type IngestionJobModifier and TypeMethodDescriptionGetIngestionJobResponse.Builder.ingestionJob(IngestionJob ingestionJob) Contains details about the data ingestion job.StartIngestionJobResponse.Builder.ingestionJob(IngestionJob ingestionJob) Contains information about the data ingestion job.StopIngestionJobResponse.Builder.ingestionJob(IngestionJob ingestionJob) Contains information about the stopped data ingestion job.