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 ingestion job.IngestionJobStartIngestionJobResponse. ingestionJob()An object containing information about the 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 ingestion job.StartIngestionJobResponse.BuilderStartIngestionJobResponse.Builder. ingestionJob(IngestionJob ingestionJob)An object containing information about the ingestion job.
-