Class GoogleCloudAiplatformV1beta1PublisherModelEulaAcceptance
Response message for ModelGardenService.UpdatePublisherModelEula.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1PublisherModelEulaAcceptance : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ProjectNumber
The project number requesting access for named model.
Declaration
[JsonProperty("projectNumber")]
public virtual long? ProjectNumber { get; set; }
Property Value
Type | Description |
---|---|
long? |
PublisherModel
The publisher model resource name.
Declaration
[JsonProperty("publisherModel")]
public virtual string PublisherModel { get; set; }
Property Value
Type | Description |
---|---|
string |
PublisherModelEulaAcked
The EULA content acceptance status.
Declaration
[JsonProperty("publisherModelEulaAcked")]
public virtual bool? PublisherModelEulaAcked { get; set; }
Property Value
Type | Description |
---|---|
bool? |