GoogleCloudAiplatformV1PublisherModel constructor
GoogleCloudAiplatformV1PublisherModel({
- List<
String> ? frameworks, - String? launchStage,
- String? name,
- String? openSourceCategory,
- GoogleCloudAiplatformV1PredictSchemata? predictSchemata,
- String? publisherModelTemplate,
- GoogleCloudAiplatformV1PublisherModelCallToAction? supportedActions,
- String? versionId,
- String? versionState,
Implementation
GoogleCloudAiplatformV1PublisherModel({
this.frameworks,
this.launchStage,
this.name,
this.openSourceCategory,
this.predictSchemata,
this.publisherModelTemplate,
this.supportedActions,
this.versionId,
this.versionState,
});