public class Prediction.Trainedmodels.Delete extends PredictionRequest<Void>
GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Modifier | Constructor and Description |
---|---|
protected |
Prediction.Trainedmodels.Delete(String id)
Delete a trained model.
|
Modifier and Type | Method and Description |
---|---|
String |
getId()
The unique name for the predictive model.
|
Prediction.Trainedmodels.Delete |
set(String parameterName,
Object value) |
Prediction.Trainedmodels.Delete |
setAlt(String alt)
Data format for the response.
|
Prediction.Trainedmodels.Delete |
setFields(String fields)
Selector specifying which fields to include in a partial response.
|
Prediction.Trainedmodels.Delete |
setId(String id)
The unique name for the predictive model.
|
Prediction.Trainedmodels.Delete |
setKey(String key)
API key.
|
Prediction.Trainedmodels.Delete |
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
|
Prediction.Trainedmodels.Delete |
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
|
Prediction.Trainedmodels.Delete |
setQuotaUser(String quotaUser)
Available to use for quota purposes for server-side applications.
|
Prediction.Trainedmodels.Delete |
setUserIp(String userIp)
IP address of the site where the request originates.
|
getAbstractGoogleClient, getAlt, getFields, getKey, getOauthToken, getPrettyPrint, getQuotaUser, getUserIp, setDisableGZipContent, setRequestHeaders
getJsonContent, newExceptionOnError, queue
buildHttpRequest, buildHttpRequestUrl, buildHttpRequestUsingHead, checkRequiredParameter, execute, executeAndDownloadTo, executeAsInputStream, executeMedia, executeMediaAndDownloadTo, executeMediaAsInputStream, executeUnparsed, executeUsingHead, getDisableGZipContent, getHttpContent, getLastResponseHeaders, getLastStatusCode, getLastStatusMessage, getMediaHttpDownloader, getMediaHttpUploader, getRequestHeaders, getRequestMethod, getResponseClass, getUriTemplate, initializeMediaDownload, initializeMediaUpload, queue
clone, entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, toString, values
protected Prediction.Trainedmodels.Delete(String id)
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
Prediction.initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)
must
be called to initialize this instance immediately after invoking the constructor.
id
- The unique name for the predictive model.public Prediction.Trainedmodels.Delete setAlt(String alt)
PredictionRequest
setAlt
in class PredictionRequest<Void>
public Prediction.Trainedmodels.Delete setFields(String fields)
PredictionRequest
setFields
in class PredictionRequest<Void>
public Prediction.Trainedmodels.Delete setKey(String key)
PredictionRequest
setKey
in class PredictionRequest<Void>
public Prediction.Trainedmodels.Delete setOauthToken(String oauthToken)
PredictionRequest
setOauthToken
in class PredictionRequest<Void>
public Prediction.Trainedmodels.Delete setPrettyPrint(Boolean prettyPrint)
PredictionRequest
setPrettyPrint
in class PredictionRequest<Void>
public Prediction.Trainedmodels.Delete setQuotaUser(String quotaUser)
PredictionRequest
setQuotaUser
in class PredictionRequest<Void>
public Prediction.Trainedmodels.Delete setUserIp(String userIp)
PredictionRequest
setUserIp
in class PredictionRequest<Void>
public String getId()
public Prediction.Trainedmodels.Delete setId(String id)
public Prediction.Trainedmodels.Delete set(String parameterName, Object value)
set
in class PredictionRequest<Void>