public class ImageDetails
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Field and Description |
---|---|
protected java.util.Date |
created |
protected ImageDimensions |
dimensions |
protected java.util.List<Error> |
errors |
protected java.lang.String |
imageId |
protected ImageSource |
source |
protected TrainingDataObjects |
trainingData |
protected java.util.Date |
updated |
Constructor and Description |
---|
ImageDetails() |
Modifier and Type | Method and Description |
---|---|
java.util.Date |
getCreated()
Gets the created.
|
ImageDimensions |
getDimensions()
Gets the dimensions.
|
java.util.List<Error> |
getErrors()
Gets the errors.
|
java.lang.String |
getImageId()
Gets the imageId.
|
ImageSource |
getSource()
Gets the source.
|
TrainingDataObjects |
getTrainingData()
Gets the trainingData.
|
java.util.Date |
getUpdated()
Gets the updated.
|
@SerializedName(value="image_id") protected java.lang.String imageId
protected java.util.Date updated
protected java.util.Date created
protected ImageSource source
protected ImageDimensions dimensions
protected java.util.List<Error> errors
@SerializedName(value="training_data") protected TrainingDataObjects trainingData
public java.lang.String getImageId()
The identifier of the image.
public java.util.Date getUpdated()
Date and time in Coordinated Universal Time (UTC) that the image was most recently updated.
public java.util.Date getCreated()
Date and time in Coordinated Universal Time (UTC) that the image was created.
public ImageSource getSource()
The source type of the image.
public ImageDimensions getDimensions()
Height and width of an image.
public java.util.List<Error> getErrors()
Details about the errors.
public TrainingDataObjects getTrainingData()
Training data for all objects.