Uses of Class
software.amazon.awssdk.services.bedrockagent.model.IngestionJob
-
Packages that use IngestionJob Package Description software.amazon.awssdk.services.bedrockagent.model -
-
Uses of IngestionJob in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return IngestionJob Modifier and Type Method Description IngestionJobGetIngestionJobResponse. ingestionJob()Contains details about the data ingestion job.IngestionJobStartIngestionJobResponse. ingestionJob()Contains information about the data ingestion job.IngestionJobStopIngestionJobResponse. ingestionJob()Contains information about the stopped data ingestion job.Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type IngestionJob Modifier and Type Method Description GetIngestionJobResponse.BuilderGetIngestionJobResponse.Builder. ingestionJob(IngestionJob ingestionJob)Contains details about the data ingestion job.StartIngestionJobResponse.BuilderStartIngestionJobResponse.Builder. ingestionJob(IngestionJob ingestionJob)Contains information about the data ingestion job.StopIngestionJobResponse.BuilderStopIngestionJobResponse.Builder. ingestionJob(IngestionJob ingestionJob)Contains information about the stopped data ingestion job.
-