Uses of Class
software.amazon.awssdk.services.sagemaker.model.AgentVersion
-
Packages that use AgentVersion Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of AgentVersion in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type AgentVersion Modifier and Type Method Description List<AgentVersion>GetDeviceFleetReportResponse. agentVersions()The versions of Edge Manager agent deployed on the fleet.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type AgentVersion Modifier and Type Method Description GetDeviceFleetReportResponse.BuilderGetDeviceFleetReportResponse.Builder. agentVersions(AgentVersion... agentVersions)The versions of Edge Manager agent deployed on the fleet.Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type AgentVersion Modifier and Type Method Description GetDeviceFleetReportResponse.BuilderGetDeviceFleetReportResponse.Builder. agentVersions(Collection<AgentVersion> agentVersions)The versions of Edge Manager agent deployed on the fleet.
-