| Package | Description |
|---|---|
| com.amazonaws.services.personalize.model |
| Modifier and Type | Method and Description |
|---|---|
DatasetSchema |
DatasetSchema.clone() |
DatasetSchema |
DescribeSchemaResult.getSchema()
The requested schema.
|
DatasetSchema |
DatasetSchema.withCreationDateTime(Date creationDateTime)
The date and time (in Unix time) that the schema was created.
|
DatasetSchema |
DatasetSchema.withLastUpdatedDateTime(Date lastUpdatedDateTime)
The date and time (in Unix time) that the schema was last updated.
|
DatasetSchema |
DatasetSchema.withName(String name)
The name of the schema.
|
DatasetSchema |
DatasetSchema.withSchema(String schema)
The schema.
|
DatasetSchema |
DatasetSchema.withSchemaArn(String schemaArn)
The Amazon Resource Name (ARN) of the schema.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeSchemaResult.setSchema(DatasetSchema schema)
The requested schema.
|
DescribeSchemaResult |
DescribeSchemaResult.withSchema(DatasetSchema schema)
The requested schema.
|
Copyright © 2021. All rights reserved.