Uses of Class
software.amazon.awssdk.services.personalize.model.CreateSchemaRequest
-
Packages that use CreateSchemaRequest Package Description software.amazon.awssdk.services.personalize Amazon Personalize is a machine learning service that makes it easy to add individualized recommendations to customers.software.amazon.awssdk.services.personalize.transform -
-
Uses of CreateSchemaRequest in software.amazon.awssdk.services.personalize
Methods in software.amazon.awssdk.services.personalize with parameters of type CreateSchemaRequest Modifier and Type Method Description default CompletableFuture<CreateSchemaResponse>PersonalizeAsyncClient. createSchema(CreateSchemaRequest createSchemaRequest)Creates an Amazon Personalize schema from the specified schema string.default CreateSchemaResponsePersonalizeClient. createSchema(CreateSchemaRequest createSchemaRequest)Creates an Amazon Personalize schema from the specified schema string. -
Uses of CreateSchemaRequest in software.amazon.awssdk.services.personalize.transform
Methods in software.amazon.awssdk.services.personalize.transform with parameters of type CreateSchemaRequest Modifier and Type Method Description SdkHttpFullRequestCreateSchemaRequestMarshaller. marshall(CreateSchemaRequest createSchemaRequest)
-