public class ImageDetails
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Constructor and Description |
---|
ImageDetails() |
Modifier and Type | Method and Description |
---|---|
Date |
getCreated()
Gets the created.
|
ImageDimensions |
getDimensions()
Gets the dimensions.
|
List<Error> |
getErrors()
Gets the errors.
|
String |
getImageId()
Gets the imageId.
|
ImageSource |
getSource()
Gets the source.
|
TrainingDataObjects |
getTrainingData()
Gets the trainingData.
|
Date |
getUpdated()
Gets the updated.
|
public String getImageId()
The identifier of the image.
public Date getUpdated()
Date and time in Coordinated Universal Time (UTC) that the image was most recently updated.
public 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 List<Error> getErrors()
Details about the errors.
public TrainingDataObjects getTrainingData()
Training data for all objects.
Copyright © 2021 IBM Cloud. All rights reserved.